[ENH] Put the geometry
field of the qwat_od.valve table BEFORE all other geometry fields.
#380
Labels
geometry
field of the qwat_od.valve table BEFORE all other geometry fields.
#380
Hello,
What is the purpose of the
handle_geometry
field in theqwat_od.valve
table:qwat-data-model/ordinary_data/valve/od_valve.sql
Line 23 in d552ec9
If the
geometry
field in theqwat_od.valve
table is intended to store the real geometry of the features and if the importance of thehandle_geometry
field is less than thegeometry
field in this table, I would suggest to place thegeometry
field BEFORE all other geometry fields.Why?
Because some software is unfortunately not able to deal with other than the very first geometry column encountered in a PostGIS table. Therefore, as that very first geometry column in the
qwat_od.valve
table is currentlyhandle_geometry
and because it occurs to be empty in most data sets which store the real geometry of features in thegeometry
column (and because such other software doesn't offer a solution to manually catch the real geometry), I would suggest to put thegeometry
field BEFORE all other geometry fields in theqwat_od.valve
table.Thanks.
Warm Regards.
The text was updated successfully, but these errors were encountered: