stac-utils / stac-fastapi

STAC API implementation with FastAPI.
https://stac-utils.github.io/stac-fastapi/
MIT License
226 stars 99 forks source link

Filter extension POST request model defaults to cql-json #711

Closed captaincoordinates closed 2 weeks ago

captaincoordinates commented 2 weeks ago

According to the filter extension docs filter-lang should default to cql2-json in a POST request. However it currently defaults to cql-json here

jonhealy1 commented 2 weeks ago

Hi. Do you want to make a pr for this?

captaincoordinates commented 2 weeks ago

Hey Jon, PR here

vincentsarago commented 2 weeks ago

closed in #712