hajkmap / Hajk

A modern, full-featured OpenLayers based map viewer and editor
MIT License
123 stars 48 forks source link

Sketch: allow disabling stroke for polygons and circles #1177

Open jacobwod opened 2 years ago

jacobwod commented 2 years ago

Sometimes users might want to draw a feature without any border. We could achieve this functionality by either a) allowing a stroke width of 0px, or b) adding a "None" type to the selection (where Solid, Dashed etc are available today).

Hallbergs commented 2 years ago

"None" in the stroke-type would be a nice addition.