We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This is priority after #261, #245 and #260
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: