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
WIth automap, the SOcrs and SOextent are set when the map is constructed: https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/new_automap.R#L243
SOcrs is set again when the automap is plotted: https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/SOmap_auto.R#L376 (but SOextent is not)
But with SOmap these aren't set until the map is actually plotted: https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/SOmap.R#L170
I think automap_maker should not be setting SOcrs or SOextent, that should happen at plot time ?? (https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/SOmap_auto.R#L376)
automap_maker
The text was updated successfully, but these errors were encountered:
mdsumner
No branches or pull requests
WIth automap, the SOcrs and SOextent are set when the map is constructed:
https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/new_automap.R#L243
SOcrs is set again when the automap is plotted:
https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/SOmap_auto.R#L376
(but SOextent is not)
But with SOmap these aren't set until the map is actually plotted:
https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/SOmap.R#L170
I think
automap_maker
should not be setting SOcrs or SOextent, that should happen at plot time ?? (https://github.com/AustralianAntarcticDivision/SOmap/blob/dev-0.7/R/SOmap_auto.R#L376)The text was updated successfully, but these errors were encountered: