React Geo Versions Save

A set of geo related modules to use in combination with React, Ant Design and OpenLayers.

v24.0.0-next.2

2 days ago

24.0.0-next.2 (2024-05-14)

Features

  • use WmsLayer from ol-util instead of react-util (0abde72)

v24.0.0-next.1

1 week ago

24.0.0-next.1 (2024-05-06)

Bug Fixes

  • adds null check (5a78b77)
  • adjust to breaking changes in latest version of react-util (2711a63)
  • adjust to change Key type in @types/react (261ea52)
  • made use of olInteraction hook (7b0732e)
  • make use of dayjs, don't pass icon prop in LayerTreeNode (c0cffa8)
  • make use of UseMeasureProps (e73bfa7)
  • readd changes that were lost in rebase (f1c758f)
  • remove the DigitizeButton (7cf8263)
  • sets the transparent background to false again (aad694f)
  • simplify regex (106e2c0)

chore

Code Refactoring

  • class to function component (3b13ce1)
  • components FeatureGrid and AgFeatureGrid to function component (ea48bb3)
  • remove deprecated HOC components (ce5bdb7)
  • remove Panel, Window and Titlebar components (c749faa)
  • simplify the ToggleButton and ToggleGroup components (14760f0)

Features

  • adds a flag for transparent background of ToggleButton (ef77c9d)
  • adds a wfs layer and feature-info (#3826) (38dabed)
  • adds the onSuccess callback to CoordinateInfo component (1c0bec3)
  • combine WfsSearch and WfsSearchInput to WfsSearchField (a88b54b)
  • introduce useNominatim hook (f4c8597)
  • readd MapComponent, FloatingMapLogo and BackgroundLayerChooser (a32aee4)
  • refactor code into useDraw hook (cd657fe)
  • remove toolbar and user chip component (3fe4ce2)
  • upgraded ol to v9 (f2bd3d0)
  • use coordinateInfo hook (7dddfce)
  • use useProjFromEpsgIO hook (741851d)
  • use wfs hook (189b0bb)

BREAKING CHANGES

  • removes props map and toggleOnClick
  • share common grid props among all grids
  • make use of new useWfs hook in react-util
  • refactors CoordinateReferenceSystemCombo to use useProjFromEpsgIO for CCRS fetching
  • refactors CoordinateInfo as funnction compononent
  • update ol-util peer dependency
  • The pressed state of the ToggleButton is controlled now
  • Typescript configuration
  • use geolocation hook of react-util
  • the AddWmsLayerEntry accepts a map prop now (required for attributions)
  • These componentes are not available anymore
  • Panel, Window and Titlebar components are not existing anymore
  • mappify, loadify, isVisibleComponent HOCs as well as MapProvider class were removed
  • Removes the deprecated DigitizeButton in favour of the DrawButton

v23.4.1

1 month ago

23.4.1 (2024-03-25)

Bug Fixes

  • tooltip for RotationButton (7ce3c9c)

v23.4.0

1 month ago

23.4.0 (2024-03-22)

Bug Fixes

Features

v23.3.0

4 months ago

23.3.0 (2024-01-11)

Features

  • adds optional geoemtry extent shift (ca4f31b)
  • makes onClick property configurable (62a40c4)

v23.2.1

4 months ago

23.2.1 (2023-12-20)

Bug Fixes

  • allow custom onChange implementations (f1e0df7)

v23.2.0

5 months ago

23.2.0 (2023-11-29)

Bug Fixes

Features

  • adds a radius property to the measure circle button (6942024)
  • adds readable unit based on actual distance (72b0e63)

v23.1.3

5 months ago

23.1.3 (2023-11-29)

Bug Fixes

  • update CoordinateInfo fetch options (8a07f67)

v23.1.2

7 months ago

23.1.2 (2023-10-05)

Bug Fixes

  • enables layer array after no layer was selected (#3562) (89e1b13)

v23.1.1

7 months ago

23.1.1 (2023-09-29)

Bug Fixes

  • makes initalSelectedLayer work (55b12b4)