Bug fixes with preprocessing; add streetwidth map

This commit is contained in:
Pieter Vander Vennet 2020-07-17 17:21:07 +02:00
parent c5b9e66bd2
commit 636bad97b3
15 changed files with 13279 additions and 41 deletions

View file

@ -8,6 +8,8 @@ import { WalkByBrussels } from "./Layouts/WalkByBrussels";
import { All } from "./Layouts/All";
import { Layout } from "./Layout";
import {MetaMap} from "./Layouts/MetaMap";
import {Widths} from "./Layers/Widths";
import {StreetWidth} from "./Layouts/StreetWidth";
export class AllKnownLayouts {
public static allSets: any = AllKnownLayouts.AllLayouts();
@ -21,6 +23,7 @@ export class AllKnownLayouts {
new Bookcases(),
new WalkByBrussels(),
new MetaMap(),
new StreetWidth(),
all
/*new Toilets(),
new Statues(),