Ticket #1418 (closed defect: fixed)
Fix up errors in new loader GUI and add dumper support
| Reported by: | mcayland | Owned by: | mcayland |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | loader/dumper | Version: | trunk |
| Keywords: | Cc: |
Description
From my email to postgis-devel yesterday:
1) Instead of passing around structures, the existing code manipulates the GUI directly in multiple places. This makes it harder to add new flags etc. since the logic is no longer in one place.
2) To add to 1) above, the code introduces a new FILENODE type to shadow SHPLOADERCONFIG when in fact this should be completely removed and a linked list of SHPLOADERCONFIGs used instead.
3) Adding dumper support.
4) Remove the large number of Gtk assertions thrown on the console during normal operation.
Change History
Note: See
TracTickets for help on using
tickets.
