Skip to content

Support for circles #1

@Bouni

Description

@Bouni

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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions