I’m encountering an issue when importing a DXF file (raw survey data) into QGIS using the "AnotherDXFImporter" tool and loading it as a Geopackage. The example I’m working with involves "water valve" data, and after import, I have two layers: one for points and one for lines.
The issue is that the points and the lines are not directly aligned in the QGIS display. The lines seem to match the position correctly as seen in AutoCAD, so I assume they represent the correct position. However, the points do not align with the lines — are these points the survey measurement points?
When I try to use the "Identify Features" tool, I can only retrieve the coordinates of the lines and points as "derived" values, and these values do not match. This discrepancy is quite confusing, as I would expect the points to lie exactly on the lines.
Has anyone encountered a similar issue or have any insight into why the points and lines do not align properly? Could it be related to the way the DXF file was created or transformed during import?