Changes between Version 6 and Version 7 of ISO19119impl

Show
Ignore:
Timestamp:
11/19/07 06:05:51 (6 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISO19119impl

    v6 v7  
    1 = Objectivs = 
    2 Implementation of metadata of services (based on ISO19119) in GeoNetwork. 
     1= Aim = 
     2 * add metadata of services based on ISO19119 in GeoNetwork. 
     3 * add import XML document functionnality using XSLT stylesheet 
     4 * add harwest WxS GetCapabilities 
     5 
     6== Mapping OGC:GetCapabilities to ISO19119 == 
     7 
     8 Difference between version 
     9{{{ 
     10#!rst 
     11 
     12============  =====  =======  ======  ========= 
     13 Label        GetCapabilities         ISO19119 
     14------------  ----------------------  --------- 
     15 .            WMS    WFS      WFS     xPath 
     16============  =====  =======  ======  ========= 
     17Server Name   False  False    False   False 
     18Title         True   False    True    True 
     19Organisation  False  True     True    True 
     20URL           True   True     True    True 
     21Layers        0      0        0       0 
     22============  =====  =======  ======  ========= 
     23 
     24 
     25}}} 
    326 
    427= New schema and interface = 
     
    2043== GUI == 
    2144TODO 
    22 == Mapping OGC:GetCapabilities to ISO19119 == 
    2345 
    2446=== Mapping ===