WAB Standalone Enterprise Portal10.6.1
Oracle SDE-served Feature Service
Hi,
We have an editable polygon feature service, and snapping is possible by holding Ctrl on vertex creation.
Is tracing at all possible? - both to itself and other separate feature services such as land parcels etc.?
If not, do you have any suggestions/workarounds?
Cheers.
Hi David Pike,
I imagine it would be possible by creating a new widget or extending the Edit/Draw Widgets in JavaScript 3.x/4.x or TypeScript. I am not aware of any open source solutions.
Thinking conceptually, I would start with creating a new WAB Widget with a similar workflow to ArcMap/Pro's trace functionality. The widget should:
Steps 2 will have most of the challenges, specifically the event handlers. Some event handlers to replicate the Trace create feature tool in JS may be:
Thanks very much for the ideas.