Releases: terrestris/BasiGX
Releases · terrestris/BasiGX
v3.1.0
This version introduces some fixes to 3.0.0 and two new methods on Animate.js
Fixes and Features
- Fixed
i18n
example - Fixed
animate
example - Fixes
Measure.js
where coordinates were incorrectly passed to Polygon, whereas geometry should be given instead. More specifically,geometry
instead ofcoords
tool.sphere.getArea
- Some fixes in events methods
on
andun
- Fix calls of animation functions.
- Use correct name for animation layer.
New methods introduced:
doAnimation(feature, layer, animate)
andendAnimation(feature, layer, listenerKey)
have been added. They do animation on a layer instead of feature.
v3.0.0
This version introduces geoext 4.0.0 with openlayers 6.5.0
A step-by-step guide to update an application that uses BasiGX and geoext can be found here: https://github.com/terrestris/BasiGX/wiki/Update-application-to-ol-6.5.0,-geoext-4.0.0,-BasiGX-3.0.0
Fixes and Features
Version 2.1.0
Features & Fixes
- use original feature type name to enhance detection of search layers a9f7f6d
- fix legend button, tooltips c7b754c
- Fix of hover-effect for graphicpool 6a2b1f7
- 'activeEpsgCode' for CoordinateMousePositionPanel 2e04659
- Fix extraction of layers when no bbox is available (#601) fc24c02
- Collect all sub layers in add wms form (#602) 6a79a1e
- AddWMS: Use inherited CRS list to check for compatibility (#604) f664849
- introduces hoverClick plugin ba26303
- Fix WFS search wrt non standard namespace prefixes (#607) bcbcf78
- Allow use of the layer name instead of feature type for grouping (#618) 9f24d6d
- Add util function 'cascadeLayers' 9e8f33a
- provide optional filter function to exclude some records from graphic… ca4bb05
- search across multiple workspaces 095c588
- add geolocation button a123213
Version 2.0.2
Version 2.0.0
Breaking changes:
- Make use of custom layer search configuration with WFS search (#548)
Features:
- Support Vector Tile layers in MapLoadingStatusBar (#504)
- Replace maxFeatures string by an empty one if maxFeatures is not defined (#519)
- WPSUtil: Introduce WFSGetFeature as input reference (#518)
- Initialize coords to map's starting center (#522)
- Make hoverColor property of hover plugin configurable (#540)
- Diverse enhancements of Multisearch component (#543)
Bugfixes:
- Fixes tooltip binding in base button dd7b339
- reset window reference on destroying properly 1c18f53
- prevent hovering of duplicated features for vector layers 8244b4f
- Handle hovering over vector layers correctly (#551)
- Add queryable flag when adding WMS (#552)
Documentation:
- enhance documentation for using JSonix e95dde0
Additionally several dependencies have been updated.
Commit Range:
v1.1.0...v2.0.0