diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-13 07:22:42 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-13 07:22:42 -0700 |
commit | 09e1e536aea906ae62f2a361df07d4b4532e62c2 (patch) | |
tree | 102e01e32a0cf0184fe665b1d284b9c6598bb9b2 /modern/src/map/core | |
parent | 229fa227311adb2e4bfdfcd509669264ad793e9c (diff) | |
download | trackermap-web-09e1e536aea906ae62f2a361df07d4b4532e62c2.tar.gz trackermap-web-09e1e536aea906ae62f2a361df07d4b4532e62c2.tar.bz2 trackermap-web-09e1e536aea906ae62f2a361df07d4b4532e62c2.zip |
Remove deprecated maps
Diffstat (limited to 'modern/src/map/core')
-rw-r--r-- | modern/src/map/core/useMapStyles.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modern/src/map/core/useMapStyles.js b/modern/src/map/core/useMapStyles.js index 2e70922d..5e32c44d 100644 --- a/modern/src/map/core/useMapStyles.js +++ b/modern/src/map/core/useMapStyles.js @@ -39,20 +39,6 @@ export default () => { available: true, }, { - id: 'locationIqEarth', - title: t('mapLocationIqEarth'), - style: `https://tiles.locationiq.com/v3/earth/vector.json?key=${locationIqKey}`, - available: !!locationIqKey, - attribute: 'locationIqKey', - }, - { - id: 'locationIqHybrid', - title: t('mapLocationIqHybrid'), - style: `https://tiles.locationiq.com/v3/hybrid/vector.json?key=${locationIqKey}`, - available: !!locationIqKey, - attribute: 'locationIqKey', - }, - { id: 'osm', title: t('mapOsm'), style: styleCustom( |