Help finding free resource like open street map like images that can be saved locally to use offline #2437
Replies: 2 comments 3 replies
-
You could use the For example, given the example earth file
Of course, the whole dataset would take an enormous amount of time and disk space, so use the command line arguments to only convert what you need. |
Beta Was this translation helpful? Give feedback.
-
What Glenn's command would do is actually download a small subset of the actual OSM raster tiles to an mbtiles dataset that you could then add to your earth file with:
This would allow you to access a small subset of the rendered OpenStreetMap service while you are offline. Converting a raw .osm to mbtiles is something that is out of scope of what osgearth does. .osm files contain actual vector geometry and would need to go through some kind of styling process (like what the OpenStreetMap online service is doing) before it's actually rendered to an image. You can read about how you might set up your own OpenStreetMap tile server here. |
Beta Was this translation helpful? Give feedback.
-
I have no problem using open street maps XYZ in my earth file, however that only works if I have access to online.
What I'd like to do is save a section of an open street map locally that I can then import offline.
Anyone know where/how I can do that? Doesn't need to be open street maps specfically. I just would like to be able to overlay my map with roads and city names if possible.
Here's my example of doing this when I had access to online server :
Beta Was this translation helpful? Give feedback.
All reactions