-
Notifications
You must be signed in to change notification settings - Fork 889
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
WMSTileLayer doesn't initialise zIndex or opacity #404
Comments
PR incoming. (First thing I noticed was "404" in the URL and thought "crap, has my ticket just been lost?" :)) |
markhepburn
added a commit
to markhepburn/react-leaflet
that referenced
this issue
Oct 30, 2017
See PaulLeCam#404. Initial values were being removed from the parameters passed to the leaflet element when it was first created; later updates were still correctly applied.
PaulLeCam
pushed a commit
that referenced
this issue
Oct 31, 2017
See #404. Initial values were being removed from the parameters passed to the leaflet element when it was first created; later updates were still correctly applied.
Should be fixed in v1.7.2 now thanks to your PR, please try it out. |
Looks great, thanks. |
roberttstanley
added a commit
to roberttstanley/react-leaflet
that referenced
this issue
Jun 30, 2022
See PaulLeCam/react-leaflet#404. Initial values were being removed from the parameters passed to the leaflet element when it was first created; later updates were still correctly applied.
riseeverytime
pushed a commit
to riseeverytime/leaflet
that referenced
this issue
Feb 5, 2023
See PaulLeCam/react-leaflet#404. Initial values were being removed from the parameters passed to the leaflet element when it was first created; later updates were still correctly applied.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before opening an issue, make sure to read the contributing guide and understand this is a bug tracker, not a support platform.
Please make sure to check the following boxes before submitting an issue.
Issues opened without using this template will be closed unless they have a good reason not to follow this template.
Expected behavior
Should be able to initialise the zIndex and opacity properties on a WMS layer.
Actual behavior
Those properties are removed at initialisation time so not set on the initial element.
(Changes to both are still applied correctly, via updateLeafletElement)
Steps to reproduce
WebpackBin.
The text was updated successfully, but these errors were encountered: