Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Mar 30, 2021
1 parent 4e7215c commit c9ba418
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/components/layers-panel/layers-panel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ export class LayersPanelComponent implements OnInit {
});
}

selectBasemap(bmap: string): void {
this.basemap = bmap;
this.geoDataService.basemap = this.basemap;
}

selectOverlay(ov): void {
ov.isActive = !ov.isActive;
this.geoDataService.selectOverlay(ov);
Expand Down

0 comments on commit c9ba418

Please sign in to comment.