Hello all,
I have a line feature class that contains lines with curves made using the Arc Tool and/or the Tangent Tool to draw the initial geometries. I then have a web application that allows multiple users to edit the attributes of these lines.
I've noticed recently that the lines which contain curves are losing their curves after a user edits them. I have a suspicion that editing through the Feature Service doesn't allow for curved lines so it's creating a straight segment between the two points of the polyline, but I want to make sure that there's not something else that could be going wrong.
Any ideas or confirmation that you cannot in fact have curves in a FeatureService?
Thanks,
Will