Skip to content

Instantly share code, notes, and snippets.

@romuloceccon
Last active May 25, 2016 09:08
Show Gist options
  • Select an option

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

Select an option

Save romuloceccon/bf530b14a463229df830 to your computer and use it in GitHub Desktop.
Custom "Google Earth" source for Mobile Atlas Creator 1.9.16. Save as *.xml in /mapsources.
<customMapSource>
<name>Google Earth</name>
<minZoom>0</minZoom>
<maxZoom>19</maxZoom>
<tileType>JPG</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url>https://khms{$serverpart}.google.com/kh/v=154&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<serverParts>0 1 2 3</serverParts>
</customMapSource>
@francwalter

Copy link
Copy Markdown

Not working anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment