diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-11-25 17:04:26 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-11-25 17:04:26 -0800 |
commit | a8d499612b3e37f0ba3864eb97ea396221be8cb7 (patch) | |
tree | 45361b2b8d87d8350a375d3020950452096b07d2 /web/l10n | |
parent | ea72b9f96d6e03a4f9bbbeadcc8f41efbff4427f (diff) | |
download | trackermap-web-a8d499612b3e37f0ba3864eb97ea396221be8cb7.tar.gz trackermap-web-a8d499612b3e37f0ba3864eb97ea396221be8cb7.tar.bz2 trackermap-web-a8d499612b3e37f0ba3864eb97ea396221be8cb7.zip |
Enable LocationIQ by default
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 8ee4d659..dd310577 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -263,6 +263,9 @@ "mapMapboxSatellite": "Mapbox Satellite", "mapMapTilerBasic": "MapTiler Basic", "mapMapTilerHybrid": "MapTiler Hybrid", + "mapLocationIqStreets": "LocationIQ Streets", + "mapLocationIqEarth": "LocationIQ Earth", + "mapLocationIqHybrid": "LocationIQ Hybrid", "mapShapePolygon": "Polygon", "mapShapeCircle": "Circle", "mapShapePolyline": "Polyline", |