Maps4HTML / MapML.js

A custom <mapml-viewer> and <layer-> element suite
https://maps4html.org/MapML.js/
Other
56 stars 16 forks source link

Create an attributeChangedCallback handler for the map-feature class attribute #934

Open prushforth opened 6 months ago

prushforth commented 6 months ago

Changes to the \ (a global attribute) should be propagated to the rendered svg \ element that represents the feature in the shadow root. It looks like the attribute value is correctly copied to the rendered \ element during the connectedCallback process, tbd.

This will allow dynamic style changes to the rendered feature.