From 4757c4c9f6bf780ecedbbcb0312712a617070226 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 23 Aug 2015 22:40:49 +1200 Subject: Add support for custom maps --- web/app/store/MapTypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/app/store') diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index ebc45cc8d..fbdc49acc 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -20,6 +20,7 @@ Ext.define('Traccar.store.MapTypes', { data: [ {'key': 'osm', 'name': strings.mapOsm}, {'key': 'bingRoad', 'name': strings.mapBingRoad}, - {'key': 'bingAerial', 'name': strings.mapBingAerial} + {'key': 'bingAerial', 'name': strings.mapBingAerial}, + {'key': 'custom', 'name': strings.mapCustom}, ] }); -- cgit v1.2.3