Skip to content

Instantly share code, notes, and snippets.

@logogin
Forked from romuloceccon/google_maps.xml
Last active August 29, 2015 14:10
Show Gist options
  • Save logogin/18567247c5c20b96394a to your computer and use it in GitHub Desktop.
Save logogin/18567247c5c20b96394a to your computer and use it in GitHub Desktop.
<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-US&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