forked from MapComplete/MapComplete
Further cleanup
This commit is contained in:
parent
9409f20bca
commit
bc9ece2f95
29 changed files with 392 additions and 20167 deletions
|
@ -19,6 +19,7 @@ import * as nature_reserve from "../../assets/layers/nature_reserve/nature_reser
|
|||
import * as bike_cafes from "../../assets/layers/bike_cafe/bike_cafes.json"
|
||||
import * as cycling_themed_objects from "../../assets/layers/cycling_themed_object/cycling_themed_objects.json"
|
||||
import * as bike_shops from "../../assets/layers/bike_shop/bike_shop.json"
|
||||
import * as maps from "../../assets/layers/maps/maps.json"
|
||||
import {Utils} from "../../Utils";
|
||||
import ImageCarouselWithUploadConstructor from "../../UI/Image/ImageCarouselWithUpload";
|
||||
import {ImageCarouselConstructor} from "../../UI/Image/ImageCarousel";
|
||||
|
@ -45,7 +46,8 @@ export class FromJSON {
|
|||
FromJSON.Layer(nature_reserve),
|
||||
FromJSON.Layer(bike_cafes),
|
||||
FromJSON.Layer(cycling_themed_objects),
|
||||
FromJSON.Layer(bike_shops)
|
||||
FromJSON.Layer(bike_shops),
|
||||
FromJSON.Layer(maps)
|
||||
];
|
||||
|
||||
for (const layer of sharedLayersList) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue