Closed ilkkarinne closed 8 years ago
This is a bit tricky one, if we assume that one server is allowed to provide both INSPIRE and non-INSPIRE layers. We have to fetch the metadata record for this layer's data set and check if's intended to to be an INSPIRE data set or not. For non-INSPIRE layers the identifier can be anything (as long as it's unique within the service).
My best effort on validating this in committed in https://github.com/inspire-eu-validation/ats-view-wmts/blob/master/A.04.layer.name.id.md
The use of
ows:Identifier
element for Unique Resource Identifier and Name are discussed in chapters 5.2.3.3.4.5 UNIQUE RESOURCE IDENTIFIER and 5.2.3.3.4.6 NAME. However, there are no explicit requirements for using these mappings.This should be kept in sync with the WMS Name (inspire-eu-validation/ats-view-wms#39) and Unique Resource Identifier (inspire-eu-validation/ats-view-wms#37 and inspire-eu-validation/ats-view-wms#38) requirements and tests.