diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-12-07 22:01:19 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 22:01:19 +1300 |
commit | a309c492b5af0e946b7b0135b6649ca85d781c95 (patch) | |
tree | 3c60bc92bb5a7e3ec78f2e5e28936afcfb29f09e /web/app/view | |
parent | e4228a57423683e3180cf78ae1fd286430dcfb76 (diff) | |
parent | a561ea4e1f31c9766f756102a41de8a8f480dc1f (diff) | |
download | trackermap-web-a309c492b5af0e946b7b0135b6649ca85d781c95.tar.gz trackermap-web-a309c492b5af0e946b7b0135b6649ca85d781c95.tar.bz2 trackermap-web-a309c492b5af0e946b7b0135b6649ca85d781c95.zip |
Merge pull request #626 from Abyss777/ol_4.6.1
Update openlayers to 4.6.1
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/map/MapMarkerController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index 5443d53e..bf6b0d49 100644 --- a/web/app/view/map/MapMarkerController.js +++ b/web/app/view/map/MapMarkerController.js @@ -104,7 +104,7 @@ Ext.define('Traccar.view.map.MapMarkerController', { if (label) { styleConfig.text = new ol.style.Text({ text: label, - exceedLength: true, + overflow: true, fill: new ol.style.Fill({ color: Traccar.Style.mapGeofenceTextColor }), |