Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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