Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
41–50 of 84 posts
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#42Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#43Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#44Earlier quoted context omitted.
90 is okay, when I did years ago I was on 300+ but it doesn't really state which zoom level is available.
Is there any explanation why it has decreased in size?
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#45Does anyone know if there is a way to host just a few of the tiles in a static way? For example, if I wanted to build a web page which just shows a map at zoom level 6 for a lat/lng point, and then go to zoom level 13. That would require a tiny subset of tiles; is there a simple way to add the tiles plus the JS code in a static way so no external downloads were necessary?
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#46I wish the readme explained what this project actually was instead of the incredibly vague and unhelpful "self host the entire planet".
> incredibly vague and unhelpful As is very common with projects on Github. They should have a paragraph at the start explaining simply what they do.
It might seem inconsequential, but maintainers often deal with a lot of angry entitled users and it could be helpful to stay away from language that implies that the people giving away their code for free (and for fun) have any obligation to provide anyone anything.
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#47Does anyone know if there is a way to host just a few of the tiles in a static way? For example, if I wanted to build a web page which just shows a map at zoom level 6 for a lat/lng point, and then go to zoom level 13. That would require a tiny subset of tiles; is there a simple way to add the tiles plus the JS code in a static way so no external downloads were necessary?
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#48Does anyone know if there is a way to host just a few of the tiles in a static way? For example, if I wanted to build a web page which just shows a map at zoom level 6 for a lat/lng point, and then go to zoom level 13. That would require a tiny subset of tiles; is there a simple way to add the tiles plus the JS code in a static way so no external downloads were necessary?
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#49Does anyone know if there is a way to host just a few of the tiles in a static way? For example, if I wanted to build a web page which just shows a map at zoom level 6 for a lat/lng point, and then go to zoom level 13. That would require a tiny subset of tiles; is there a simple way to add the tiles plus the JS code in a static way so no external downloads were necessary?
You can simply pre-render them and store the png tiles in a folder. The folder structure and naming has to be such that e.g. leaflet understands it. Did this for a research demo here: https://map2seq.schumann.pub/nllni/demo/
Re: Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
#50Same feedback as everyone else: You fell into the trap of assuming that everyone else understands this topic/project/thing that you're deeply familiar with because you've been living it for so long. Not everyone knows what "OSM" is. Even a 2-3 sentence paragraph in your TL;DR that explains (a) what this is and (b) why people should care or want this, would be immensely helpful.