mstahv / v-leaflet

Leaflet add-on for Vaadin
Other
43 stars 38 forks source link

AbstractLeafletVector.addStyleName does not work #167

Open basisbit opened 7 years ago

basisbit commented 7 years ago

Calling .addStyleName("somestring"); on an AbstractLeafletVector for example to change the geometry to look like being "selected" does not work. The class is never set anywhere on the web client.

mstahv commented 6 years ago

Are you planning to modify the underlaying SVG using CSS?

basisbit commented 6 years ago

that was my original intention. Ended up switching to Canvas renderer anyways, so it does not really matter any more for my use case. The API still is sort of broken there nonetheless.