How to represent a single feature that is multiple polylines/polygons that do not intersect.
Is this possible? To have a feature that is multiple polylines/polygons that do not intersect, they may not even be close together. I can update the geometry paths in the featureset but they connect when rendered.
For example, if Iyou have a polyline and you want to update it with an additional polyline but they do not intersect, what steps would you take on a workflow?
Thank you for your thoughts.
0
-
I did discover that if the geometry paths have brackets seperating sets then seperate polylines can be drawn, which I did with an edit on the feature service.
For example this drew two seperate polylines:
"paths":[[[-13634007.7364,5980263.9252],[-13633778.1112,5980320.0260000005]],
[[-13634271.752492417, 5980415.121864357],[-13634190.538149862, 5980216.8633222375],[-13634271.752492417, 5980415.121864357]]]
Still wondering how I would add addtional geometry using a workflow?0 -
Hi Mary Kay,
We already had the chance to work through this one, but I'm just following up in case other users searching the community find this topic in the future.
You can use a UnionTask activity to union the existing geometry from a feature with a new line or lines that the user has drawn. Then you would want to use the result from the Union task to replace the geometry for the feature and get the updated feature into an UpdateFeatures activity.
Amanda0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer