Hi,
i just wondered why GeoJSON does not support circles?
It would be nice to have this feature. I want to use circles with Leaflet and Leaflet.draw but obviously they are not supported by GeoJSON.
The definition of a circle could look something like this:
{ "type": "Feature",
"properties": {
"color":"orange"
},
"geometry": {
"type":"Circle",
"coordinates":[8.385,47.601],
"radius":200.0
}
}
Hi,
i just wondered why GeoJSON does not support circles?
It would be nice to have this feature. I want to use circles with Leaflet and Leaflet.draw but obviously they are not supported by GeoJSON.
The definition of a circle could look something like this: