inspire-eu-validation / RETIRED-ats-view-wmts

Retired repository
https://github.com/inspire-eu-validation/view-service/tree/3.11/wmts-1.0.0
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Requirement missing for using the INSPIRE harmonised layer name as the layer identifier #20

Closed ilkkarinne closed 8 years ago

ilkkarinne commented 9 years ago

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.

ilkkarinne commented 9 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).

ilkkarinne commented 9 years ago

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