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
I am not sure whether this is a bug, an oversight in the documentation or just my lack of OpenLayers development experience.
I create a GetFeature control for WFS protocol which works fine when I click into the map.
The control does not work without the modifiers property which is Null when I call the control with .request and a bounds parameter.
Once I use the control with a mouse click event this property is set. In order to call the control for the first time with .request (bounds) it is necessary to manually define the modifiers property .modifiers = {multiple:null,toggle:null}
This object should be the default definition for the constructor of the control. And not being dependent on a mouse click in the map control.
Cheers,
Dennis
The text was updated successfully, but these errors were encountered:
I am not sure whether this is a bug, an oversight in the documentation or just my lack of OpenLayers development experience.
I create a GetFeature control for WFS protocol which works fine when I click into the map.
The control does not work without the modifiers property which is Null when I call the control with .request and a bounds parameter.
Once I use the control with a mouse click event this property is set. In order to call the control for the first time with .request (bounds) it is necessary to manually define the modifiers property .modifiers = {multiple:null,toggle:null}
This object should be the default definition for the constructor of the control. And not being dependent on a mouse click in the map control.
Cheers,
Dennis
The text was updated successfully, but these errors were encountered: