aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/map_layers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'androidApp/src/main/res/values/map_layers.xml')
-rw-r--r--androidApp/src/main/res/values/map_layers.xml33
1 files changed, 2 insertions, 31 deletions
diff --git a/androidApp/src/main/res/values/map_layers.xml b/androidApp/src/main/res/values/map_layers.xml
index 59c6af5..034f3e5 100644
--- a/androidApp/src/main/res/values/map_layers.xml
+++ b/androidApp/src/main/res/values/map_layers.xml
@@ -1,34 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="layer_streets">OpenStreetMap</string>
- <string name="layer_gmaps">Google Streets</string>
- <string name="layer_satellite">Google Satellite</string>
-
- <!-- Tile URLs -->
- <!-- [0] = tile server URL -->
- <!-- [1] = min zoom -->
- <!-- [2] = max zoom -->
- <!-- [3] = attribution text -->
-
- <string-array name="maps_streets_tile" translatable="false">
- <item>https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png</item>
- <item>0</item>
- <item>21</item>
- <item>&#169; OpenStreetMap France | &#169; &lt;a href="https://www.openstreetmap.org/copyright"&gt;OpenStreetMap&lt;/a&gt; contributors</item>
- </string-array>
-
- <string-array name="maps_gmaps_tile" translatable="false">
- <item>https://mt0.google.com/vt/lyrs=m&amp;hl=en&amp;x={x}&amp;y={y}&amp;z={z}&amp;s=Ga</item>
- <item>0</item>
- <item>21</item>
- <item>&#169; Google</item>
- </string-array>
-
- <string-array name="maps_satellite_tile" translatable="false">
- <item>https://mt0.google.com/vt/lyrs=y&amp;hl=en&amp;x={x}&amp;y={y}&amp;z={z}&amp;s=Ga</item>
- <item>0</item>
- <item>21</item>
- <item>&#169; Google</item>
- </string-array>
-
+ <string name="layer_streets">Streets</string>
+ <string name="layer_satellite">Satellite</string>
</resources> \ No newline at end of file