CrunchyData / pg_featureserv

Lightweight RESTful Geospatial Feature Server for PostGIS in Go
Apache License 2.0
459 stars 91 forks source link

Can't select case sensitive `properties` as URL parameter #166

Closed KiwiKilian closed 4 months ago

KiwiKilian commented 4 months ago

We have camelCased properties, e.g. otherField. These properties will be included as expected in the response when not setting the properties parameter. The properties are also properly listed in the table on the collections site.

But with a URL query like &properties=field,otherField only the the property field will be within propertiesotherField is missing.

dr-jts commented 4 months ago

Fixed by https://github.com/CrunchyData/pg_featureserv/commit/5a6a10c3591e67d39b27b31d866db934b5e1a06a