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 000000000..b59a82e28 --- /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 60452cb5b..90048681e 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 aa0d108b6..b1416e3a0 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",