-
Notifications
You must be signed in to change notification settings - Fork 27
QuerySyntaxAnalysis
Tom Kralidis edited this page Oct 11, 2018
·
6 revisions
This page provides a comparative analysis on various query requirements and capabilities.
Assumptions
- compound query parameters are considered to be exclusive (AND)
Query Type | WFS 3.0 | Comments |
---|---|---|
bbox | bbox=minx,miny,maxx,maxy |
Do we assume 4326 for core? |
time |
time=t1/t2 time=t1/.. time=../t2
|
|
identifier |
/collections/-/records/recordid or identifier=recordid
|
|
property | propertyname=propertyvalue |
|
freetext | q=foo |
Considerations
- how do we express inclusive (OR) queries? Does this need to be in core?