I have constructed featureCollection from Json and feature collection has 44 features. I have given this feature collection as input to the Featurelayer which is showing only 32 graphics objects of the featurecollection.I found out that overlapping features are not rendered at all in the feature layer. How could I resolve this issue and what is the possible solution to this problem.? Thank you in advance. Thank you in advance.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
when we give feature collection as input to the Featurelayer it was treating id as field with unique value and and expects to be of type esriFieldTypeOID when it may be of any other type.The feature collection shows all duplicates value also but when we give feature collection as input to Featurelayer it takes only one features with duplicate value and drops other features. |
|||
|
|
