Hello everyone, I'm am currently developing a map feature in Angular, where i would like to run the offline version of OSM as the map engine. Is there any way to set another theme or style the default map, that does not include having a third party tiles renderer that requires internet connection? Thanks alot! asked 11 Jul '19, 11:43 Steffen106 |
When you say "offline version of OSM" what do you have in mind? I just had a quick look at https://wiki.openstreetmap.org/wiki/Using_OpenStreetMap_offline and can't guess, but I think most Android apps that work offline that I have render their own maps.
Thanks for the quick response Ed,
The link you've referred to is the offline version i've read about. Allright, so they basically just use the raw geospatial data from OSM and renders it with their own renderer?
Are there are web renderer libraries that you know of that i could use, or do i need to write my own?
Thanks alot!
OSM is essentially just a big pile of data. I'd imagine that the questioner here is looking for an offline JS framework to use. Unfortunately the wiki page is a bit of a laundry list. If you want a non-commercial "worked example" then maybe https://openmaptiles.org/ might be worth a look (although I've not tried it myself).