diff options
author | Iván Ávalos <avalos@disroot.org> | 2021-12-08 00:41:16 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2021-12-08 00:41:16 -0600 |
commit | 6353b5e144fd21ef988abdf04c97e63689f58da4 (patch) | |
tree | c8689a1635f37ab555fc36c7b04b3adbc7eb1b0b /web/l10n | |
parent | fdacbe991e0ccea66ab684a2e119607ad95299ee (diff) | |
download | etbsa-traccar-web-6353b5e144fd21ef988abdf04c97e63689f58da4.tar.gz etbsa-traccar-web-6353b5e144fd21ef988abdf04c97e63689f58da4.tar.bz2 etbsa-traccar-web-6353b5e144fd21ef988abdf04c97e63689f58da4.zip |
Added Google Maps layers
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 3 | ||||
-rw-r--r-- | web/l10n/es.json | 6 |
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", |