Skip to content

Instantly share code, notes, and snippets.

@radum
Forked from romuloceccon/google_maps.xml
Created October 25, 2014 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save radum/2c3aa71c2ce94bbbbca8 to your computer and use it in GitHub Desktop.
Save radum/2c3aa71c2ce94bbbbca8 to your computer and use it in GitHub Desktop.
Custom "Google Maps" source (en-EN) 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=en-EN&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