Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fieldpapers/fp-tiler
A tile server for Field Papers
https://github.com/fieldpapers/fp-tiler
fieldpapers hacktoberfest javascript openstreetmap
Last synced: 14 days ago
JSON representation
A tile server for Field Papers
- Host: GitHub
- URL: https://github.com/fieldpapers/fp-tiler
- Owner: fieldpapers
- Created: 2015-04-28T04:34:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T12:03:30.000Z (over 1 year ago)
- Last Synced: 2024-06-19T09:40:26.020Z (6 months ago)
- Topics: fieldpapers, hacktoberfest, javascript, openstreetmap
- Language: JavaScript
- Size: 26.4 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# fp-tiler
I am a tile server for Field Papers atlases and snapshots.
## Usage
```bash
API_BASE_URL=http://next.fieldpapers.org/ npm start
```Or, as a Docker container:
```bash
docker run --rm -p 8080:8080 -e API_BASE_URL=http://next.fieldpapers.org/ fieldpapers/tiler
```## Installation
This is a typical npm-managed install:
```bash
npm install
```To build a Docker image:
```bash
docker built -t fieldpapers/tiler --rm .
```## Quick links
- [🔗 fieldpapers.org](https://fieldpapers.org)
- [📋 Project overview](https://github.com/fieldpapers)
- [🐞 Issues and bug reports](https://github.com/fieldpapers/fieldpapers/issues)
- [🌐 Translations](https://explore.transifex.com/fieldpapers/fieldpapers/)
- [🤝 Code of Conduct](https://wiki.openstreetmap.org/wiki/Foundation/Local_Chapters/United_States/Code_of_Conduct_Committee/OSM_US_Code_of_Conduct)