added campersites theme

* campersite theme
* minor corrections to documentation
Note: I did not manage to test (no npm etc on this pc)
This commit is contained in:
Joost 2021-03-04 21:58:00 +01:00
parent f0742ab812
commit 2ce4a42413
6 changed files with 740 additions and 2 deletions

View file

@ -21,6 +21,7 @@ import * as trees from "../assets/themes/trees/trees.json"
import * as personal from "../assets/themes/personalLayout/personalLayout.json"
import * as playgrounds from "../assets/themes/playgrounds/playgrounds.json"
import * as bicycle_lib from "../assets/themes/bicycle_library/bicycle_library.json"
import * as campersites from "../assets/themes/campersites/campersites.json"
import LayerConfig from "./JSON/LayerConfig";
import LayoutConfig from "./JSON/LayoutConfig";
import AllKnownLayers from "./AllKnownLayers";
@ -70,6 +71,7 @@ export class AllKnownLayouts {
new LayoutConfig(climbing),
new LayoutConfig(playgrounds),
new LayoutConfig(trees),
new LayoutConfig(campersites)
];