Skip to content

Instantly share code, notes, and snippets.

@romuloceccon
Forked from cmtsij/google.xml
Last active October 4, 2021 19:32
Show Gist options
  • Select an option

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

Select an option

Save romuloceccon/3ec51cb0eb06eb4bde76 to your computer and use it in GitHub Desktop.

Revisions

  1. romuloceccon revised this gist Jul 28, 2014. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions google_maps.xml
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,3 @@
    <!--
    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>
  2. romuloceccon renamed this gist Jul 28, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. romuloceccon revised this gist Jul 27, 2014. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions google.xml
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,14 @@
    <!--
    custom "Google Map" source for Mobile Atlas Creator 1.9.8
    save in *.xml and move to /mapsources
    Custom "Google Maps" source (pt-BR) for Mobile Atlas Creator 1.9.16. Save as *.xml in /mapsources.
    -->

    <customMapSource>
    <name>Google Map</name>
    <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=zh-TW&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;s=Galileo&amp;scale=1</url>
    <url>http://mt{$serverpart}.google.com/vt/lyrs=m@176103410&amp;hl=pt-BR&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;s=Galileo&amp;scale=1</url>
    <serverParts>0 1 2 3</serverParts>
    </customMapSource>

  4. @cmtsij cmtsij revised this gist Jun 6, 2013. 1 changed file with 7 additions and 6 deletions.
    13 changes: 7 additions & 6 deletions google.xml
    Original file line number Diff line number Diff line change
    @@ -4,11 +4,12 @@
    -->

    <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&#38;x={$x}&#38;y={$y}&#38;z={$z}&#38;s=Galileo</url>
    <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&amp;hl=zh-TW&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;s=Galileo&amp;scale=1</url>
    <serverParts>0 1 2 3</serverParts>
    </customMapSource>

  5. @cmtsij cmtsij created this gist Jun 5, 2013.
    14 changes: 14 additions & 0 deletions google.xml
    Original 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&#38;x={$x}&#38;y={$y}&#38;z={$z}&#38;s=Galileo</url>
    </customMapSource>