aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-13 07:22:42 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-13 07:22:42 -0700
commit09e1e536aea906ae62f2a361df07d4b4532e62c2 (patch)
tree102e01e32a0cf0184fe665b1d284b9c6598bb9b2 /web/app/store
parent229fa227311adb2e4bfdfcd509669264ad793e9c (diff)
downloadtrackermap-web-09e1e536aea906ae62f2a361df07d4b4532e62c2.tar.gz
trackermap-web-09e1e536aea906ae62f2a361df07d4b4532e62c2.tar.bz2
trackermap-web-09e1e536aea906ae62f2a361df07d4b4532e62c2.zip
Remove deprecated maps
Diffstat (limited to 'web/app/store')
-rw-r--r--web/app/store/MapTypes.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 01657565..f517045d 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -23,12 +23,6 @@ Ext.define('Traccar.store.MapTypes', {
key: 'locationIqStreets',
name: Strings.mapLocationIqStreets
}, {
- key: 'locationIqEarth',
- name: Strings.mapLocationIqEarth
- }, {
- key: 'locationIqHybrid',
- name: Strings.mapLocationIqHybrid
- }, {
key: 'osm',
name: Strings.mapOsm
}, {