forked from MapComplete/MapComplete
Create a metamap
This commit is contained in:
parent
952a475b6d
commit
d7809b88bc
7 changed files with 28985 additions and 0 deletions
|
@ -7,6 +7,7 @@ import Cyclofix from "./Layouts/Cyclofix";
|
|||
import { WalkByBrussels } from "./Layouts/WalkByBrussels";
|
||||
import { All } from "./Layouts/All";
|
||||
import { Layout } from "./Layout";
|
||||
import {MetaMap} from "./Layouts/MetaMap";
|
||||
|
||||
export class AllKnownLayouts {
|
||||
public static allSets: any = AllKnownLayouts.AllLayouts();
|
||||
|
@ -19,6 +20,7 @@ export class AllKnownLayouts {
|
|||
new Cyclofix(),
|
||||
new Bookcases(),
|
||||
new WalkByBrussels(),
|
||||
new MetaMap(),
|
||||
all
|
||||
/*new Toilets(),
|
||||
new Statues(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue