Skip to content

Instantly share code, notes, and snippets.

@ForceWard
Forked from cmtsij/google.xml
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save ForceWard/6085afef595afb0721c4 to your computer and use it in GitHub Desktop.

Select an option

Save ForceWard/6085afef595afb0721c4 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