Add Open Toilet Map, fix #34

This commit is contained in:
Pieter Vander Vennet 2020-08-22 16:00:33 +02:00
parent 2df565dc50
commit a55767c1e9
11 changed files with 188 additions and 188 deletions

View file

@ -15,6 +15,7 @@ import {GhostBikes} from "./Layouts/GhostBikes";
import {CustomLayoutFromJSON} from "./JSON/CustomLayoutFromJSON";
import * as bookcases from "../assets/themes/bookcases/Bookcases.json";
import * as aed from "../assets/themes/aed/aed.json";
import * as toilets from "../assets/themes/toilets/toilets.json";
export class AllKnownLayouts {
@ -28,6 +29,7 @@ export class AllKnownLayouts {
new GhostBikes(),
CustomLayoutFromJSON.LayoutFromJSON(bookcases),
CustomLayoutFromJSON.LayoutFromJSON(aed),
CustomLayoutFromJSON.LayoutFromJSON(toilets),
new MetaMap(),
new StreetWidth(),