Skip to content

Instantly share code, notes, and snippets.

@cmtsij
Last active July 11, 2019 06:45
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save cmtsij/5712704 to your computer and use it in GitHub Desktop.
Save cmtsij/5712704 to your computer and use it in GitHub Desktop.
Custom "Google Map" source for Mobile Atlas Creator 1.9.8
<!--
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