maptiler / tileserver-php

MBTiles and MapTiler folder hosting with TileJSON, OGC WMTS, UTFGrid interaction and web interface. QGIS & ESRI ArcGIS compatible. Runs on any Apache+PHP webhosting. MapBox Studio Vector Tiles hosting.
http://tileserver.maptiler.com/
568 stars 163 forks source link

Question: has anyone ever tried to convert a osm.pbf to MBtiles and produced a map? using tippecanoe ogr2ogr #159

Open MacaScull opened 3 years ago

MacaScull commented 3 years ago

Hello, I was just wondering if anyone has used ogr2gr to with a .osm.pbf file to generate 5 geojson files and then used them with tippecanoe to generate a .mbtiles file, which theyve then deploed using tileserver-php.

I can generate the .mbtiles but they always have a lot of unnecessary metadata and the layers are all mixed together, which isnt idea if I want to style it. I have to separate the files into different layers if I want to separate them. I never gotten any further than this as Ive not tested it on the tileserver as of yet and was just wondering if anyone else has done this and can give me some advice?