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

Set CRS Value for GeoJSON Object #25

Open
MichaelCPell opened this issue Apr 6, 2016 · 2 comments
Open

Set CRS Value for GeoJSON Object #25

MichaelCPell opened this issue Apr 6, 2016 · 2 comments
Labels

Comments

@MichaelCPell
Copy link

I'm not sure if this functionality exists. If it doesn't, then QGIS, etc.. will default to WGS84. Should I make a pull request with this functionality added? Or am I missing something?

@Linuus
Copy link

Linuus commented Dec 12, 2016

I wonder the same thing...

I'd like to get something like this for a FeatureCollection (notice the crs attribute)

    {
      type: "FeatureCollection",
      crs: { type: "name", properties: { name: "urn:ogc:def:crs:OGC:1.3:CRS84" }},
      features: [{
        type: "Feature",
    [....]

@BuonOmo BuonOmo added the feature label Nov 9, 2020
@BuonOmo
Copy link
Member

BuonOmo commented Nov 9, 2020

This is not part of GeoJSON spec anymore (see rfc 7946 (page 12)). I don't know how QGIS handle that now, do you? @MichaelCPell is it still a concern of yours?

I'm marking that one as feature but I think we should first dig into the need before implementing anything!

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

No branches or pull requests

3 participants