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
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save romuloceccon/3ec51cb0eb06eb4bde76 to your computer and use it in GitHub Desktop.
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.
<customMapSource>
<name>Google Maps</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=pt-BR&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