aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-06 22:17:25 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-06 22:17:25 -0600
commita273d60becc5ccc9e4626325ea2dca20271b36bc (patch)
tree1fe4a6651a6e93514b15e7431e125e1c4226c17f /web/app/store/MapTypes.js
parentcf3555f3d9330f6711bd27ec9a24b74106703000 (diff)
parentf00ddba99b1d56c9471b19e68c8354ed27749d36 (diff)
downloadetbsa-traccar-web-a273d60becc5ccc9e4626325ea2dca20271b36bc.tar.gz
etbsa-traccar-web-a273d60becc5ccc9e4626325ea2dca20271b36bc.tar.bz2
etbsa-traccar-web-a273d60becc5ccc9e4626325ea2dca20271b36bc.zip
Merge branch 'master' of git://github.com/traccar/traccar-web
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 f91f366..1564789 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
}, {