[postgis-devel] [PostGIS] #1418: Fix up errors in new loader GUI and add dumper support
PostGIS
trac at osgeo.org
Fri Dec 30 03:18:29 PST 2011
#1418: Fix up errors in new loader GUI and add dumper support
---------------------------+------------------------------------------------
Reporter: mcayland | Owner: mcayland
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: loader/dumper | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
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.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1418>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list