diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-18 15:06:57 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-18 15:06:57 +1200 |
commit | 21e85e00b30564b291492f3bdba1ae146e84efc2 (patch) | |
tree | 19e28f7efa69882eebbd06929e0c9f39def33992 /web/app/store | |
parent | c3095be3d331cfc4732e16d1d9fb36c129b4a70c (diff) | |
download | trackermap-web-21e85e00b30564b291492f3bdba1ae146e84efc2.tar.gz trackermap-web-21e85e00b30564b291492f3bdba1ae146e84efc2.tar.bz2 trackermap-web-21e85e00b30564b291492f3bdba1ae146e84efc2.zip |
Add support for Carto Basemaps
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/MapTypes.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index 179343e7..a24864e0 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 }, { |