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
Openlayers behaviour when a marker style is applied to a not point is to place a marker anyway.
Leaflet instead use the default style for that kind of Geometry.
Openlayers behaviour when a marker style is applied to a not point is to place a marker anyway.
Leaflet instead use the default style for that kind of Geometry.
We should uniform this behaviour.