maptiler/tileserver-php

Can I generate map tiles using PBF files from geofabrik.de and composer, and use with tileserver-php?

bongobongo opened this issue · 1 comments

Hi
Just came across this tileserver. Looks very interesting.
I have have a few questions before I even try to test the tileserver-php.

It says e.g.:
"...It is a free and open-source project implementing OGC WMTS standard for pre-rendered map tiles made with MapTiler, GDAL2Tiles, or available as MBTiles files..."

I was thinking about downloading PBF files from this site:
http://download.geofabrik.de/

And then using Docker and Docker composer to generate vector map tiles from the PBF files, as mentioned here, using Docker and Docker Composer:
https://openmaptiles.org/docs/generate/generate-openmaptiles/

Will tileserver-php work against these pre-rendered vector map tiles generated with Docker, or are they not compatible?

If the above will work, is there any usage restrictions for using tileserver-php with the generated vector map tiles, together with leafletjs - on a website?

Will tileserver-php work against these pre-rendered vector map tiles generated with Docker, or are they not compatible?

Yes, see https://openmaptiles.org/docs/host/tileserver-php/

If the above will work, is there any usage restrictions for using tileserver-php with the generated vector map tiles, together with leafletjs - on a website?

https://openmaptiles.org/docs/website/leaflet/