Changes between Version 8 and Version 9 of proposals/WFSDataDownloader


Ignore:
Timestamp:
Oct 10, 2012, 6:37:34 AM (12 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • proposals/WFSDataDownloader

    v8 v9  
    2727
    2828
    29 The service and layer can be use to initialize the component.
     29=== Widget configuration ===
     30
     31The service and layer can be used to initialize the component.
    3032
    3133If the service is not available, a warning is displayed.
     
    3840The area of interest could be the linked map extent or a map control added to draw the extraction area.
    3941
     42
     43
     44=== How to link WFS service to a metadata record ? ===
     45
     46The link to the WFS service is made from the distribution section adding an online resourcce element:
     47{{{
     48<gmd:onLine>
     49  <gmd:CI_OnlineResource>
     50    <gmd:linkage>
     51      <gmd:URL>http://wfs.service.url</gmd:URL>
     52    </gmd:linkage>
     53    <gmd:protocol>
     54      <gco:CharacterString>OGC:WFS</gco:CharacterString>
     55    </gmd:protocol>
     56    <gmd:name>
     57      <gco:CharacterString>featureType (optional)</gco:CharacterString>
     58    </gmd:name>
     59  </gmd:CI_OnlineResource>
     60</gmd:onLine>
     61}}}
     62
     63
     64If no name is provided, the WFS widget list all service feature types.
    4065
    4166=== Proposal Type ===