From 40f6326b57c0cb747066d79ba5849ea84cb9698b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 14 Apr 2017 09:57:13 +1200 Subject: Implement new map layers (#366) --- web/app/store/MapTypes.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web/app/store') diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index dba506d..77c10eb 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -31,6 +31,18 @@ Ext.define('Traccar.store.MapTypes', { }, { key: 'bingAerial', name: Strings.mapBingAerial + }, { + key: 'bingHybrid', + name: Strings.mapBingHybrid + }, { + key: 'baidu', + name: Strings.mapBaidu + }, { + key: 'yandexMap', + name: Strings.mapYandexMap + }, { + key: 'yandexSat', + name: Strings.mapYandexSat }, { key: 'custom', name: Strings.mapCustom -- cgit v1.2.3