aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/map
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-12-05 12:29:02 +0500
committerAbyss777 <abyss@fox5.ru>2017-12-05 12:29:02 +0500
commit5a9ac7787c746bde0fb466b2ff5f8654174c6f77 (patch)
tree861962a702bcc19e3ce749d12e20f835ca1ebbb6 /web/app/view/map
parent3a148c2a901cbef2e46c888529ac01df57a9ba9f (diff)
downloadetbsa-traccar-web-5a9ac7787c746bde0fb466b2ff5f8654174c6f77.tar.gz
etbsa-traccar-web-5a9ac7787c746bde0fb466b2ff5f8654174c6f77.tar.bz2
etbsa-traccar-web-5a9ac7787c746bde0fb466b2ff5f8654174c6f77.zip
Update openlayers version
Diffstat (limited to 'web/app/view/map')
-rw-r--r--web/app/view/map/MapMarkerController.js1
1 files changed, 1 insertions, 0 deletions
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
}),