How To use TopOSM (excellent USA topo maps) as an offline map source
3 posters
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
How To use TopOSM (excellent USA topo maps) as an offline map source
TopOSM is an OpenStreetMap-based topographic map, similar in style to the USGS and National Geographic topographic maps and (to some degree) Google Maps in "Terrain" mode.
The map features both contour lines and relief shading derived from data sources such as the USGS National Elevation Dataset, MassGIS and SRTM. Hydrographic features, such as lakes, rivers and wetlands, come from the USGS National Hydrographic Dataset and MassGIS. Roads, place names and all other map features are from the OpenStreetMap project.
The map features both contour lines and relief shading derived from data sources such as the USGS National Elevation Dataset, MassGIS and SRTM. Hydrographic features, such as lakes, rivers and wetlands, come from the USGS National Hydrographic Dataset and MassGIS. Roads, place names and all other map features are from the OpenStreetMap project.
- Information on TopOSM can be found here.
- Details on TopOSM can be found here.
- Server for TopOSM is located here.
JNavas- Cantidad de envíos : 2
Fecha de inscripción : 2012-01-11
Localización : San Francisco, CA, USA
Re: How To use TopOSM (excellent USA topo maps) as an offline map source
JNavas wrote:TopOSM is an OpenStreetMap-based topographic map, similar in style to the USGS and National Geographic topographic maps and (to some degree) Google Maps in "Terrain" mode.
The map features both contour lines and relief shading derived from data sources such as the USGS National Elevation Dataset, MassGIS and SRTM. Hydrographic features, such as lakes, rivers and wetlands, come from the USGS National Hydrographic Dataset and MassGIS. Roads, place names and all other map features are from the OpenStreetMap project.I posted TopOSM map source files for Mobile Atlas Creator here.
- Information on TopOSM can be found here.
- Details on TopOSM can be found here.
- Server for TopOSM is located here.
Hi;
Nice maps;
you can add the maps to oruxmaps/mapfiles/onlinemapsources.xml file:
- Code:
<onlinemapsource uid="77">
<name>TopOSM USA Contours</name>
<url><![CDATA[http://tile1.toposm.com/us/contours/{$z}/{$x}/{$y}.png]]></url>
<minzoom>3</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="78">
<name>TopOSM USA Color Relief</name>
<url><![CDATA[http://tile1.toposm.com/us/color-relief/{$z}/{$x}/{$y}.jpg]]></url>
<minzoom>3</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="79">
<name>TopOSM USA Features</name>
<url><![CDATA[http://tile1.toposm.com/us/features/{$z}/{$x}/{$y}.png]]></url>
<minzoom>3</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
But OruxMaps still can not handle multiple maps simultaneously; I have to start working with multimaps.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: How To use TopOSM (excellent USA topo maps) as an offline map source
Thank you for the fast onlinemapsources code!orux wrote:Hi;
Nice maps;
you can add the maps to oruxmaps/mapfiles/onlinemapsources.xml file:
But OruxMaps still can not handle multiple maps simultaneously; I have to start working with multimaps.
orux
I was about to tackle it myself, and wasn't looking forward to it.

Is there anything I can do to help speed multi-maps support?
I was thinking of writing a Perl script to merge map tiles from Mobile Atlas Creator with ImageMagick,
but having the capability in OruxMaps would be much better!

JNavas- Cantidad de envíos : 2
Fecha de inscripción : 2012-01-11
Localización : San Francisco, CA, USA
Re: How To use TopOSM (excellent USA topo maps) as an offline map source
Here is a Mobile Atlas Creator definition that combines all 3 layers into a single map.
Just save it to mapsources\TopoOSM USA.xml in your MOBAC installation directory and enjoy.
Just save it to mapsources\TopoOSM USA.xml in your MOBAC installation directory and enjoy.
- Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<customMultiLayerMapSource>
<name>TopoOSM USA</name>
<!-- http://www.toposm.com/us/index.html -->
<tileType>PNG</tileType>
<layers>
<!-- Bottom to top -->
<customMapSource>
<name>TopoOSM USA Color Relief</name>
<minZoom>5</minZoom>
<maxZoom>15</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<url>
http://{$serverpart}.tile.stamen.com/toposm-color-relief/{$z}/{$x}/{$y}.png
</url>
<serverParts>a b c</serverParts>
</customMapSource>
<customMapSource>
<name>TopoOSM USA Contours</name>
<minZoom>5</minZoom>
<maxZoom>15</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<url>
http://{$serverpart}.tile.stamen.com/toposm-contours/{$z}/{$x}/{$y}.png
</url>
<serverParts>a b c</serverParts>
</customMapSource>
<customMapSource>
<name>TopoOSM USA Features</name>
<minZoom>5</minZoom>
<maxZoom>15</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<url>
http://{$serverpart}.tile.stamen.com/toposm-features/{$z}/{$x}/{$y}.png
</url>
<serverParts>a b c</serverParts>
</customMapSource>
</layers>
</customMultiLayerMapSource>
steed- Cantidad de envíos : 21
Fecha de inscripción : 2012-05-22

» NZ Topo maps as online source?
» USGS GeoPDF Maps with Orux Maps?
» OFFLINE loads only World map
» FEATURES OF FUTURE VERSIONS
» unable to save tracks, or online maps as offline maps.
» USGS GeoPDF Maps with Orux Maps?
» OFFLINE loads only World map
» FEATURES OF FUTURE VERSIONS
» unable to save tracks, or online maps as offline maps.
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum