lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Breaking of polygons that cross the 180th meridian

Open ASmirnov-HORIS opened this issue 2 years ago • 2 comments

Example:

world = geopandas.read_file(geopandas.datasets.get_path("naturalearth_lowres"))
europe = world[world.continent == "Europe"]
ggplot() + geom_map(map=europe)

Output:

ASmirnov-HORIS avatar Apr 28 '23 13:04 ASmirnov-HORIS

The plot looks ok to me. What is the issue exactly?

alshan avatar Jun 28 '23 19:06 alshan

Sorry if the title is a bit confusing. It's not so much a bug, but a feature request. I would like to draw a map so that the piece of solid polygon cut off by the 180th meridian is glued to the right. This is a bit like issue #795.

ASmirnov-HORIS avatar Jun 29 '23 08:06 ASmirnov-HORIS