Add draft of sport pitches

This commit is contained in:
Pieter Vander Vennet 2021-03-14 03:15:06 +01:00
parent 857e4fe114
commit 94c0b8667a
9 changed files with 310 additions and 16 deletions

View file

@ -23,6 +23,7 @@ import * as playgrounds from "../assets/themes/playgrounds/playgrounds.json"
import * as bicycle_lib from "../assets/themes/bicycle_library/bicycle_library.json"
import * as play_forests from "../assets/themes/play_forests/play_forests.json"
import * as speelplekken from "../assets/themes/speelplekken/speelplekken.json"
import * as sport_pitches from "../assets/themes/sport_pitches/sport_pitches.json"
import LayerConfig from "./JSON/LayerConfig";
import LayoutConfig from "./JSON/LayoutConfig";
import AllKnownLayers from "./AllKnownLayers";
@ -73,7 +74,8 @@ export class AllKnownLayouts {
new LayoutConfig(playgrounds),
new LayoutConfig(trees),
new LayoutConfig(play_forests) ,
new LayoutConfig(speelplekken)
new LayoutConfig(speelplekken),
new LayoutConfig(sport_pitches)
];