Opened 13 years ago

Closed 13 years ago

#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 (2)

comment:1 by adube, 13 years ago

r1113, featuring :

  • new csvOutputFormat service option
  • WFSFilterBuilder now using this option in a new "export to CSV" button
  • WFS GetFeature request using outputFormat=text/csv

The sample will NOT work since dev8.mapgears.com doesn't support exporting to CSV yet. (todo later)

comment:2 by adube, 13 years ago

Resolution: fixed
Status: newclosed

Fixed. Only thing remaining to do moved to an other ticket : #302.

Note: See TracTickets for help on using tickets.