Create a metamap

This commit is contained in:
Pieter Vander Vennet 2020-07-17 13:27:09 +02:00
parent 952a475b6d
commit d7809b88bc
7 changed files with 28985 additions and 0 deletions

View file

@ -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(),