Changes between Version 1 and Version 2 of proposals/WFSDataDownloader


Ignore:
Timestamp:
Sep 17, 2012, 7:07:57 AM (12 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • proposals/WFSDataDownloader

    v1 v2  
    1515
    1616
    17 == Overview ==
     17== Proposal ==
     18
     19The WFS data downloader component is a simple widget which helps user downloading data from a WFS service. A form is displayed in order to select:
     20 * a service (usually referenced in a metadata record)
     21 * a layer (aka. feature type) (which may be referenced in a metadata record)
     22 * an output format
     23 * a projection
     24 * an area of interest (a bounding box)
     25
     26The service and layer can be use to initialize the component.
     27
     28If the service is not available, a warning is displayed.
     29If the layer is not published in the service, a warning is displayed.
     30
     31A "download data" button is added to the view mode of the metadata when a WFS is registered in the current record.
    1832
    1933
     34TODO:
     35 * Error reporting:
     36  * it could be nice to have some error reporting area - custom message displayed in the form which disappear after some secondes instead of modal popup)
     37 * Form
     38  * hide projection if only one define (we can't get server side supported projection ?)
     39  * hide service version with parameter (to make form simple) - an advanced/simple download form ?
     40  * format : use radio instead of combo ?
     41  * Download area:
     42   * download area is the coordinates input or a map (if attached to the widget) extent. A rectangle could be better.
     43   * if coordinates are update, the map is not
     44 * IE support
     45
    2046=== Proposal Type ===
    21  * '''Type''': Discoverability
     47 * '''Type''': Widget
    2248 * '''App''': !GeoNetwork
    23  * '''Module''': Metadata and search services
    24 
    25 === Links ===
    26 
    27 
     49 * '''Module''': Client app
    2850
    2951=== Voting history ===
     
    3254 * ?
    3355
    34 == Proposal ==
    35 
    36 
    3756== Risks ==
     57 * None.
    3858
    3959== Participants ==