-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Allow axes to be constructed by namedtuple syntax in Map #118
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I wanted this the other day instead of setting up a GeoAxis
manually
One test is failing 😔 |
This needs a rebase, let's not merge yet |
31fcef6
to
6088b13
Compare
Ok...I have no clue what's going on with this segfault :( |
We could also add an LMap, as a way to switch away from requiring control over the figure. But that's out of scope for this release (v0.2.1). |
It looks like the segfault is a known error in the interaction between julia and curl: so I think we can merge as is. Doc build failed for external reasons (I think)... |
Allows