Skip to content

Instantly share code, notes, and snippets.

@mdakram
Forked from cmtsij/google.xml
Created September 1, 2014 06:24
Show Gist options
  • Save mdakram/06e4d807fa1c3db8a270 to your computer and use it in GitHub Desktop.
Save mdakram/06e4d807fa1c3db8a270 to your computer and use it in GitHub Desktop.
<!--
custom "Google Map" source for Mobile Atlas Creator 1.9.8
save in *.xml and move to /mapsources
-->
<customMapSource>
<name>Google Map</name>
<minZoom>0</minZoom>
<maxZoom>20</maxZoom>
<tileType>PNG</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url>http://mt{$serverpart}.google.com/vt/lyrs=m@176103410&amp;hl=zh-TW&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;s=Galileo&amp;scale=1</url>
<serverParts>0 1 2 3</serverParts>
</customMapSource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment