aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-08-22 10:11:46 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-08-22 10:11:46 -0700
commite83a51c9f14b7ddb45e4de155741e37df3e25c25 (patch)
tree45aee5769134d829ce4690ce0e0bba7f8d20dd55 /modern/src/map
parent90b87123fe6597e080d2ab03463f50617cd2c5dd (diff)
downloadetbsa-traccar-web-e83a51c9f14b7ddb45e4de155741e37df3e25c25.tar.gz
etbsa-traccar-web-e83a51c9f14b7ddb45e4de155741e37df3e25c25.tar.bz2
etbsa-traccar-web-e83a51c9f14b7ddb45e4de155741e37df3e25c25.zip
Add MapTiler hybrid map
Diffstat (limited to 'modern/src/map')
-rw-r--r--modern/src/map/Map.js1
1 files changed, 1 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),