🚧Roadmap
LOD is currently in a pre-release (v0.x) phase. As such, it should NOT be considered either stable or production ready in any sense.
v1.0 Feature Roadmap
Dynamic query parameters
Allow configurable query parameters for tile URLs
Add to cache key for separate caching (osm/4/5/6/{osm_id})
Configurable header proxying and deletion
Configurable headers to pull back into proxied responses from LOD
Configurable headers to delete from proxied responses from LOD
Configurable headers to inject into upstream tileserver requests
Content-Type
andContent-Encoding
are added by default
Internal stats tracking
Hits, misses, hit-rate
Tiles per second (load averages)
Tile upstream fetch times (avg, 75th, 99th)
Expose Prometheus endpoint
Supports multiple configured tileserver proxies
Separate authentication (bearer tokens and CORS)
Separate internal cache instances per proxy
Allow configurable query parameters for tile URLs
Separate stats tracking
Administrative endpoints
Security via Bearer Token Authentication
Reload the instance configuration
Flush the instance caches
Invalidate a given tile and re-prime it
Iteratively invalidate all tiles under a given tile (all zoom levels)
Iteratively prime all tiles under a given tile
Cluster-wide operations
Flush the instance caches across all instances
Invalidate a given tile and re-prime it across the cluster
Last updated