Disable some layouts.
This commit is contained in:
parent
1190052e54
commit
ccddb240ae
1 changed files with 9 additions and 9 deletions
|
@ -46,22 +46,22 @@ export class AllKnownLayouts {
|
|||
new LayoutConfig(personal),
|
||||
AllKnownLayouts.GenerateCycloFix(),
|
||||
new LayoutConfig(aed),
|
||||
new LayoutConfig(bookcases),
|
||||
// new LayoutConfig(bookcases),
|
||||
new LayoutConfig(toilets),
|
||||
new LayoutConfig(artworks),
|
||||
new LayoutConfig(ghostbikes),
|
||||
// new LayoutConfig(artworks),
|
||||
// new LayoutConfig(ghostbikes),
|
||||
new LayoutConfig(shops),
|
||||
new LayoutConfig(drinking_water),
|
||||
new LayoutConfig(nature),
|
||||
new LayoutConfig(cyclestreets),
|
||||
new LayoutConfig(maps),
|
||||
new LayoutConfig(fritures),
|
||||
// new LayoutConfig(maps),
|
||||
// new LayoutConfig(fritures),
|
||||
new LayoutConfig(benches),
|
||||
new LayoutConfig(charging_stations),
|
||||
new LayoutConfig(widths),
|
||||
new LayoutConfig(buurtnatuur),
|
||||
new LayoutConfig(bike_monitoring_stations),
|
||||
new LayoutConfig(surveillance_cameras)
|
||||
// new LayoutConfig(widths),
|
||||
// new LayoutConfig(buurtnatuur),
|
||||
// new LayoutConfig(bike_monitoring_stations),
|
||||
// new LayoutConfig(surveillance_cameras)
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue