Host your own OpenStreetMap Map Tiles
altilunium.my.id
Host your own OpenStreetMap Map Tiles
1–10 of 45 posts
Re: Host your own OpenStreetMap Map Tiles
#2Re: Host your own OpenStreetMap Map Tiles
#3For giving back to the community, you can share your proxy server with others.
Re: Host your own OpenStreetMap Map Tiles
#4Another easy shot at it is to install your proxy server for OSM tiles [these are served with a simple API from OSM site] and cache the images locally with periodic purge every six months, for example. For giving back to the community, you can share your proxy server with others.
Re: Host your own OpenStreetMap Map Tiles
#5Re: Host your own OpenStreetMap Map Tiles
#6The way I've done this is to use planettiler to generate vector tiles for the whole world and then pack that into a squashfs archive. That way I don't need an additional program to serve them, and I can regenerate the whole archive every couple of months or so (I don't need the latest data).
Re: Host your own OpenStreetMap Map Tiles
#7Re: Host your own OpenStreetMap Map Tiles
#8Would be much better if this involved hosting on a normal webserver, rather than requiring a specific one. Another piece of software to keep up-to-date, just for maps.
Re: Host your own OpenStreetMap Map Tiles
#9Re: Host your own OpenStreetMap Map Tiles
#10Would be much better if this involved hosting on a normal webserver, rather than requiring a specific one. Another piece of software to keep up-to-date, just for maps.
Zoom level 20 is over a trillion tiles, most of them worthless blue sea tiles. We’re probably talking hundreds of terabytes just for the file system metadata, to say nothing of the tiles themselves.
Of course, you could forego the ability to zoom in very far.