Skip to content

Releases: terrestris/react-geo

Version 5.6.0

15 Mar 08:59
Compare
Choose a tag to compare
  • Introduces separateGeometries method to GeometryUtil

Version 5.5.0

14 Mar 13:16
Compare
Choose a tag to compare
  • GeometryUtil - support merge of MultiGeometry

Version 5.4.1

14 Mar 12:26
Compare
Choose a tag to compare
  • Fixes modify mode for DigitizeButton

Version 5.4.0

13 Mar 10:47
Compare
Choose a tag to compare
  • Adds 'onDrawStart' and 'onDrawEnd' props to DigitizeButton
  • Adds examples for the GeometryUtil

Version 5.3.1

12 Mar 15:32
Compare
Choose a tag to compare
  • Fixes Bug in ScaleCombo #224

Version 5.3.0

09 Mar 12:25
Compare
Choose a tag to compare
  • Introduces the GeometryUtil based on turf.js

Version 5.2.2

09 Mar 08:00
Compare
Choose a tag to compare
  • Fixes a bug in ToggleButton handler

Version 5.2.1

08 Mar 10:15
Compare
Choose a tag to compare
  • 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.

Version 5.2.0

02 Mar 12:51
Compare
Choose a tag to compare
  • fix rowClassNames to work with key function using getId() of OlFeature
  • update webpack to version 4

Version 5.1.1

28 Feb 13:39
Compare
Choose a tag to compare
  • Modifies implementation of featurestyle prop of FeatureGrid (see #441)