fixes
This commit is contained in:
parent
173cbf187b
commit
c13d86a8ac
3 changed files with 17 additions and 1 deletions
12
assets/layers/walls_and_buildings/license_info.json
Normal file
12
assets/layers/walls_and_buildings/license_info.json
Normal file
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue