Skip to content

Instantly share code, notes, and snippets.

@romuloceccon
Forked from cmtsij/google.xml
Last active October 4, 2021 19:32
Show Gist options
  • Select an option

  • Save romuloceccon/3ec51cb0eb06eb4bde76 to your computer and use it in GitHub Desktop.

Select an option

Save romuloceccon/3ec51cb0eb06eb4bde76 to your computer and use it in GitHub Desktop.
Custom "Google Maps" source (pt-BR) for Mobile Atlas Creator 1.9.16. Save as *.xml in /mapsources.
<!--
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>19</maxZoom>
<tileType>PNG</tileType>
<tileUpdate>None</tileUpdate>
<url>http://mt0.google.com/vt/lyrs=m@176103410&#38;x={$x}&#38;y={$y}&#38;z={$z}&#38;s=Galileo</url>
</customMapSource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment