react-map-components-maplibre icon indicating copy to clipboard operation
react-map-components-maplibre copied to clipboard

Feature/layerconfig store

Open fapola opened this issue 9 months ago • 0 comments

Introduces new Layertree and Mapstore based on Redux instead of React Context. The LayerOrder and the Mapconfig/Layerconfig itself are separated now. See the new Layertree story for new usage.

not yet implemented:

  • reorder layers with drag&drop instead of up/down button
  • configure layers (e.g. change style) of type 'vt' or 'wms' layers. This is only implemented for 'geojson' layers at the moment.
  • add layers to store in UI (see AddLayerButton story)

fapola avatar May 14 '24 12:05 fapola