diff options
author | Abyss777 <abyss@fox5.ru> | 2017-12-07 12:08:51 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-12-07 12:08:51 +0500 |
commit | a561ea4e1f31c9766f756102a41de8a8f480dc1f (patch) | |
tree | 3c60bc92bb5a7e3ec78f2e5e28936afcfb29f09e | |
parent | e4228a57423683e3180cf78ae1fd286430dcfb76 (diff) | |
download | trackermap-web-a561ea4e1f31c9766f756102a41de8a8f480dc1f.tar.gz trackermap-web-a561ea4e1f31c9766f756102a41de8a8f480dc1f.tar.bz2 trackermap-web-a561ea4e1f31c9766f756102a41de8a8f480dc1f.zip |
Update openlayers to 4.6.1
-rw-r--r-- | web/app/view/map/MapMarkerController.js | 2 | ||||
-rw-r--r-- | web/load.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index 5443d53e..bf6b0d49 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 }), diff --git a/web/load.js b/web/load.js index 28227c23..a5e67fcb 100644 --- a/web/load.js +++ b/web/load.js @@ -145,7 +145,7 @@ extjsVersion = '6.2.0'; fontAwesomeVersion = '4.7.0'; - olVersion = '4.5.0'; + olVersion = '4.6.1'; proj4jsVersion = '2.4.3'; if (debugMode) { |