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
If a set of Origo style styles are defined under the featureStyles prop for the drag and drop control these styles are not adhered to when matching geometry type layers (without their own style) are dragged and dropped unto the map To Reproduce
Steps to reproduce the behavior:
Have a drag and drop control defined something like
Drag a polygon or multipolygon geojson into the map
Expected behavior
A polygon as black as midnight in January in the far reaches of the northern hemisphere
Current behaviour
An Origo-blue polygon
Additional context
The drag and drop control sends a style param with an array of two style functions to viewer.addLayer(). (These appear to describe something black) . Somewhere after that the only thing applied visibly is what is in style/stylefunctions/default.js
The same is the result for the default featureStyles defined in draganddrop.js
The text was updated successfully, but these errors were encountered:
If a set of Origo style styles are defined under the
featureStyles
prop for the drag and drop control these styles are not adhered to when matching geometry type layers (without their own style) are dragged and dropped unto the mapTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A polygon as black as midnight in January in the far reaches of the northern hemisphere
Current behaviour
An Origo-blue polygon
Additional context
viewer.addLayer()
. (These appear to describe something black) . Somewhere after that the only thing applied visibly is what is in style/stylefunctions/default.jsThe text was updated successfully, but these errors were encountered: