hrbrmstr / albersusa

Tools, shapefiles & data to work with an "AlbersUSA" composite projection in R
Other
77 stars 16 forks source link

points_elided() moves Alaska and Hawaii onto mexico #16

Open jzadra opened 5 years ago

jzadra commented 5 years ago

points_elided() moves Alaska and Hawaii on top of mexico, producing something like this:

image

Is there some way to make adjustments to where they end up? I don't see any arguments to points_elided()to do so.

hrbrmstr commented 5 years ago

heh. saw the SO question as well.

Here's how to do it manually (since I'm likely not going to get to this being a parameterized option anytime soon):

https://rud.is/b/2014/11/16/moving-the-earth-well-alaska-hawaii-with-r/

jzadra commented 5 years ago

Thanks!