From 09e1e536aea906ae62f2a361df07d4b4532e62c2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 13 Jul 2022 07:22:42 -0700 Subject: Remove deprecated maps --- modern/src/map/core/useMapStyles.js | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'modern') 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 @@ -38,20 +38,6 @@ export default () => { style: `https://tiles.locationiq.com/v3/streets/vector.json?key=${locationIqKey || 'pk.0f147952a41c555a5b70614039fd148b'}`, 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'), -- cgit v1.2.3