Closed gagelarsen closed 8 months ago
This PR is to resolve issue https://github.com/tethysplatform/tethys/issues/998.
The addLayer call for adding a map layer was outside of the check for supported basemap type. I just moved the call into the correct scope.
addLayer
coverage: 100.0%. remained the same when pulling 7355baa8e95da7f3fa8973250b7547ddb584f7fa on map_layer_typo_bug into d65dd684565099d53d9998ace8d68f7b26529024 on main.
This PR is to resolve issue https://github.com/tethysplatform/tethys/issues/998.
The
addLayer
call for adding a map layer was outside of the check for supported basemap type. I just moved the call into the correct scope.