UMN-LATIS / leaflet-treering

Use link below to test non-released changes.
https://umn-latis.github.io/leaflet-treering/
0 stars 1 forks source link

Refactor this.baseLayer to not assume names of global values #86

Closed cmcfadden closed 3 years ago

cmcfadden commented 3 years ago
 this.baseLayer = {
    'Tree Ring': baseLayer,
    'GL Layer': layer
  };

We should accept those as parameters during setup, so that the names outside of the treering code can change.