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

parse sub-model for table_settings #161

Closed vincentsarago closed 8 months ago

vincentsarago commented 8 months ago

attempt to closes https://github.com/developmentseed/tipg/discussions/158

While I think this PR fixes the original issue, when I added tests I found a bug. If we don't include the id_column in the properties then the code fails when it tries to retrieve the id_column_info (because it's not in the properties list)