USGS GeoPDF Maps with Orux Maps?
2 posters
OruxMaps :: ENGLISH :: IMPROVEMENTS
Page 1 of 1
USGS GeoPDF Maps with Orux Maps?
Mobile Atlas Creator (MOBAC) has been served notice to cease the use of TerraServer, Google, Microsoft, and other map sources essential for coverage of the United States. Is it possible to create an extension for Orux Maps to import and interactively use USGS GeoPDF Maps? Thank You for your consideration.
http://nationalmap.gov/ustopo/index.html
Also, Orux Map online viewer for Google Terrain just shows a black map with streets and no terrain features.
http://nationalmap.gov/ustopo/index.html
Also, Orux Map online viewer for Google Terrain just shows a black map with streets and no terrain features.
Brian- Cantidad de envíos : 9
Fecha de inscripción : 2011-09-20
Offline TopOSM (OpenStreetmap) download sources for MOBAC / OruxMaps
I patched to MOBAC map sources to include the three TopOSM online sources included with OruxMaps
TopOSM USA Color Relief
TopOSM USA Contours
TopOSM USA Features
Replace <mobac_install_dir>/mapsource/mp-openstreetmap.jar with mine, found at http://day32.com/Mapfiles/src/mp-openstreetmap.jar
You can then create an offline atlas with the three required layers for the area. However you must do some post processing to merge all three layers into one so that OruxMaps can display them all together. For this I created a gimp script-fu scheme script to merge all three files per cell into one file per cell for a given zoom depth all in one command.
First prepare the target directory for the merged layers of the atlas.
Then run http://day32.com/Mapfiles/src/GimpTopoMergeLayers.scm inside the gimp script-fu console after editing it for your given zoom depth and atlas.
You must run this once for each zoom depth (4-15) in the atlas.
You can find some example maps for Glacier, Tetons and Yellow Stone National Parks as well as various other locations around Montana and Wyoming that were produced using these scripts at http://day32.com/Mapfiles
Enjoy!
TopOSM USA Color Relief
TopOSM USA Contours
TopOSM USA Features
Replace <mobac_install_dir>/mapsource/mp-openstreetmap.jar with mine, found at http://day32.com/Mapfiles/src/mp-openstreetmap.jar
You can then create an offline atlas with the three required layers for the area. However you must do some post processing to merge all three layers into one so that OruxMaps can display them all together. For this I created a gimp script-fu scheme script to merge all three files per cell into one file per cell for a given zoom depth all in one command.
First prepare the target directory for the merged layers of the atlas.
- Code:
#!/bin/bash
# cygwin/bash part ## Run this part first!!
# Working directory for this script should be the top directory of the 3 layer atlas created in MOBAC
Final=$(basename $PWD | awk -F _ '{ print $1 }')
for i in `seq -w 4 15` ; do mkdir -p "$Final/$Final $i/set"; done
sed "s/TopoRelief/$Final/" TopoRelief/TopoRelief.otrk2.xml > $Final/$Final.otrk2.xml
for i in `seq -w 4 15`; do sed "s/TopoRelief/$Final/" TopoRelief/TopoRelief\ $i/TopoRelief\ $i.otrk2.xml > $Final/$Final\ $i/$Final\ $i.otrk2.xml; done
## EOF
Then run http://day32.com/Mapfiles/src/GimpTopoMergeLayers.scm inside the gimp script-fu console after editing it for your given zoom depth and atlas.
You must run this once for each zoom depth (4-15) in the atlas.
You can find some example maps for Glacier, Tetons and Yellow Stone National Parks as well as various other locations around Montana and Wyoming that were produced using these scripts at http://day32.com/Mapfiles
Enjoy!
Last edited by TodoInTX on Sun May 20, 2012 5:00 pm; edited 1 time in total
TodoInTX- Cantidad de envíos : 2
Fecha de inscripción : 2012-05-17
Re: USGS GeoPDF Maps with Orux Maps?
Thanks for the response and the links to the Montana and Wyoming mapfiles!TodoInTX wrote:I patched to MOBAC map sources to include the three TopOSM online sources included with OruxMaps
TopOSM USA Color Relief
TopOSM USA Contours
TopOSM USA Features
Replace <mobac_install_dir>/mapsource/mp-openstreetmap.jar with mine, found at http://day32.com/Mapfiles/src/mp-openstreetmap.jar
You can then create an offline atlas with the three required layers for the area. However you must do some post processing to merge all three layers into one so that OruxMaps can display them all together. For this I created a gimp script-fu scheme script to merge all three files per cell into one file per cell for a given zoom depth all in one command.
...You can find some example maps for Glacier, Tetons and Yellow Stone National Parks as well as various other locations around Montana and Wyoming that were produced using these scripts at http://day32.com/Mapfiles
Enjoy!
I'm not a developer so scripting to make my own maps would be a steep learning curve. Maps for backcountry navigation here in the NW USA on the west slopes of the Cascade Range and the Olympic Mountains require USFS trails to be shown here. Does the TopOSM feature layer include trails?
Brian- Cantidad de envíos : 9
Fecha de inscripción : 2011-09-20
Re: USGS GeoPDF Maps with Orux Maps?
I haven't found any foot trails in that layer.
You can see the original online sources for your self here:
http://www.toposm.com/us/index.html
You can see the original online sources for your self here:
http://www.toposm.com/us/index.html
TodoInTX- Cantidad de envíos : 2
Fecha de inscripción : 2012-05-17
Re: USGS GeoPDF Maps with Orux Maps?
I know this is an old thread but Thanks! for the response. There are some trails at that link here in the PNW USA. Unfortunately there are no landmark names for any bodies of water or mountains that are absolutely critical for off-trail navigation.TodoInTX wrote:I haven't found any foot trails in that layer. You can see the original online sources for your self here: http://www.toposm.com/us/index.html
Brian- Cantidad de envíos : 9
Fecha de inscripción : 2011-09-20
Similar topics
» USGS Available as Orux Online Maps
» OFFLINE loads only World map
» NO CONSIGO DESCARGAR EL PROGRAMA
» Convert TB maps to orux
» My wishlist for Orux Maps
» OFFLINE loads only World map
» NO CONSIGO DESCARGAR EL PROGRAMA
» Convert TB maps to orux
» My wishlist for Orux Maps
OruxMaps :: ENGLISH :: IMPROVEMENTS
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|