mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Deprecate building:material=Brick
This commit is contained in:
@@ -239,6 +239,10 @@
|
||||
"old": {"building:height": "*"},
|
||||
"replace": {"height": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"building:material": "Brick"},
|
||||
"replace": {"building:material": "brick"}
|
||||
},
|
||||
{
|
||||
"old": {"building:min_height": "*"},
|
||||
"replace": {"min_height": "$1"}
|
||||
|
||||
@@ -2009,6 +2009,7 @@
|
||||
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},
|
||||
{"key": "building:color", "description": "🄳 ➜ building:colour=*"},
|
||||
{"key": "building:height", "description": "🄳 ➜ height=*"},
|
||||
{"key": "building:material", "value": "Brick", "description": "🄳 ➜ building:material=brick"},
|
||||
{"key": "building:min_height", "description": "🄳 ➜ min_height=*"},
|
||||
{"key": "building:roof:colour", "description": "🄳 ➜ roof:colour=*"},
|
||||
{"key": "building:type", "description": "🄳 ➜ building=*"},
|
||||
|
||||
Reference in New Issue
Block a user