-
-
Save romuloceccon/3ec51cb0eb06eb4bde76 to your computer and use it in GitHub Desktop.
Revisions
-
romuloceccon revised this gist
Jul 28, 2014 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,3 @@ <customMapSource> <name>Google Maps</name> <minZoom>0</minZoom> -
romuloceccon renamed this gist
Jul 28, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
romuloceccon revised this gist
Jul 27, 2014 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,14 @@ <!-- 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&hl=pt-BR&x={$x}&y={$y}&z={$z}&s=Galileo&scale=1</url> <serverParts>0 1 2 3</serverParts> </customMapSource> -
cmtsij revised this gist
Jun 6, 2013 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,11 +4,12 @@ --> <customMapSource> <name>Google Map</name> <minZoom>0</minZoom> <maxZoom>20</maxZoom> <tileType>PNG</tileType> <tileUpdate>IfNoneMatch</tileUpdate> <url>http://mt{$serverpart}.google.com/vt/lyrs=m@176103410&hl=zh-TW&x={$x}&y={$y}&z={$z}&s=Galileo&scale=1</url> <serverParts>0 1 2 3</serverParts> </customMapSource> -
cmtsij created this gist
Jun 5, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ <!-- custom "Google Map" source for Mobile Atlas Creator 1.9.8 save in *.xml and move to /mapsources --> <customMapSource> <name>Google Map</name> <minZoom>0</minZoom> <maxZoom>19</maxZoom> <tileType>PNG</tileType> <tileUpdate>None</tileUpdate> <url>http://mt0.google.com/vt/lyrs=m@176103410&x={$x}&y={$y}&z={$z}&s=Galileo</url> </customMapSource>