hrbrmstr / ggalt

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
https://cran.r-project.org/web/packages/ggalt/vignettes/ggalt_examples.html
Other
661 stars 99 forks source link

coord_proj with recentered map #28

Open natemiller opened 7 years ago

natemiller commented 7 years ago

Is there a means or can there be a means of using coord_proj on a map that has been recentered (using maptools, nowrapRecenter)? I often need maps where paths cross the dateline, but where the ability to use coord_proj to set map limits would be very useful. Does coord_proj only work beyond Atlantic-centered maps or shapefiles?

MartinBeal commented 5 years ago

I am wondering the same thing! Couldn't cood_proj have an "orientation" argument, as exists in ggplot2::coord_map()?