We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to use the following projection string:
+proj=lcc +lat_1=47.5 +lat_2=48.73333333333333 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs
The currently does not support "+proj=lcc"
It would be greate to add that aglo to the system.
The text was updated successfully, but these errors were encountered:
I didn't study this seriously, but I found that there should be support for doing lcc.
lcc
proj/support/ProjectionsTable.go
Line 89 in 7d903f0
Sorry, something went wrong.
No branches or pull requests
When trying to use the following projection string:
+proj=lcc +lat_1=47.5 +lat_2=48.73333333333333 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs
The currently does not support "+proj=lcc"
It would be greate to add that aglo to the system.
The text was updated successfully, but these errors were encountered: