-
Notifications
You must be signed in to change notification settings - Fork 20
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
addWMS() no layerId argument #6
Comments
I see from testing other things with Sidebyside that it may actually be the lack of an option for pathOptions(pane="") that is keeping the addWMS() from being used in Sidebyside. |
The argument It seems to be possible to use 1 call to
|
Using
|
I just pushed 7a17032 which should make the This PR heigeo/leaflet.wms#58 fixed it. |
Thanks so much for looking into this so quickly. What I am trying to do with Sidebyside, is to compare the same satellite imagery based on two different time ranges. That means that the
|
Also, is there any way to just turn the click info off, so that we don't get the issue with the box popping up every time that the slider is moved? |
I will look into it, but if you dont need the click info, it might be better to just use leaflets |
It looks like that might be a good solution, since the only info i was trying to extract from the tiles was the date. I can call both layers (the image and date) and it will display the date over the tile. I’ll give it a try and let you know if I run into any issues. Thanks |
|
I'm trying to make the Sidebyside with two WMS layers, but I need a layerId to do that. The addWMS() function does not have a layerId argument. Is there any way to make this work?
The text was updated successfully, but these errors were encountered: