-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fixed WMTS update with url #89
Conversation
Looks good to me apart from the failing test. |
7ef2b90
to
af8ef53
Compare
Now fixed. |
Merging given the tests have passed and Jim approved this PR. |
While following @jbednar's LandSat example I'm getting the error:
when calling
(same happens with just Is this related? Looking at source for geoviews.WMTS the docs seem to be cut off:
Can't get past this part in the example for now. Here's the full error:
Thanks for your help! |
@digitaltopo Please upgrade to geoviews 1.4.0 with |
Thanks for your reply! Upgrading took care of the issue!
|
In previous PRs we allowed creating a WMTS element with just a URL, however the plotting code then ended up trying to replace the original tile source object. This fixes this issue.