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

mapPlot() error with proj=ortho #1499

Open
dankelley opened this issue Feb 27, 2019 · 2 comments
Open

mapPlot() error with proj=ortho #1499

dankelley opened this issue Feb 27, 2019 · 2 comments
Assignees
Labels
bug mapping pinned Prevent automatic stale designation

Comments

@dankelley
Copy link
Owner

The code

library(oce)
data(coastlineWorld)
mapPlot(coastlineWorld, proj="+proj=ortho", col="gray")

yields as shown below; note the error over Russia. (NOTE: I am getting this in an as-yet not committed version of the "mapping" branch, but have not checked it with "develop" because I am focused on the problem of rgdal map projection on i386/windows platforms.)

rplot

@dankelley dankelley self-assigned this Feb 27, 2019
@dankelley dankelley changed the title mapPlot() error with proj=orth mapPlot() error with proj=ortho Feb 27, 2019
@dankelley
Copy link
Owner Author

This may be a problem of coastlineCut, actually, since

library(oce)
data(coastlineWorld)
mapPlot(coastlineCut(coastlineWorld, -135),
 longitudelim=c(-130, 50), latitudelim=c(70, 110),
 proj="+proj=stere +lat_0=90 +lon_0=-135", col='gray')

produces as shown below (notice the weird icicle-like shape pointing from the top edge of the plot towards the pole).

rplot

@stale
Copy link

stale bot commented Apr 25, 2019

This issue has been automatically marked as stale because 8 weeks have passed with no activity. (Adding the 'pinned' label will prevent this issue from ever going stale.)

@stale stale bot added the stale label Apr 25, 2019
@dankelley dankelley added the pinned Prevent automatic stale designation label Apr 25, 2019
@stale stale bot removed the stale label Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mapping pinned Prevent automatic stale designation
Projects
None yet
Development

No branches or pull requests

1 participant