I am using ogr2ogr (GDAL) to convert DXF files (from autoCAD) to geoJSONS for usage inside Leaflet.js The issue is that a lot of information, like line stroke size and colors are not kept during the conversion.
I would like to extract them, so that I can use them later with the geoJSON, even if I have to implement that manually. How can I do this ?
My only option for the moment is parsing myself the DXF and look for colors but there must be a better way
أكثر...
I would like to extract them, so that I can use them later with the geoJSON, even if I have to implement that manually. How can I do this ?
My only option for the moment is parsing myself the DXF and look for colors but there must be a better way
أكثر...