-
Notifications
You must be signed in to change notification settings - Fork 2
Release of MBTiles? #2
Comments
FYI created one MBTile with PDOK vector tiles for experiment, Amsterdam area only, size 231MB, levels 0-17 https://github.com/bertt/pdok/tree/master/mbtiles/amsterdam.mbtiles |
@bertt Hello and first of all thanks for a great work you guys are doing! I created proof of concept app using amsterdam.mbtiles you provided (converted with mb-util to {z}/{x}/{y}.pbf format and openlayers to load those) and it works great. I was wondering is there a place where we can download entire netherland.mbtiles? Or can we create mbtiles or pbf's of entire Netherland on our own? Thanks for reply in advance! |
Hi @Exerlol, good you reactivated this issue, seems like nothing has happened... At the moment I don't think there is a complete Netherlands.mbtile file. To create it ourselves it would involve download all the vector tiles, put them in mbtile format and host the file somewhere. For the Amsterdam sample, I've used zoom level 0-17. An option is to reduce the number of zoom levels to speed the process up and make resulting file smaller. |
Hello @bertt thanks for a quick reply! |
At the time, I wrote a little tool to download vector tiles and prepare the correct file structure for running mb-util tool: https://github.com/bertt/tilegrab |
Hi there @bertt I was quite busy previous days, however just wanted to let you know that I made use of tool provided and it was a real fortune to me. Thank you very much for your kind and quick responses! |
ok thanks! In the meantime I've updated the tool tilegrab a bit (it generates now directly mb-tile file instead of xyz tileset). And added some more cities to https://github.com/bertt/pdok/tree/master/mbtiles. Running for complete Netherlands should be possible but requires some (time/storage/bandwidth) resources. |
Amazing project!
Do you plan to make a release of MBTiles with the vector tiles inside (PBFs)?
It would be helpful even if this is just in beta status...
Technically - it can be easy to do. If "release" is made on GitHub on this repository you can attach the MBTiles there. GitHub provides free hosting for gigabytes of data.
We did the same way releases on OSMNames or (early versions) of OpenMapTiles/OSM2VectorTiles projects...
The text was updated successfully, but these errors were encountered: