diff --git a/assets/layers/walls_and_buildings/license_info.json b/assets/layers/walls_and_buildings/license_info.json new file mode 100644 index 0000000000..b59a82e287 --- /dev/null +++ b/assets/layers/walls_and_buildings/license_info.json @@ -0,0 +1,12 @@ +[ + { + "path": "walls_and_buildings.png", + "license": "CC0", + "authors": [ + "OSM" + ], + "sources": [ + "https://wiki.openstreetmap.org/wiki/File:Barrier_fence_mapnik.png#file" + ] + } +] \ No newline at end of file diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 60452cb5b3..90048681e3 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -331,6 +331,10 @@ "if": "theme=uk_addresses", "then": "./assets/themes/uk_addresses/housenumber_unknown.svg" }, + { + "if": "theme=walls_and_buildings", + "then": "./assets/layers/walls_and_buildings/walls_and_buildings.png" + }, { "if": "theme=waste", "then": "./assets/layers/recycling/recycling-14.svg" diff --git a/assets/themes/walls_and_buildings/walls_and_buildings.json b/assets/themes/walls_and_buildings/walls_and_buildings.json index aa0d108b67..b1416e3a00 100644 --- a/assets/themes/walls_and_buildings/walls_and_buildings.json +++ b/assets/themes/walls_and_buildings/walls_and_buildings.json @@ -4,7 +4,7 @@ "en": "Walls and buildings" }, "description": { - "en": "Buildings are shown with entrance metatags" + "en": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user." }, "maintainer": "MapComplete", "icon": "./assets/layers/walls_and_buildings/walls_and_buildings.png",