ucd-library / intertwine

California's modern wine network
MIT License
1 stars 0 forks source link

Connection Map Label Not Clearing When Switching Btwn Moments #53

Closed ldragoon closed 4 years ago

ldragoon commented 4 years ago

Change made on line 140 of app-leaflet-map.js.

// reset state, remove current markers
      if ( this.selectedLineIcon ) {
        this.map.removeLayer(this.selectedLineIcon);
        this.selectedLineIcon = null;
      }