aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-08 00:41:16 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-08 00:41:16 -0600
commit6353b5e144fd21ef988abdf04c97e63689f58da4 (patch)
treec8689a1635f37ab555fc36c7b04b3adbc7eb1b0b /web
parentfdacbe991e0ccea66ab684a2e119607ad95299ee (diff)
downloadetbsa-traccar-web-6353b5e144fd21ef988abdf04c97e63689f58da4.tar.gz
etbsa-traccar-web-6353b5e144fd21ef988abdf04c97e63689f58da4.tar.bz2
etbsa-traccar-web-6353b5e144fd21ef988abdf04c97e63689f58da4.zip
Added Google Maps layers
Diffstat (limited to 'web')
-rw-r--r--web/l10n/en.json3
-rw-r--r--web/l10n/es.json6
2 files changed, 9 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index ff5f61a..34585d2 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -249,6 +249,9 @@
"mapCustomLabel": "Custom map",
"mapCarto": "Carto Basemaps",
"mapOsm": "Open Street Map",
+ "mapGmapsStreets": "Google Maps Streets",
+ "mapGmapsSatellite": "Google Maps Satellite",
+ "mapGmapsHybrid": "Google Maps Hybrid",
"mapBingKey": "Bing Maps Key",
"mapBingRoad": "Bing Maps Road",
"mapBingAerial": "Bing Maps Aerial",
diff --git a/web/l10n/es.json b/web/l10n/es.json
index fb93dc8..d981c73 100644
--- a/web/l10n/es.json
+++ b/web/l10n/es.json
@@ -247,8 +247,14 @@
"mapCustom": "Personalizado (XYZ)",
"mapCustomArcgis": "ArcGIS Personalizado",
"mapCustomLabel": "Mapa Personalizado",
+ "mapLocationIqStreets": "LocationIQ Calles",
+ "mapLocationIqEarth": "LocationIQ Satélite",
+ "mapLocationIqHybrid": "LocationIQ Híbrido",
"mapCarto": "Mapas base Carto",
"mapOsm": "Open Street Map",
+ "mapGmapsStreets": "Google Maps Calles",
+ "mapGmapsSatellite": "Google Maps Satélite",
+ "mapGmapsHybrid": "Google Maps Híbrido",
"mapBingKey": "Bing Maps Key",
"mapBingRoad": "Bing Maps - Carretera",
"mapBingAerial": "Bing Maps - Aéreo",