osm2vectortiles/docs/serve-raster-tiles-docker.md

14 wiersze
694 B
Markdown

2015-12-15 15:40:39 +00:00
---
layout: page
title: Serve Raster Tiles with Docker
published: true
---
2015-12-15 14:18:31 +00:00
2015-12-17 14:24:26 +00:00
# Serve Raster Tiles with Docker
2017-03-07 23:44:44 +00:00
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/).