-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36320d6
commit a805ca9
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# A.36.IR36.layer.bbox.node | ||
|
||
**Purpose**: This Layer metadata element shall be mapped to the wms:BoundingBox element. The minimum bounding rectangle of the area covered by the Layer in all supported CRS shall be given. | ||
|
||
**Prerequisites** | ||
|
||
* Test for the existence of default element namespace. | ||
|
||
**Test method** | ||
|
||
* Check if there is a BoundingBox node in each Layer section for each CRS declared. | ||
|
||
**Reference(s)**: | ||
* IR Annex III, Part A, Chapter 2.2.4 | ||
* [TG VS](README.md#ref_TG_VS), Chapter 4.2.3.3.4.4 | ||
|
||
**Notes** | ||
|
||
## Contextual XPath references | ||
|
||
The namespace prefixes used as described in [README.md](README.md#namespaces). | ||
|
||
Abbreviation | XPath expression | ||
---------------------------------------------------------- | ------------------------------------------------------------------------- | ||
BoundingBox <a name="BoundingBox"></a> | /WMS_Capabilities/Capability/Layer/BoundingBox | ||
Layer <a name="Layer"></a> | /WMS_Capabilities/Capability/Layer | ||
CRS <a name="CRS"></a> | /WMS_Capabilities/Capability/Layer/BoundingBox/@CRS |