Welcome to Tile Editor
This server generates PNG map tiles for Map Game Explorer (CuriooCity). It provides configured zoom-range tiles with cached Overpass-based map features.
Zoom 18
PNG tiles
256px
Cached zones
CuriooCity Ready
Server online
Tile
GET
/{z}/{x}/{y}.png
Default theme tile endpoint. Supported zooms are controlled by TILE_ZOOM_RANGE.
GET /18/135329/89901.png
GET
/{theme}/{z}/{x}/{y}.png
Generate themed tiles using the selected map style.
GET /forest/18/135329/89901.png GET /city/18/135329/89901.png GET /space/18/135329/89901.png
Editor
GET
/api/themes
Retrieve all available themes.
GET /api/themes
PUT
/api/themes/{theme}
Save a theme configuration (protected endpoint).
PUT /api/themes/forest
POST
/api/preview-theme/{theme}
Apply a temporary preview theme without saving it.
POST /api/preview-theme/forest
DELETE
/api/preview-theme/{theme}
Clear the temporary preview theme cache.
DELETE /api/preview-theme/forest
Monitoring
GET
/metrics
Prometheus-compatible metrics endpoint.
GET /metrics
GET
/healthz
Health check endpoint.
GET /healthz
System
GET
/api/version
Retrieve the current application version.
GET /api/version
GET
/api/config
Retrieve runtime tile configuration.
GET /api/config
Auth
GET
/api/login
Login route for protected editor actions.
GET /api/login
GET
/api/logout
Logout current authenticated session.
GET /api/logout