wiki:INSPIRE

Discussions/Solutions related to supporting the INSPIRE specifications in MapServer

Introduction

There is a need for MapServer to support the INSPIRE specifications. Several discussions have already happened through mailing list and trac bugs. The goal of this page is to organize these discussions and come up with solutions that that will allow to support the specifications, namely:

  • INSPIRE View Service (adapted, extended WMS 1.3.0)
  • INSPIRE Download Service (adapted, extended WFS 2.0)
  • others

Currently, the main objective is to support INSPIRE View Services.

INSPIRE View Service

Overview & References

The following enhancements have to be implemented:

Tickets:

Mailing list and reference documents:

Reference Documents

Extended Getcapabilities document

  1. Links to documents extracted from the reference document
  1. Tasks
    1. ability to specify in a map file that this is an INSPIRE View Service
    2. add a link to the inspire schema as part of the overall schema list
    3. generate an ExtendedCapabilities
    4. present grouped layers with name and full metadata
    5. include all elements by reading inspire type metadata
    6. all other metadata outside that extended capabilities should already be part of the regular wms output (todo: check if WMS 1.3.0 and INSPIRE View Service have to same mandatory elements; if so remove this entry, otherwise warnings have to be adapted)
  1. Implementations
    1. map->web->metadata wms_inspire_view_service 'true|yes|1'
    2. add xmlns:inspire_vs="http://inspire.europa.eu/networkservice/view/1.0" to getcapabilities document
    3. ?
    4. independent topic
    5. Parse the following additional metadata. We should define in this section all additional/changed metadata that need to be defined in the map file. We should initially support all the mandatory ones.
      • Resource Title (M): It is mapped to wms:Title. Map file should have w/o_title.
      • Resource Abstract (M): It is mapped to wms:Abstract. Map file must have w/o_abstract
      • Resource Type (M): new metadata inspire_resource_type_code and inspire_resource_type_value should be defined
      • Resource Locator (O)
      • Coupled Resource (O)
      • Spatial Data Service Type (M): This seems to always be fixed to a 'view' value in the document. Nothing to define in the map file.
      • Keyword (M): It is mapped to wms:KeywordList. The map file should have the w/o_keyword define.
      • Geographic Bounding Box (M): wms:EX_GeographicBoundingBox (Layer property). Nothing special to define in the map file.
      • Temporal Reference (M)
      • Spatial Resolution (O)
      • Conformity (M)
      • Conditions for Access and Use (M)
      • Limitations on Public Access (M)
      • Responsible Organisation (M)
      • Metadata Point of Contact (M)
      • Metadata Date (M)
      • Metadata Language (M)
      • Current Language (M)
    6. remove this if WMS 1.3 and VS have identical mandatory metadata

Multi-Language support

  1. Links to documents
  1. Tasks
    1. add map->web->metadata->inspire_language metadata; value is a list (e.g. "eng ger") where the first item is the default language
    2. parse request language from querystring, validate it, compare to inspire_language metadata (if not found in list use the first one, if inspire_language is not set use ""/null) and save it in a global object
    3. add inspire_vs:Languages to GetCapabilities document, setting current language from request object
    4. add additional metadata lookup function for specific language; will call existing lookup function with _eng etc. (code from global object)
    5. make title, abstract, decription using metadata lookup function for specific language
    6. consider metadata lookup function for specific language for onlineressource (see technical guidance 3.2.6.3)
    7. consider to make reuqested language available in DATA/JOIN/FILTER/INCLUDE statements to avoid multiple mapfiles following 2.f (technical guidance 3.2.6.3)
  2. Implementations

Grouped layers

  1. Links to documents

see details in ticket:1632

  1. Tasks
  1. Implementations
  • Grouped layers and GetMap request ===
  • Grouped layers and SLD ===

INSPIRE Download Service

Last modified 13 years ago Last modified on Apr 3, 2011, 12:12:36 PM
Note: See TracWiki for help on using the wiki.