Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonig/tile-service
An OpenStreetMap vector tileserver made with Docker, Python and aiohttp 3.
https://github.com/adonig/tile-service
aiohttp docker openstreetmap python3 tileserver vector-tiles
Last synced: 25 days ago
JSON representation
An OpenStreetMap vector tileserver made with Docker, Python and aiohttp 3.
- Host: GitHub
- URL: https://github.com/adonig/tile-service
- Owner: adonig
- License: mit
- Created: 2018-11-26T14:47:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T14:47:53.000Z (about 6 years ago)
- Last Synced: 2024-11-08T15:12:22.919Z (3 months ago)
- Topics: aiohttp, docker, openstreetmap, python3, tileserver, vector-tiles
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tile-service
A vector tile server made with [aiohttp](https://aiohttp.readthedocs.io/en/stable/). It serves [Mapbox Vector Tiles](https://www.gdal.org/drv_mvt.html) from an MBTiles SQLite database file.
Because it is asynchronous, it can handle heavy load and does even better behind a load balancer and a cache (i.e. an AWS API Gateway).
I began adding fontstack support, but stopped working on it, when I realized it is possible to do everything serverless (cheaper and easier to maintain).