Disable some layouts.

This commit is contained in:
Christian Neumann 2020-11-20 09:19:56 +01:00
parent 1190052e54
commit ccddb240ae

View file

@ -46,22 +46,22 @@ export class AllKnownLayouts {
new LayoutConfig(personal), new LayoutConfig(personal),
AllKnownLayouts.GenerateCycloFix(), AllKnownLayouts.GenerateCycloFix(),
new LayoutConfig(aed), new LayoutConfig(aed),
new LayoutConfig(bookcases), // new LayoutConfig(bookcases),
new LayoutConfig(toilets), new LayoutConfig(toilets),
new LayoutConfig(artworks), // new LayoutConfig(artworks),
new LayoutConfig(ghostbikes), // new LayoutConfig(ghostbikes),
new LayoutConfig(shops), new LayoutConfig(shops),
new LayoutConfig(drinking_water), new LayoutConfig(drinking_water),
new LayoutConfig(nature), new LayoutConfig(nature),
new LayoutConfig(cyclestreets), new LayoutConfig(cyclestreets),
new LayoutConfig(maps), // new LayoutConfig(maps),
new LayoutConfig(fritures), // new LayoutConfig(fritures),
new LayoutConfig(benches), new LayoutConfig(benches),
new LayoutConfig(charging_stations), new LayoutConfig(charging_stations),
new LayoutConfig(widths), // new LayoutConfig(widths),
new LayoutConfig(buurtnatuur), // new LayoutConfig(buurtnatuur),
new LayoutConfig(bike_monitoring_stations), // new LayoutConfig(bike_monitoring_stations),
new LayoutConfig(surveillance_cameras) // new LayoutConfig(surveillance_cameras)
]; ];