MobAC 1.9.16 (hl=[language] ; 145,256 - release for 2014.03.23)


File mapsources\GoogleMap.xml:

<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Google Maps</name>
<minZoom>0</minZoom>
<maxZoom>20</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<serverParts>0 1 2 3</serverParts>
<url>http://mt{$serverpart}.google.com/vt/lyrs=m@256&amp;hl=en;&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>


File mapsources\GoogleSat.xml:

<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Google Sat</name>
<minZoom>0</minZoom>
<maxZoom>20</maxZoom>
<tileType>PNG</tileType>
<tileUpdate>None</tileUpdate>
<serverParts>0 1 2 3</serverParts>
<url>http://khm{$serverpart}.google.com/kh/v=145&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>


File mapsources\GoogleTerr.xml

<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Google Terr</name>
<minZoom>0</minZoom>
<maxZoom>20</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<serverParts>0 1 2 3</serverParts>
<url>http://mt{$serverpart}.google.com/vt/lyrs=t@132,r@256&amp;hl=en&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>