diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-03 13:00:03 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-03 13:00:03 +1200 |
commit | 7ae587d430e793bbd9afd5607f7d266816af127a (patch) | |
tree | 537ab0d4fa2f2e144ea5ae082fc559d08dc206ad /web/app/view/Map.js | |
parent | bac0d9090c1a8906f7d3c0a56da58c33495fd6db (diff) | |
download | trackermap-server-7ae587d430e793bbd9afd5607f7d266816af127a.tar.gz trackermap-server-7ae587d430e793bbd9afd5607f7d266816af127a.tar.bz2 trackermap-server-7ae587d430e793bbd9afd5607f7d266816af127a.zip |
Add dialog for geofence area selection
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r-- | web/app/view/Map.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index d06630e38..8ff57c06a 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -24,6 +24,8 @@ Ext.define('Traccar.view.Map', { controller: 'map', + title: Strings.mapTitle, + getLatestSource: function () { return this.latestSource; }, |