Skip to content

Commit

Permalink
Deprecate building:material=Brick
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Mar 4, 2020
1 parent dcbb5ee commit 4a9f9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
1 change: 1 addition & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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=*"},
Expand Down

0 comments on commit 4a9f9bf

Please sign in to comment.