Skip to content

Broken ocean polygon reprojection with LambertAzimuthalEqualArea #1149

@QuLogic

Description

@QuLogic

May I add LambertAzimuthalEqualArea to the list or reproducers with current master + matplotlib2

proj = cartopy.crs.LambertAzimuthalEqualArea(central_latitude=45,
                                             central_longitude=-100)
ax = plt.axes(projection=proj)
ax.add_feature(cartopy.feature.OCEAN)
ax.coastlines()
ax.set_extent([-140, -70, 20, 60])

test

Originally posted by @akrherz in #803 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions