Skip to content

Instantly share code, notes, and snippets.

@emilydohrem1111
emilydohrem1111 / onlinemapsources.xml
Last active October 30, 2023 12:48
Google Maps for OruxMaps, copy to PATH_TO_SDCARD/oruxmaps/mapfiles/
<onlinemapsource uid="0">
<name>Google Maps</name>
<url><![CDATA[https://www.google.com/maps/vt/lyrs=m&x={$x}&y={$y}&z={$z}&scale=2]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICAx512</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
@oneyoung
oneyoung / onlinemapsources.xml
Last active February 4, 2024 09:14
Google Maps (google.cn) for OruxMaps, copy to YOUR_SDCARD_PATH/oruxmaps/mapfiles/
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>
<onlinemapsource uid="0">
<name>Google Maps</name>
<url><![CDATA[http://mt{$s}.google.cn/vt/lyrs=m@121&hl={$l}&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>