aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/map/Map.js1
-rw-r--r--web/l10n/en.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js
index 6f4875a..47ebb1f 100644
--- a/modern/src/map/Map.js
+++ b/modern/src/map/Map.js
@@ -76,6 +76,7 @@ const switcher = new SwitcherControl(
{ title: t('mapMapboxOutdoors'), uri: styleMapbox('outdoors-v11') },
{ title: t('mapMapboxSatellite'), uri: styleMapbox('satellite-v9') },
{ title: t('mapMapTilerBasic'), uri: styleMapTiler('basic', '{mapTilerKey}') },
+ { title: t('mapMapTilerHybrid'), uri: styleMapTiler('hybrid', '{mapTilerKey}') },
],
t('mapOsm'),
() => updateReadyValue(false),
diff --git a/web/l10n/en.json b/web/l10n/en.json
index af20b1a..97243a6 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -262,6 +262,7 @@
"mapMapboxOutdoors": "Mapbox Outdoors",
"mapMapboxSatellite": "Mapbox Satellite",
"mapMapTilerBasic": "MapTiler Basic",
+ "mapMapTilerHybrid": "MapTiler Hybrid",
"mapShapePolygon": "Polygon",
"mapShapeCircle": "Circle",
"mapShapePolyline": "Polyline",