Disable popups during geometry picker selection
Not plannedFeature popups activate on each click when using the geometry picker and get in the way. A way to disable those during the selection would make it easier on the user.
0
-
My team and I resolved this. Here are the steps we took to accomplish it.
- Get Map
- Set Property Activity
- Object: =$map.map.map.infoWindow.domNode
- Property Name: hidden
- Property Value: true
- Form with Geometry Picker
- Set Property Activity
- Object: =$map.map.map.infoWindow.domNode
- Property Name: hidden
- Property Value: false
- Continue workflow
0
Please sign in to leave a comment.
Comments
1 comment