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

Examples from README don't work #204

Closed
jfb-h opened this issue Feb 22, 2024 · 2 comments
Closed

Examples from README don't work #204

jfb-h opened this issue Feb 22, 2024 · 2 comments

Comments

@jfb-h
Copy link

jfb-h commented Feb 22, 2024

When I run the quickstart example in the README I get ERROR: MethodError: no method matching initialize_block!(::GeoAxis; coastlines::Bool). Similarly, the lonlims argument also seems to not work anymore. I'm running v0.6.1, have these been replaced recently?

@asinghvi17
Copy link
Member

Thanks for catching that! They have - the basic example in the docs is the way to go now. Coastlines is replaced by calling lines!(ax, GeoMakie.coastlines()), and the limits are x and y instead of lon and lat respectively.

Will fix this soon!

@jfb-h
Copy link
Author

jfb-h commented Feb 25, 2024

Thanks for the quick fix!

@jfb-h jfb-h closed this as completed Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants