developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
149 stars 21 forks source link

Patch/do not exclude null properties #160

Closed vincentsarago closed 8 months ago

vincentsarago commented 8 months ago

closes #159

In the previous version (main) we were excluding None values, mostly to exclude empty geometries but sometimes it meant we were excluding valid properties, which could lead in invalid CSV headers (because row 1 and row 2 could have different properties, if row 1 had None property)