diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2022-01-17 21:15:25 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2022-01-17 21:15:25 -0800 |
commit | 9e1c0b44189136ec6abf05720c698027a689fa08 (patch) | |
tree | b8fc5bd23b471902e2d46cb4b51c0fbfe86b4539 /modern/src/map | |
parent | 3a0bb02de89b559a185ec2c166aac4efa635dff9 (diff) | |
download | trackermap-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.js | 2 |
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(() => { |