Hi I am trying to convert a GeoJSON to DXF with ogr2ogr. I have control over the GeoJSON: I can add whatever I want to the "properties", like "color: '#00ff00'"
How can I make that color appear in the DXF? I know there are the OGR styles like PEN(c:#00ff00) (I can write that into the GeoJSON) but I do not know how to "transfer" the style automatically while using ogr2ogr. I guess I need some sql black magic there. Thanks Javier.
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev