Request parameter rules |
Parameter names are not case-sensitive, and parameter values are case-sensitive. Parameter names are capitalized for clarity and are not required.
Request parameters are not required to be in any order and can be given in any order.
The WFS server needs to be compatible with parameters that are not part of this specification. Both the WFS 1.0.0 and WFS 2.0.0 specifications require WFS. The server ignores these parameters.
Use comma "," as a separator for parameters in the list. In addition, multiple lists can be used as the value of a parameter by placing each list in parentheses " (", ")".
Example 1, an example of a parameter list:
parameter=item1,item2,item3
Example 2, an example of multiple lists assigned to one parameter:
parameter=(item11,item12,item13)(item21,item22,item23)
Parentheses can also be used to separate multiple local filters when the TYPENAME parameter specifies more than one feature type parameter. The following URL The snippet indicates how it works:
typename=FEAT1,FEAT2&filter=(<Filter>...FEAT1 filter...</Filter>)(<Filter>... FEAT2 filter...</Filter>)