libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

Attributes not shown in output file

Open kovacevski opened this issue 2 years ago • 2 comments

Hi, I successfully convert the dwg file to geojson but all the attributes are missing. For example In my dwg file I have something like this image and in my geojson I cannot see this properties. { "type": "Feature", "id": "3DA", "properties": { "SubClasses": "AcDbEntity : AcDbBlockReference", "Layer": "UnitDetail", "Color": 256, "name": "UnitDetail", "EntityHandle": "3DA" }, "geometry": { "type": "Point", "coordinates": [ 368462.7367884437553585, 2682140.4038846166804433, -0.0044009092129904 ] } } Is there any way to extract this attributes as key value pairs?

kovacevski avatar Sep 26 '23 12:09 kovacevski

@kovacevski Could you present an example of a simple DWG file and geojson output?

michal-josef-spacek avatar Oct 18 '23 10:10 michal-josef-spacek

As properties, or what? can you point me to a geojson example?

rurban avatar Oct 18 '23 12:10 rurban