aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/map/MapMarkerController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-12-07 12:08:51 +0500
committerAbyss777 <abyss@fox5.ru>2017-12-07 12:08:51 +0500
commita561ea4e1f31c9766f756102a41de8a8f480dc1f (patch)
tree3c60bc92bb5a7e3ec78f2e5e28936afcfb29f09e /web/app/view/map/MapMarkerController.js
parente4228a57423683e3180cf78ae1fd286430dcfb76 (diff)
downloadetbsa-traccar-web-a561ea4e1f31c9766f756102a41de8a8f480dc1f.tar.gz
etbsa-traccar-web-a561ea4e1f31c9766f756102a41de8a8f480dc1f.tar.bz2
etbsa-traccar-web-a561ea4e1f31c9766f756102a41de8a8f480dc1f.zip
Update openlayers to 4.6.1
Diffstat (limited to 'web/app/view/map/MapMarkerController.js')
-rw-r--r--web/app/view/map/MapMarkerController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js
index 5443d53..bf6b0d4 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
}),