Read though this guide
http://docs.locusmap.eu/doku.php/manual ... nline_maps
The reference locations for the maps,
http://services.arcgisonline.com/ArcGIS/rest/services
Below is an example xml used in MOBAC
http://docs.locusmap.eu/doku.php/manual ... nline_maps
The reference locations for the maps,
http://services.arcgisonline.com/ArcGIS/rest/services
Below is an example xml used in MOBAC
Code Select
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>ERSI world sat</name>
<minZoom>0</minZoom>
<maxZoom>19</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<url>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{$z}/{$y}/{$x}.png</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>