You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- support for MultiPoint features (MultiLineString and MultiPolygon features were and are working as expected - report any issues you might encounter)
- reworked feature styling process:
-- now is a switch
-- added an error message if feature type is unknown
layer._path.style['fill']=stylePolygon_hatch(layer.feature.properties[this._field],this.options);// this messy workaround is needed due to Leaflet ignoring `className` in layer.setStyle(). See https://github.com/leaflet/leaflet/issues/2662.
layer._path.style['fill']=stylePolygon_hatch(layer.feature.properties[this._field],this.options);// this messy workaround is needed due to Leaflet ignoring `className` in layer.setStyle(). See https://github.com/leaflet/leaflet/issues/2662.
0 commit comments