Merge branch 'feature/climbing-layer' into kletterspots-develop
This commit is contained in:
commit
50c52766a5
10 changed files with 807 additions and 10 deletions
|
@ -15,6 +15,7 @@ import * as benches from "../assets/themes/benches/benches.json";
|
|||
import * as charging_stations from "../assets/themes/charging_stations/charging_stations.json"
|
||||
import * as widths from "../assets/themes/widths/width.json"
|
||||
import * as drinking_water from "../assets/themes/drinking_water/drinking_water.json"
|
||||
import * as climbing from "../assets/themes/climbing/climbing.json"
|
||||
import * as surveillance_cameras from "../assets/themes/surveillance_cameras/surveillance_cameras.json"
|
||||
import * as personal from "../assets/themes/personalLayout/personalLayout.json"
|
||||
import LayerConfig from "./JSON/LayerConfig";
|
||||
|
@ -62,6 +63,7 @@ export class AllKnownLayouts {
|
|||
// new LayoutConfig(buurtnatuur),
|
||||
// new LayoutConfig(bike_monitoring_stations),
|
||||
// new LayoutConfig(surveillance_cameras)
|
||||
new LayoutConfig(climbing),
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue