https://github.com/anyways-open/vector-tiles-api
The vector tiles microservice.
https://github.com/anyways-open/vector-tiles-api
mapbox-vector-tile openstreetmap vector-tiles
Last synced: 2 months ago
JSON representation
The vector tiles microservice.
- Host: GitHub
- URL: https://github.com/anyways-open/vector-tiles-api
- Owner: anyways-open
- License: mit
- Created: 2019-01-31T10:38:47.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-21T11:36:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T10:14:01.270Z (over 1 year ago)
- Topics: mapbox-vector-tile, openstreetmap, vector-tiles
- Language: C#
- Size: 3.02 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vector-tiles-api


Status: **PRODUCTION**
The vector tiles microservice.
This microservice has the responsibility to generate and to serve [Mapbox Vector Tiles (.mvt)](https://github.com/mapbox/vector-tile-spec/). This API is only to used for relatively static data derived from OSM data or other sources.
## What?
The service does two main things:
- Serve the `*.mvt` tiles.
- Serve the `mvt.json` files with the correct URL for the tiles using headers in the request.
## Screenshots