Is there a good way to host tiles for only a small part of the world? I have some apps that are only useful in my county - so I would like to have very detailed tiles for areas in my county, but there's no reason for me to generate or serve street-level tiles for somewhere in California or Tokyo or wherever. Because it's hard to lock down tile servers for public-facing apps, I have always been a bit nervous putting a…
Host your own OpenStreetMap Map Tiles
41–45 of 45 posts
Re: Host your own OpenStreetMap Map Tiles
#42Earlier quoted context omitted.
Thats to build the server, any you are basically building the data for hosting approximately Google Maps for the entire planet here so seems relatively small really. It’ll do it on what is basically a beefy dev machine. You can host a single city with less. Also the requirements are for build not hosting. And can be reduced by using ZFS. Apparently. To use the map in the browser requires nothing special.
But using it in a browser presumably downloads image tiles from the server. Osmand downloads vector data and renders it on the fly. It's both the "server" and the "client".
Re: Host your own OpenStreetMap Map Tiles
#43Is there a good way to host tiles for only a small part of the world? I have some apps that are only useful in my county - so I would like to have very detailed tiles for areas in my county, but there's no reason for me to generate or serve street-level tiles for somewhere in California or Tokyo or wherever. Because it's hard to lock down tile servers for public-facing apps, I have always been a bit nervous putting a…
I wonder if you could do this for almost free with Cloudflare in front of B2…
Re: Host your own OpenStreetMap Map Tiles
#44Related concept (recently submitted to HN) https://github.com/headwaymaps/headway
Does this do basically the thing as osmand on phones? Why the relatively huge requirements of 64G of ram and 10T of nvme?
It's not the same as OsmAnd obviously because it runs in the browser but it does try to fill the same niche. Also 64G of RAM for building the planet is a tiny machine! We don't know how good we have it these days. This used to be completely intractable for mere mortals. :)
Re: Host your own OpenStreetMap Map Tiles
#45That's vector tiles, right? I'm still looking for an easy-ish way to render and host the old style of pixel tiles. Does anyone here have good pointers for that?