libredwg
libredwg copied to clipboard
Attributes not shown in output file
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
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 Could you present an example of a simple DWG file and geojson output?
As properties, or what? can you point me to a geojson example?