How to add OSM Cycle Map as custom map source to MOBAC
A reference of how to add Open Cycle Map (topo map) into MOBAC as a custom map source. Maps downloaded can be use as offline maps for supported applications in MOBAC.
Steps:
References or Credits:
INDEX PAGE
Steps:
- Create a XML file in "<MOBAC install>\mapsources" directory.
- Copy the template below and paste it into the XML file.
- Start your MOBAC application and select the map source "OSM Cycle Map".
XML template:
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>OSM Cycle Map</name>
<minZoom>0</minZoom>
<maxZoom>15</maxZoom>
<tileType>png</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url>http://tile.opencyclemap.org/cycle/{$z}/{$x}/{$y}.png</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
References or Credits:
INDEX PAGE
very useful!! thanks for info!!
ReplyDeleteIf you want more zoom levels, just change the folowing line "15" to "17" (15 to 17). I think sports tracker can't handle more than 17 levels.
ReplyDeletetry this
ReplyDeletehttp://geggus.net/gmaps/routeplanner.html
Do you know how to add Nokia Here maps as custom map source to MOBAC ?
ReplyDeleteIf i remember correctly MOBAC has the Nokia Maps source but that was quite some time ago. Not sure about now.
Deletenice job!
ReplyDeleteDoesn't work anymore...
ReplyDelete