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
layers
Changing the LWMSTileLayer layers prop does not trigger redraw.
http://jsfiddle.net/q1gfj9n7/4/
As per fiddle, any LWMSTileLayer which has a layers property which changes will not redraw the layer.
Changing the value of layers should cause the layer to be redrawn using the new layer name.
Nothing visible changes.
Unable to check:
The text was updated successfully, but these errors were encountered:
@guygriffiths Thank you for the issue! Confirmed the bug, will investigate
Sorry, something went wrong.
the same question,when I update a new attribute value it can't send a new request
Same problem, does anybody know a solution?
A workaround: Put a ref to your layer and update the layers parameter.
this.$refs.wmsTileLayer.mapObject.wmsParams.layers
No branches or pull requests
Description
Changing the LWMSTileLayer
layers
prop does not trigger redraw.Live Demo
http://jsfiddle.net/q1gfj9n7/4/
Steps to Reproduce
As per fiddle, any LWMSTileLayer which has a
layers
property which changes will not redraw the layer.Expected Results
Changing the value of
layers
should cause the layer to be redrawn using the new layer name.Actual Results
Nothing visible changes.
Browsers Affected
Unable to check:
Versions
The text was updated successfully, but these errors were encountered: