MapServer / MapServer-documentation

Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
https://mapserver.org
Other
34 stars 69 forks source link

OGC API: Document the metadata item "oga_compliance_mode" #855

Open jratike80 opened 12 months ago

jratike80 commented 12 months ago

Usage example in https://github.com/MapServer/MapServer/blob/809a0ad23a6bee437a715fae68e65bc83b674b48/msautotest/api/ogcapi.map#L63

What effect using compliance_mode have? It makes Mapserver to throw an error if OGCFeat request contains unknown parameters, aka vendor specific parameters. Otherwise they are silently skipped. The known parameters seem to come from a hardcoded list. Maybe Mapserver does not support "queryables" yet.

https://github.com/MapServer/MapServer/blob/main/src/mapogcapi.cpp#L1285