Page / Route
Homepage (/)
Selected Location
No response
Bug Description
Summary
In dashboard_basemap.jsx, drainage layer loading calls getVectorLayers with a string ("drainage") as the 4th argument. Per getVectorLayers’ signature, that parameter is setActive and should be a boolean.
Current code
getVectorLayers("drainage", drainageKey, true, "drainage")
### Steps to Reproduce
_No response_
### Expected Behavior
getVectorLayers("drainage", drainageKey, true, true)
### Filters Applied
_No response_
### Screenshots / Logs
_No response_
### Browser
None
Page / Route
Homepage (/)
Selected Location
No response
Bug Description
Summary
In
dashboard_basemap.jsx, drainage layer loading callsgetVectorLayerswith a string ("drainage") as the 4th argument. PergetVectorLayers’ signature, that parameter issetActiveand should be a boolean.Current code