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
Sorry for the delayed response. Are you referring to passing these layers in to the map constructor, or just creating layers in general? Can you provide a more complete code example of what you want to see? I see your initial code example, but it's not clear where the rain layer is being used - I'm assuming it's being passed to the map constructor.
When using Leaflet layers you can set them to be initially visible using the
visible
property. For example:It would be useful to be able to set flowLines to be visible by default in the same way, for example:
this would cause the map to load with the "Elevation" flowLine visible.
The text was updated successfully, but these errors were encountered: