aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MapController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-11-21 11:57:38 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-11-21 11:57:38 +1300
commitca02696ce4ebe43652ec97b28c6553bd97910dcd (patch)
tree608ca70113515eda7183b4f23d9726217472137e /web/app/view/MapController.js
parent9eed88cba15f8fc7e12a0a6d5083fa7bfd890165 (diff)
downloadtrackermap-server-ca02696ce4ebe43652ec97b28c6553bd97910dcd.tar.gz
trackermap-server-ca02696ce4ebe43652ec97b28c6553bd97910dcd.tar.bz2
trackermap-server-ca02696ce4ebe43652ec97b28c6553bd97910dcd.zip
Remove time label from report markers
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r--web/app/view/MapController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js
index 2b441399b..a3412b796 100644
--- a/web/app/view/MapController.js
+++ b/web/app/view/MapController.js
@@ -159,8 +159,8 @@ Ext.define('Traccar.view.MapController', {
style = this.getReportMarker();
style.getImage().setRotation(position.get('course') * Math.PI / 180);
- style.getText().setText(
- Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat));
+ /*style.getText().setText(
+ Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat));*/
marker.setStyle(style);