Ticket #275 (closed defect: fixed)
WFSFilterBuilder - export ALL records using WFS
| Reported by: | adube | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | widgets | Version: | |
| Keywords: | Cc: |
Description
issue
Since we use "paging" to fetch less features, exporting the records to CSV only takes the features currently in the store and not all of them.
solution
MapServer 6.0.0 we can use the OGR output, so we could use WFS GetFeature request with outputFormat=text/csv and that would do the trick. Requires :
- a service option to tells GeoPrisma that the WFS service supports this feature
- use this new option in the WFSFilterBuilder widget
- adjust the WFS proxy to allow downloading a CSV file
This would completely deprecates the php script currently used in the sample.
Change History
Note: See
TracTickets for help on using
tickets.
