Closed JasonSanford closed 12 years ago
When properties changed for a feature (dynamic data) we are only using setOptions to change the vector's style. We'll need to use Leaflet's setStyle and some other method to change the marker icon.
setOptions
setStyle
When properties changed for a feature (dynamic data) we are only using
setOptions
to change the vector's style. We'll need to use Leaflet'ssetStyle
and some other method to change the marker icon.