Requirement 1 |
/req/collections/rc-bbox-definition |
A |
The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (height or depth):
|
B |
The values for the CRS axis 1 and 2 SHALL be interpreted as WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in a parameter |
C |
The coordinate values SHALL be within the extent specified for the coordinate reference system. |
D |
The name: bbox
in: query
required: false
schema:
type: array
minItems: 4
maxItems: 6
items:
type: number
style: form
explode: false |