From d9be85d9928a9c511335a3a2eb231dcfd1fb1d5a Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 29 Dec 2016 16:31:11 +0500 Subject: Deselect markers --- web/app/view/Map.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/Map.js') diff --git a/web/app/view/Map.js b/web/app/view/Map.js index 2cc37ecb..062bf4cb 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -114,6 +114,7 @@ Ext.define('Traccar.view.Map', { this.geofencesSource = new ol.source.Vector({}); this.map.addLayer(new ol.layer.Vector({ + name: 'geofencesLayer', source: this.geofencesSource })); -- cgit v1.2.3