You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using this tool for openlayers. I have four tiled layers from geoserver and was wondering if it is possible to select one of the layers to load when I opened my html.
Currently, when I am open the html file, all the four tiled layers were loaded to the page.
Does anyone happened to know how to do that? Or is it possible to tell the sidebar to unload the rest of the layers.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
It is not entirely clear to me how you think this this relates to the sidebar functionality? That is configuration of the openlayers map/viewer, no?
In openlayers when creating a layer you either specify the parameter visible to control if the layer is visible.
Or after creation of the layer, one can do layer.setVisible(false).
I am currently using this tool for openlayers. I have four tiled layers from geoserver and was wondering if it is possible to select one of the layers to load when I opened my html.
Currently, when I am open the html file, all the four tiled layers were loaded to the page.
Does anyone happened to know how to do that? Or is it possible to tell the sidebar to unload the rest of the layers.
Thanks a lot.
The text was updated successfully, but these errors were encountered: