Queries that include the option returnGeometry: false should not return features with a geometry property. However, winnow version <= v1.12.6 returns geometry property and data even when returnGeometry: false.
This was found to prevent ArcGIS Pro 2.1.2 from loading an attribute table for a koop service (Pro reported "Unknown Error"), initially noted in https://github.com/koopjs/koop/issues/304.
Adding @jgravois @jptheripper @WalterPayne and @rminderhoud as participants from that thread.
Queries that include the option
returnGeometry: false
should not return features with ageometry
property. However, winnow version <= v1.12.6 returns geometry property and data even whenreturnGeometry: false
.This was found to prevent ArcGIS Pro 2.1.2 from loading an attribute table for a koop service (Pro reported "Unknown Error"), initially noted in https://github.com/koopjs/koop/issues/304.
Adding @jgravois @jptheripper @WalterPayne and @rminderhoud as participants from that thread.