diff options
author | Abyss777 <abyss@fox5.ru> | 2017-06-19 11:34:01 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-06-19 16:09:43 +0500 |
commit | b2b9e4cb213023697566885340d2ff7b5a44db8b (patch) | |
tree | acd73e2c5ccd3eda062b0228873d2239e2d988fd /web/load.js | |
parent | f3ce72afbd49ccde94178158147de7b378128a55 (diff) | |
download | trackermap-web-b2b9e4cb213023697566885340d2ff7b5a44db8b.tar.gz trackermap-web-b2b9e4cb213023697566885340d2ff7b5a44db8b.tar.bz2 trackermap-web-b2b9e4cb213023697566885340d2ff7b5a44db8b.zip |
- Added columns filters to most windows
- Added more columns to UserDevices and UserGroups
- Change openlayers version to 4.2.0
Diffstat (limited to 'web/load.js')
-rw-r--r-- | web/load.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/load.js b/web/load.js index f6da4e62..82a01d8b 100644 --- a/web/load.js +++ b/web/load.js @@ -122,7 +122,7 @@ extjsVersion = '6.2.0'; fontAwesomeVersion = '4.7.0'; - olVersion = '4.0.1'; + olVersion = '4.2.0'; proj4jsVersion = '2.4.3'; if (debugMode) { |