aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2022-01-17 21:15:25 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2022-01-17 21:15:25 -0800
commit9e1c0b44189136ec6abf05720c698027a689fa08 (patch)
treeb8fc5bd23b471902e2d46cb4b51c0fbfe86b4539 /modern/src/map
parent3a0bb02de89b559a185ec2c166aac4efa635dff9 (diff)
downloadtrackermap-web-9e1c0b44189136ec6abf05720c698027a689fa08.tar.gz
trackermap-web-9e1c0b44189136ec6abf05720c698027a689fa08.tar.bz2
trackermap-web-9e1c0b44189136ec6abf05720c698027a689fa08.zip
Fix modern app issuesv4.15
Diffstat (limited to 'modern/src/map')
-rw-r--r--modern/src/map/Map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js
index dcf5a925..b020423a 100644
--- a/modern/src/map/Map.js
+++ b/modern/src/map/Map.js
@@ -107,7 +107,7 @@ const Map = ({ children }) => {
{ id: 'mapboxSatellite', title: t('mapMapboxSatellite'), uri: styleMapbox('satellite-v9') },
{ id: 'mapTilerBasic', title: t('mapMapTilerBasic'), uri: styleMapTiler('basic', mapTilerKey) },
{ id: 'mapTilerHybrid', title: t('mapMapTilerHybrid'), uri: styleMapTiler('hybrid', mapTilerKey) },
- ], 'locationIqStreets');
+ ], 'osm');
}, [mapTilerKey]);
useEffect(() => {