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
Search can crash the app if showCorrespondingWMSLayers is true and the result comes from a DocumentHandler document.
The reason is that the "faked" featureCollection that comes from the DocumentHandler document lacks a corresponding OL layer. But we tried stuff like this:
if(layer.get("layerType")==="group")
… which, in case of undefined, crashed the app.
The text was updated successfully, but these errors were encountered:
Search can crash the app if
showCorrespondingWMSLayers
is true and the result comes from a DocumentHandler document.The reason is that the "faked"
featureCollection
that comes from the DocumentHandler document lacks a corresponding OL layer. But we tried stuff like this:… which, in case of
undefined
, crashed the app.The text was updated successfully, but these errors were encountered: