Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrythasler/vectortiles
Toolchain to generate, serve and display a vector tile map.
https://github.com/henrythasler/vectortiles
Last synced: 3 months ago
JSON representation
Toolchain to generate, serve and display a vector tile map.
- Host: GitHub
- URL: https://github.com/henrythasler/vectortiles
- Owner: henrythasler
- License: mit
- Created: 2018-12-29T10:45:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:33:16.000Z (about 5 years ago)
- Last Synced: 2024-05-31T20:59:04.757Z (6 months ago)
- Language: Shell
- Size: 3.54 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vectortiles
Toolchain to generate, serve and display a vector tile map.## Usage
`docker-compose up -d tegola`
## Importing data
### Local data
* Stop all existing instances: `sudo docker-compose down`
* Re-seed the `local` cache: `docker-compose up -d seed_local`
* Edit `.env` to match your environment and input-file (xxx.osm.pbf)
* Import xxx.osm.pbf: `docker-compose up -d import`
* Check progress and wait until done: `docker logs -f --tail 10 vectortiles_import_1`
* Apply post-processing (takes a while, thus `-d`): `docker-compose up -d postprocessing`
* Check progress and wait until done: `docker logs -f --tail 10 vectortiles_postprocessing_1`
* Remove all instances that are no longer needed: `sudo docker-compose down`## DEM-References
- https://github.com/tilezen/joerd/blob/master/docs/use-service.md
## UI-References
- https://css-tricks.com/using-svg/
- https://yoksel.github.io/url-encoder/