From 16d579d1628bd8aa4a8d1f262ed70face50af907 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 19 Jul 2021 20:36:24 -0700 Subject: Add Yandex map back --- web/app/store/MapTypes.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/app/store') diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index dd889d46..9cca525e 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -37,6 +37,12 @@ Ext.define('Traccar.store.MapTypes', { }, { key: 'bingHybrid', name: Strings.mapBingHybrid + }, { + key: 'yandexMap', + name: Strings.mapYandexMap + }, { + key: 'yandexSat', + name: Strings.mapYandexSat }, { key: 'custom', name: Strings.mapCustom -- cgit v1.2.3