aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-11-25 17:04:26 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2021-11-25 17:04:26 -0800
commita8d499612b3e37f0ba3864eb97ea396221be8cb7 (patch)
tree45361b2b8d87d8350a375d3020950452096b07d2 /web/app/store/MapTypes.js
parentea72b9f96d6e03a4f9bbbeadcc8f41efbff4427f (diff)
downloadetbsa-traccar-web-a8d499612b3e37f0ba3864eb97ea396221be8cb7.tar.gz
etbsa-traccar-web-a8d499612b3e37f0ba3864eb97ea396221be8cb7.tar.bz2
etbsa-traccar-web-a8d499612b3e37f0ba3864eb97ea396221be8cb7.zip
Enable LocationIQ by default
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 9cca525..0165756 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -20,6 +20,15 @@ Ext.define('Traccar.store.MapTypes', {
fields: ['key', 'name'],
data: [{
+ key: 'locationIqStreets',
+ name: Strings.mapLocationIqStreets
+ }, {
+ key: 'locationIqEarth',
+ name: Strings.mapLocationIqEarth
+ }, {
+ key: 'locationIqHybrid',
+ name: Strings.mapLocationIqHybrid
+ }, {
key: 'osm',
name: Strings.mapOsm
}, {