lutraconsulting / ostranslator-ii

A graphical QGIS plugin for loading Ordnance Survey MasterMap into PostGIS.
16 stars 8 forks source link

Problems with Select Import boundary features (ignore FID) #48

Open davehartnoll opened 5 years ago

davehartnoll commented 5 years ago

This new option to ignore the FID from the incoming GML data has some issues:

  1. It prevents "Remove duplicates" from working as that depends on finding features with identical FID values.

  2. It prevents the post-process removal of the 'Pioneer' rows as that depends on finding rows with specific FID values.

  3. I note that you want to include Building Height data in a future update, but that needs the FID to associate the building height data to the appropriate TopographicArea.

Dave.