Releases: terrestris/react-geo
Releases · terrestris/react-geo
Version 5.6.1
- Fixes bug in
moveFeature
method ofAnimateUtil
Version 5.6.0
- Introduces
separateGeometries
method toGeometryUtil
Version 5.5.0
- GeometryUtil - support merge of MultiGeometry
Version 5.4.1
- Fixes modify mode for
DigitizeButton
Version 5.4.0
- Adds 'onDrawStart' and 'onDrawEnd' props to DigitizeButton
- Adds examples for the
GeometryUtil
Version 5.3.1
- Fixes Bug in ScaleCombo #224
Version 5.3.0
- Introduces the
GeometryUtil
based on turf.js
Version 5.2.2
- Fixes a bug in
ToggleButton
handler
Version 5.2.1
- Render LegendGraphic again when props have changed
- If the props of a Legend change, it will now get requested again.
Usecase: passing a dynamic extraParam to the legend like the scale parameter will now be handled correctly. Before, the legend was only rendered once and never again.
- If the props of a Legend change, it will now get requested again.
Version 5.2.0
- fix rowClassNames to work with key function using
getId()
of OlFeature - update webpack to version 4