Changes between Version 13 and Version 14 of INSPIRE


Ignore:
Timestamp:
Feb 8, 2011, 1:14:35 PM (13 years ago)
Author:
mko
Comment:

multilanguage tasks

Legend:

Unmodified
Added
Removed
Modified
  • INSPIRE

    v13 v14  
    5454  c. ?
    5555  d. [#VS_GroupedLayers independent topic]
    56   e. Parse the following metadata at top and layer level: inspire_resource_type_code, inspire_resource_type_value ...  We should define in this section all the metadata that need to be defined in the map file. We should initially support all the mandatory ones.
     56  e. 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.
    5757   * Resource Title (M): It is mapped to wms:Title. Map file should have w/o_title.
    5858   * Resource Abstract (M): It is mapped to wms:Abstract. Map file must have w/o_abstract
     
    7777=== Multi-Language support  ===#VS_MultiLanguage
    7878
     79 1. Links to documents
     80
     81 2. Tasks
     82  a. add map->web->metadata->inspire_language metadata; value is a list (e.g. "eng ger") where the first item is the default language
     83  b. 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
     84  c. add ''inspire_vs:Languages'' to GetCapabilities document, setting current language from request object
     85  d. add additional metadata lookup function for specific language; will call existing lookup function with ''_eng'' etc. (code from global object)
     86  e. make title, abstract, decription using metadata lookup function for specific language
     87  f. consider metadata lookup function for specific language for onlineressource (see technical guidance 3.2.6.3)
     88  g. 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)
     89 3. Implementations
     90
    7991=== Grouped layers ===#VS_GroupedLayers
    8092
     93 1. Links to documents
     94
    8195see details in ticket:1632
     96
     97 2. Tasks
     98
     99 3. Implementations
     100
     101 * Grouped layers and GetCapabilities request  ===
    82102
    83103 * Grouped layers and DescribeLayer request  ===