diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app/view/map/MapMarkerController.js | 1 | ||||
-rw-r--r-- | web/load.js | 2 |
2 files changed, 2 insertions, 1 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 }), diff --git a/web/load.js b/web/load.js index cb5defd..28227c2 100644 --- a/web/load.js +++ b/web/load.js @@ -145,7 +145,7 @@ extjsVersion = '6.2.0'; fontAwesomeVersion = '4.7.0'; - olVersion = '4.3.2'; + olVersion = '4.5.0'; proj4jsVersion = '2.4.3'; if (debugMode) { |