From 5a9ac7787c746bde0fb466b2ff5f8654174c6f77 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 5 Dec 2017 12:29:02 +0500 Subject: Update openlayers version --- web/app/view/map/MapMarkerController.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app') diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index c46faac..5443d53 100644 --- a/web/app/view/map/MapMarkerController.js +++ b/web/app/view/map/MapMarkerController.js @@ -104,6 +104,7 @@ Ext.define('Traccar.view.map.MapMarkerController', { if (label) { styleConfig.text = new ol.style.Text({ text: label, + exceedLength: true, fill: new ol.style.Fill({ color: Traccar.Style.mapGeofenceTextColor }), -- cgit v1.2.3