Select to view content in your preferred language

Problem with editing line feature class

1067
4
Jump to solution
06-22-2017 11:48 AM
MayKao1
Occasional Contributor

I created a webapp to collect information in the field. The points feature classes are all fine. A line feature class somehow after it's been created it never registered in the layer. Once you zoom out, it's gone....

0 Kudos
1 Solution

Accepted Solutions
MayKao1
Occasional Contributor

Thanks for offering to help. I figured it out.

It was because the feature service was published with a definition query and the field that this query was based on was not being pre populated. So when a new feature was created, it immediately became obscure.

View solution in original post

0 Kudos
4 Replies
JakeSkinner
Esri Esteemed Contributor

Hi May,

Does the line feature class contain Z values?  You can check by opening the attribute table and looking at the SHAPE field.  It will state 'PolylineZ'.  If it does, you will want to make sure you specified a defaul Z-value when you published the service:

0 Kudos
MayKao1
Occasional Contributor

Thanks Jake. I checked but in the "Properties" area it stated that there are no properties for this capability.

0 Kudos
JakeSkinner
Esri Esteemed Contributor

Can you share the service and web map to a Group and invite my user account (jskinner_CountySandbox)?  I can take a look at the map and service and trouble shoot.

0 Kudos
MayKao1
Occasional Contributor

Thanks for offering to help. I figured it out.

It was because the feature service was published with a definition query and the field that this query was based on was not being pre populated. So when a new feature was created, it immediately became obscure.

0 Kudos