mapbox / awesome-vector-tiles

Awesome implementations of the Mapbox Vector Tile specification
https://www.mapbox.com/developers/vector-tiles/
Creative Commons Zero v1.0 Universal
2.33k stars 279 forks source link

Added LOD tile proxy server #86

Closed dechristopher closed 3 years ago

dechristopher commented 3 years ago

LOD (Levels of Detail) is a thin map tile proxy with in-memory caching and a slim authentication backend. It will sit in front of any tile server and will aggressively cache tiles in memory, optionally storing them in a configured Redis cluster for faster fetching later.

dechristopher commented 3 years ago

@spatialhast mind taking a look?