Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-21T11:36:03.000Z (over 3 years ago)
- Last Synced: 2023-03-06T06:59:00.360Z (almost 2 years 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
![Production](https://github.com/anyways-open/vector-tiles-api/workflows/Production/badge.svg)
![Staging](https://github.com/anyways-open/vector-tiles-api/workflows/Staging/badge.svg)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