Skip to content
fordfrog edited this page Jul 23, 2012 · 10 revisions

Known Issues

  • Postgis (2.0.1 and probably even older versions) do not support <gml:MultiPoint><gml:pointMembers>...</gml:pointMembers></gml:MultiPoint>, silently ignores the points and stores empty multipoint in database instead of correct geometry. Bug report can be found at Postgis Trac. Workaround is planned that will rewrite all <gml:pointMembers> elements to separate <gml:pointMember> elements.

ToDo

  • Rewrite <gml:MultiPoint><gml:pointMembers>...</gml:pointMembers></gml:MultiPoint> to <gml:MultiPoint><gml:pointMember>...</gml:pointMember></gml:MultiPoint> to override the error in Postgis. Add autodetection of the issue and activate the workaround if the database is affected.
  • Add command line switch --reset-transaction-ids which will reset all transaction ids which will enable full update of all already imported data (update is performed only if new transaction id is greater than the one stored in database).
Clone this wiki locally