diff options
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/MapTypes.js | 12 | ||||
-rw-r--r-- | web/app/store/ReportChartTypes.js | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index dba506dd..77c10ebd 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -32,6 +32,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 }] diff --git a/web/app/store/ReportChartTypes.js b/web/app/store/ReportChartTypes.js index 7a63fd08..889db50d 100644 --- a/web/app/store/ReportChartTypes.js +++ b/web/app/store/ReportChartTypes.js @@ -26,5 +26,11 @@ Ext.define('Traccar.store.ReportChartTypes', { }, { key: 'distanceConverted', name: Strings.positionDistance + }, { + key: 'rpm', + name: Strings.positionRpm + }, { + key: 'fuel', + name: Strings.positionFuel }] }); |