TileServer GL
A map tile server for vector and raster tiles from MBTiles files. Provides WMTS endpoints, a built-in viewer, and Mapbox GL style support.
What You Can Do After Deployment
- Visit your domain — browse the built-in map viewer with sample data
- Upload MBTiles — place your
.mbtiles files in the data volume to serve custom map tiles
- Configure styles — add Mapbox GL JSON style files for custom map rendering
- Use WMTS endpoints — integrate with GIS tools via the standard WMTS protocol
- Embed maps — use the tile URLs in Leaflet, MapLibre GL, or OpenLayers applications
- Generate raster tiles — server-side rendering of vector tiles to raster PNG/JPEG
Key Features
- Vector and raster tile serving
- MBTiles file support
- Mapbox GL style rendering
- WMTS endpoint compliance
- Built-in map viewer
- Server-side rendering to raster
- TileJSON and style JSON APIs
- No external database required
License
BSD-2-Clause — GitHub