From 5a9ac7787c746bde0fb466b2ff5f8654174c6f77 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 5 Dec 2017 12:29:02 +0500 Subject: Update openlayers version --- web/app/view/map/MapMarkerController.js | 1 + web/load.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index c46faac2..5443d53e 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 cb5defd8..28227c23 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) { -- cgit v1.2.3