From 73a7543dbd286a4ff3b6bd4d3155823491102095 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sun, 16 Jan 2022 00:49:24 -0600 Subject: Added max zoom, min zoom and attribution text on strings.xml and reduced device selection zoom --- androidApp/src/main/res/values/strings.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'androidApp/src/main/res') diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index 025a7b9..67f0a26 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -10,12 +10,23 @@ https://www.google.com/maps/place/%1$f,%2$f?z=19 - - https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png - - - https://mt0.google.com/vt/lyrs=y&hl=en&x={x}&y={y}&z={z}&s=Ga - + + + + + + + https://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png + 0 + 20 + © OpenStreetMap France | © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors + + + https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x} + 0 + 17 + Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community + default Default -- cgit v1.2.3