Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DXF entities geometry collection, null value? #18897

Closed
qgib opened this issue Jun 6, 2014 · 1 comment
Closed

DXF entities geometry collection, null value? #18897

qgib opened this issue Jun 6, 2014 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Jun 6, 2014

Author Name: SC SC (SC SC)
Original Redmine Issue: 10485
Affected QGIS version: 2.2.0
Redmine category:data_provider/ogr
Assignee: Even Rouault


when i import certain dxf files (all dxf of italian cadastral agency), it give entities Point, entities Linestring and entities GeometryCollection , but this last not show nothing on qgis only attibute table has something

Geometry Collections is not supported?


@qgib
Copy link
Contributor Author

qgib commented Oct 7, 2016

Author Name: Even Rouault (@rouault)


I've committed an improvement in GDAL per https://trac.osgeo.org/gdal/changeset/35630 (will be in GDAL 2.2) to transform GeometryCollections to MultiPoint, MultiLineString, MultiPolygon when possible. On this dataset, this reduces the number of real GeometryCollection to 3.

It is also possible to define the DXF_MERGE_BLOCK_GEOMETRIES=FALSE environment variable so that GDAL doesn't try to create GeometryCollections when resolving DXF blocks. But of course you'll get somehow "artifical" objects.


  • resolution was changed from to up/downstream
  • assigned_to_id was configured as Even Rouault
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant