forked from MapComplete/MapComplete
Add more docs, add more checks, add more tests
This commit is contained in:
parent
a50b9fba59
commit
2c3c110624
7 changed files with 162 additions and 13 deletions
|
@ -23,6 +23,7 @@ import * as benches from "../assets/layers/benches/benches.json"
|
|||
import * as benches_at_pt from "../assets/layers/benches/benches_at_pt.json"
|
||||
import * as picnic_tables from "../assets/layers/benches/picnic_tables.json"
|
||||
import * as play_forest from "../assets/layers/play_forest/play_forest.json"
|
||||
import * as playground from "../assets/layers/playground/playground.json"
|
||||
import LayerConfig from "./JSON/LayerConfig";
|
||||
import {LayerConfigJson} from "./JSON/LayerConfigJson";
|
||||
|
||||
|
@ -54,7 +55,8 @@ export default class AllKnownLayers {
|
|||
benches,
|
||||
benches_at_pt,
|
||||
picnic_tables,
|
||||
play_forest
|
||||
play_forest,
|
||||
playground
|
||||
];
|
||||
|
||||
// Must be below the list...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue