From 3e822573e0806f99c5b7199fb1bd39d7f87951ee Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Wed, 8 Mar 2017 00:44:44 +0100 Subject: [PATCH] Update serve-raster-tiles-docker.md --- docs/serve-raster-tiles-docker.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/serve-raster-tiles-docker.md b/docs/serve-raster-tiles-docker.md index 63ca45a..970b074 100644 --- a/docs/serve-raster-tiles-docker.md +++ b/docs/serve-raster-tiles-docker.md @@ -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/).