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

Nonlinear "clipping" by a polygon with a hole #232

Open
asinghvi17 opened this issue Jun 7, 2024 · 1 comment
Open

Nonlinear "clipping" by a polygon with a hole #232

asinghvi17 opened this issue Jun 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@asinghvi17
Copy link
Member

This will be painful to mesh but here goes.

Here's an example. Ignore the ticks, but any geometry below 0 latitude should not be shown. This PR will ensure that.
Consider the following:

	
fig = Figure(size=(1500, 1500))

settings = "+proj=leac +lat_1=45.0 +ellps=sphere "

ga = GeoAxis(
	fig[1, 1];
	dest=settings,
	title=settings,
)
lines!(ga, GeoMakie.coastlines())
ylims!(ga, 0, 90)
fig

download

@asinghvi17 asinghvi17 added the enhancement New feature or request label Jun 7, 2024
@asinghvi17
Copy link
Member Author

This is priority after #261, #245 and #260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant