tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
91 stars 50 forks source link

Fix Issue with Typo in MapLayout Basemaps #1017

Closed gagelarsen closed 4 months ago

gagelarsen commented 4 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.

coveralls commented 4 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 7355baa8e95da7f3fa8973250b7547ddb584f7fa on map_layer_typo_bug into d65dd684565099d53d9998ace8d68f7b26529024 on main.