koopjs / winnow

Deprecated
Apache License 2.0
90 stars 18 forks source link

Geometry not removed when option returnGeometry = false #61

Closed rgwozdz closed 6 years ago

rgwozdz commented 6 years ago

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.

rgwozdz commented 6 years ago

Fixed in https://github.com/koopjs/winnow/commit/dfffbe234888a4876496b963b9b8429ac58c0317 and release in v1.12.7