aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-09-18 15:06:57 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2016-09-18 15:06:57 +1200
commit21e85e00b30564b291492f3bdba1ae146e84efc2 (patch)
tree19e28f7efa69882eebbd06929e0c9f39def33992 /web/app/store/MapTypes.js
parentc3095be3d331cfc4732e16d1d9fb36c129b4a70c (diff)
downloadetbsa-traccar-web-21e85e00b30564b291492f3bdba1ae146e84efc2.tar.gz
etbsa-traccar-web-21e85e00b30564b291492f3bdba1ae146e84efc2.tar.bz2
etbsa-traccar-web-21e85e00b30564b291492f3bdba1ae146e84efc2.zip
Add support for Carto Basemaps
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 179343e..a24864e 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -20,6 +20,9 @@ Ext.define('Traccar.store.MapTypes', {
fields: ['key', 'name'],
data: [{
+ key: 'carto',
+ name: Strings.mapCarto
+ }, {
key: 'osm',
name: Strings.mapOsm
}, {