-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for other projections #199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
Should fix #191 |
I saved a |
What kind of webpack errors? |
Oo that is really weird. I don't understand how this error message can relate to the code being run. |
Especially since |
It says |
Nope, literally just changed that one line. |
Can you push the diff loading the projection from the qgz file, then share that file? I will give it a try locally |
I'm not loading from the |
Preview PR at appsharing.space |
Integration tests repot: appsharing.space |
Can you try running:
At the constructor of the view instead of at the top of the file? Wondering if the error message would get more useful that way. |
Moving it to the constructor shows I did some digging and it seems like the So maybe |
87b1d68
to
15f3518
Compare
15f3518
to
cececac
Compare
cececac
to
f0ddf96
Compare
f0ddf96
to
407e50f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Small fix for issue with the tif layer loading in the wrong location mentioned in #196 Should fix #191
Added support for reading projection info from
gqz
files.EPSG:3857
EPSG:4326