hslayers / hslayers-ng

User interface and map building extensions for OpenLayers
https://ng.hslayers.org/
MIT License
36 stars 20 forks source link

Decluttering setting in layer manager for Vector layers #267

Closed raitisbe closed 5 years ago

raitisbe commented 5 years ago

If a layer is a VectorLayer, then there should appear a checkbox for toggling decluttering on or off.

image

Example layer definition (fill in overlapping features) new VectorLayer({ title: 'Areas of interest', source: new VectorSource({}), declutter: true }) If features are very close to each other, then some of them will be hidden. We want to be able to turn on/off this by setting declutter to true/false.

raitisbe commented 5 years ago

Work has started On branch issue-267/declutter-vctr-layer

Time: 0.7h