diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/map/Map.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js index 6f4875ad..47ebb1f0 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), |