aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-16 23:34:36 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 23:34:36 -0600
commitbce64ef4f702c351d349881704d92f724e90239f (patch)
tree20bdd817ecaea24194f81cc7bf40931e2b21855f /androidApp/src/main/res
parent0e2bce2fda9711aaeaa536d254911b7651cbea6a (diff)
downloadetbsa-trackermap-mobile-bce64ef4f702c351d349881704d92f724e90239f.tar.gz
etbsa-trackermap-mobile-bce64ef4f702c351d349881704d92f724e90239f.tar.bz2
etbsa-trackermap-mobile-bce64ef4f702c351d349881704d92f724e90239f.zip
Fixed initial zoom issue and refactored layers into MapLayer in shared module
Diffstat (limited to 'androidApp/src/main/res')
-rw-r--r--androidApp/src/main/res/values/map_layers.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/androidApp/src/main/res/values/map_layers.xml b/androidApp/src/main/res/values/map_layers.xml
index bffceb9..034f3e5 100644
--- a/androidApp/src/main/res/values/map_layers.xml
+++ b/androidApp/src/main/res/values/map_layers.xml
@@ -2,25 +2,4 @@
<resources>
<string name="layer_streets">Streets</string>
<string name="layer_satellite">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_satellite_tile" translatable="false">
- <item>https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}</item>
- <item>0</item>
- <item>20</item>
- <item>Tiles &#169; Esri &#8212; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community</item>
- </string-array>
-
</resources> \ No newline at end of file