Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for circles #1

Open
Bouni opened this issue Nov 11, 2013 · 5 comments
Open

Support for circles #1

Bouni opened this issue Nov 11, 2013 · 5 comments

Comments

@Bouni
Copy link

Bouni commented Nov 11, 2013

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
  }
}
@Burstaholic
Copy link

Proposal: https://github.com/geojson/geojson-spec/wiki/Proposal---Circles-and-Ellipses-Geoms

Mailing list discussion: http://lists.geojson.org/pipermail/geojson-geojson.org/2011-November/thread.html#4430

Wiki TL;DR: https://github.com/geojson/geojson-spec/wiki/Proposal---Circles-and-Ellipses-Geoms#discussion-notes

Frankly, Circles would be very useful for my organization as well, but it seems difficult to get any consensus.

@basisbit
Copy link

Was there any progress (or at least some further discussions) regarding solving this issue in the geojson spec during the last 3 years or what is the plan for handling such issues in general?

@binakot
Copy link

binakot commented Jun 20, 2018

People are tired of using LineString, Points or calculate regular polygons :shipit:
Please, upgrade specification 🙏

@MurzNN
Copy link

MurzNN commented Aug 19, 2019

As workaround we can use properties storage for keep radius value, here is example https://medium.com/geoman-blog/how-to-handle-circles-in-geojson-d04dcd6cb2e6

@kaligrafy
Copy link

Any news on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants