Providing a product tailored to streamline grid editing and planning (Volue Grid Planner) we have a need for identifying split operation when a user splits a cable or an overhead line.
Grid Planner is provided SaaS and uses the ArcGIS Javascript SDK.
The justification behind this need is as follows:
What would we like Esri to provide to allow better business support?
I will be available for further discussions if needed
Hi Jens,
Could you please move this to the JavaScript API ideas page? If you go to the Post options, there's an option to move the idea. More people on the JSAPI team will see it if you move it there- it's currently defined as a Pro SDK suggestion.
--Rich
p.s. Of course, I will begin researching this.
Actually, there's not much research required on the JavaScript side. `FeatureService.applyEdits` returns `ServiceEditResults`. The `SplitResults` inside of that includes the ObjectID of the feature that you split, as well as the Object IDs of the original feature and the new feature created.
This should be what you need to identify the new feature that is created.
Let me know if you have any questions,
--Rich
I don't see the option for moving the idea as suggested - please elaborate:
Anyhow, I will forward your answer "there's not much research required on the JavaScript side" to our developers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.