Make style.selected property names consistent between geometry types
Opened this issue · 0 comments
apollolm commented
Right now, you are allowed to have style.selected = { color: "foo", size: 5 }.
You should be able to use the same properties for polylines and points as well.
(Currently you have to use style.selected.lineWidth and style.selected.strokeStyle.