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

Loading a layer from WKT (and geojson) assumes 4326, with no way to edit it. #92

Closed
michaelkirk opened this issue Oct 5, 2022 · 2 comments

Comments

@michaelkirk
Copy link
Contributor

I had some WKT that I wanted to see rendered from georust/geo#913 (comment).

I saved it to a file, and loaded it in rgis (native build, not web), but I couldn't see the layer. I think this is because the import flow assumes my data is in EPSG:4326. To render, it's then projected to the rgis projection (which defaults to EPSG:3857).

I'd like to be able to declare the projection that my data has, probably as part of the load file flow.

To be clear, I don't want to re-project my data. I want the coordinate numbers to remain the same - I just want to declare what projection those existing numbers are from.

@frewsxcv
Copy link
Owner

@michaelkirk There is now an input field for CRS upon adding a layer. Can you test it to see if it's working for you?

@michaelkirk
Copy link
Contributor Author

It works!

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

2 participants