Opened 9 years ago
Closed 9 years ago
#2740 closed defect (fixed)
v.in.ogr: wrong projection check when importing geometry column from table with multiple geometry columns
Reported by: | mlennert | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.2 |
Component: | Vector | Version: | svn-trunk |
Keywords: | v.in.ogr geometry columns | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
r63604 introduced the possibility to import from data sources with multiple geometry columns (gdal RFC41).
However, AFAIU, the projection check has not been changed and so the projection is gotten from the layer, not the field (aka geometry column).
It seems to me that the gathering of information concerning the geometry column in lines 870ff of main.c needs to be moved higher up to before getting the projection (lines 543ff), so that the projection can be gotten from the geometry column and not from the layer.
But I'm not 100% sure of understanding the code correctly, so this needs confirmation.
Change History (3)
follow-up: 2 comment:1 by , 9 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Please try out r66184. After some testing could be backport to relbr70.