From bc22b44fd9c980146d862566e21f6247aafdd807 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 26 May 2018 17:32:14 +1200 Subject: Change map defaults --- web/app/store/MapTypes.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/app/store/MapTypes.js') diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index 77c10eb..3d32243 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -43,6 +43,9 @@ Ext.define('Traccar.store.MapTypes', { }, { key: 'yandexSat', name: Strings.mapYandexSat + }, { + key: 'wikimedia', + name: Strings.mapWikimedia }, { key: 'custom', name: Strings.mapCustom -- cgit v1.2.3