aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/map/MapMarkerController.js
diff options
context:
space:
mode:
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
}),