Hoppa till huvudinnehållet

How to represent a single feature that is multiple polylines/polygons that do not intersect.

Kommentarer

2 kommentarer

  • Permanently deleted user
    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
  • Permanently deleted user
    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.

     

    Amanda
    0

Du måste logga in om du vill lämna en kommentar.