Update serve-raster-tiles-docker.md

gh-pages
Petr Pridal 2017-03-08 00:44:44 +01:00 zatwierdzone przez GitHub
rodzic f4ee889d6f
commit 3e822573e0
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,8 @@ published: true
# Serve Raster Tiles with Docker
You can render raster tiles from a Mapbox Studio Classic **.tm2** style project and a vector tile MBTiles file
with the help of Docker and [tileserver-gl](https://openmaptiles.org/docs/host/tileserver-gl/).
You can render raster map tiles for Leaflet and other web viewers directly from vector tiles stored in MBTiles file and a Mapbox **JSON GL Style** with the help of Docker and [tileserver-gl](https://openmaptiles.org/docs/host/tileserver-gl/).
Older Mapbox Studio Classic **.tm2** style project using CartoCSS and mapnik can be served with vector tiles and styles from the OpenMapTiles project as well, with the [tileserver-mapnik](https://github.com/klokantech/tileserver-mapnik) software.
Check the [manual at openmaptiles.org](https://openmaptiles.org/docs/host/tileserver-gl/).