Web-Map-Custom-Element icon indicating copy to clipboard operation
Web-Map-Custom-Element copied to clipboard

Create an attributeChangedCallback handler for the map-feature class attribute

Open prushforth opened this issue 1 year ago • 0 comments

Changes to the <map-feature class=""> (a global attribute) should be propagated to the rendered svg <g> element that represents the feature in the shadow root. It looks like the attribute value is correctly copied to the rendered <g> element during the connectedCallback process, tbd.

This will allow dynamic style changes to the rendered feature.

prushforth avatar Mar 13 '24 21:03 prushforth