Last active
May 25, 2016 09:08
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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&x={$x}&y={$y}&z={$z}</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
Not working anymore.