Thanks!
On Fri, 25 Apr 2025 at 03:58, Chris Toney wrote:
> Hi Javier,
> I don't know much about DXF, but if you had a GeoJSON file named
> styled_points.geojson with ("style" just an arbitrary field name):
>
> {
> "type": "FeatureCollection",
> "name": "styled_points",
> "features": [
> { "type"
Hi Javier,
I don't know much about DXF, but if you had a GeoJSON file named
styled_points.geojson with ("style" just an arbitrary field name):
{
"type": "FeatureCollection",
"name": "styled_points",
"features": [
{ "type": "Feature", "properties": { "style": "PEN(c:#00ff00)" },
"geometry": { "type