I have a feature service that contains polygons. When I execute a query using QueryFeaturesAsync with QueryParameters that sets the ReturnGeometry = false I get an error: "Error performing query operation".
If I do the same query using the REST API, I get the same error, unless I switch the query to not return geometries.
We tracked this down because only certain queries will cause this issue. We think it has something to do with the shapes (maybe the # of vertices or true curves), but have not nailed it down yet.
The issue though is that even for the queries that work, the return features still have the geometries, although the flag was set the false. This makes me think the flag is not being honored.
Anyone else see this issue?
Hello Chad,
Two questions: What version on Quartz are you using?
Are you using Manual Cache and using PopulateFromServiceAsync() to populate the data?
--Preeti