diff options
author | Edward Valley <ed.valley@yandex.com> | 2019-07-12 23:53:29 -0400 |
---|---|---|
committer | Edward Valley <ed.valley@yandex.com> | 2019-07-12 23:53:29 -0400 |
commit | e6013751d88cbfaac6c03a070d88cfd5c3e16921 (patch) | |
tree | 1b509acddae033e38f699de01b5803e63d380008 /web/l10n | |
parent | 74045badac73aae991301e65d119109ee7d5d46e (diff) | |
download | etbsa-traccar-web-e6013751d88cbfaac6c03a070d88cfd5c3e16921.tar.gz etbsa-traccar-web-e6013751d88cbfaac6c03a070d88cfd5c3e16921.tar.bz2 etbsa-traccar-web-e6013751d88cbfaac6c03a070d88cfd5c3e16921.zip |
Add support for ArcGIS REST map services
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 69f3fed..07e7609 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -232,6 +232,8 @@ "mapTitle": "Map", "mapLayer": "Map Layer", "mapCustom": "Custom Map", + "mapCustomXyzFormat": "Custom (XYZ)", + "mapCustomArcgisRest": "Custom (ArcGIS REST)", "mapCarto": "Carto Basemaps", "mapOsm": "Open Street Map", "mapBingKey": "Bing Maps Key", @@ -427,4 +429,4 @@ "categoryScooter": "Scooter", "maintenanceStart": "Start", "maintenancePeriod": "Period" -}
\ No newline at end of file +} |