Skip to content

Commit

Permalink
Remove mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagram Airiian committed Feb 15, 2024
1 parent 53a9cb8 commit e1547be
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions erdblick_app/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,40 +173,7 @@ export class AppComponent {
visible: true
});
});
let mapLayers = [
{
name: "layerName1",
coverage: 1n,
level: 13,
visible: true
},
{
name: "layerName2",
coverage: 1n,
level: 13,
visible: true
}
]
mapItems.set("mapName1", {
coverage: 1n,
level: 13,
mapLayers: mapLayers,
visible: true
});
mapItems.set("mapName2", {
coverage: 1n,
level: 13,
mapLayers: mapLayers,
visible: true
});
mapItems.set("mapName3", {
coverage: 1n,
level: 13,
mapLayers: mapLayers,
visible: true
});
this.mapService.mapModel.getValue()!.availableMapItems.next(mapItems);
console.log(this.mapService.mapModel.getValue()!.availableMapItems.getValue());
});

// this.activatedRoute.queryParams.subscribe((params: Params) => {
Expand Down

0 comments on commit e1547be

Please sign in to comment.