aboutsummaryrefslogtreecommitdiff
path: root/web/app/Resources.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-06-13 18:28:38 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-06-13 18:28:38 +1200
commit9fea9e469c9856f6f6a90fb970474873fe4a9dfb (patch)
tree983b7199dbdcfab4708a57d56eeeda0ea6bbe7f3 /web/app/Resources.js
parent13448f34e263f27610391781d526353791c36026 (diff)
downloadtrackermap-server-9fea9e469c9856f6f6a90fb970474873fe4a9dfb.tar.gz
trackermap-server-9fea9e469c9856f6f6a90fb970474873fe4a9dfb.tar.bz2
trackermap-server-9fea9e469c9856f6f6a90fb970474873fe4a9dfb.zip
Implement selection panning
Diffstat (limited to 'web/app/Resources.js')
-rw-r--r--web/app/Resources.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Resources.js b/web/app/Resources.js
index 6d0cccd05..1103fe729 100644
--- a/web/app/Resources.js
+++ b/web/app/Resources.js
@@ -100,7 +100,8 @@ var styles = {
map_report_marker: 'blue',
map_live_marker: 'red',
map_route_width: 5,
- map_marker_radius: 50
+ map_marker_radius: 50,
+ map_delay: 500
};
Ext.define('Traccar.Resources', {