diff options
author | Abyss777 <abyss@fox5.ru> | 2017-12-05 12:29:02 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-12-05 12:29:02 +0500 |
commit | 5a9ac7787c746bde0fb466b2ff5f8654174c6f77 (patch) | |
tree | 861962a702bcc19e3ce749d12e20f835ca1ebbb6 /web/app/view | |
parent | 3a148c2a901cbef2e46c888529ac01df57a9ba9f (diff) | |
download | trackermap-web-5a9ac7787c746bde0fb466b2ff5f8654174c6f77.tar.gz trackermap-web-5a9ac7787c746bde0fb466b2ff5f8654174c6f77.tar.bz2 trackermap-web-5a9ac7787c746bde0fb466b2ff5f8654174c6f77.zip |
Update openlayers version
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/map/MapMarkerController.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index c46faac2..5443d53e 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 }), |