Deprecate roof:shape=half_hipped (close #6704)

This commit is contained in:
Quincy Morgan
2019-07-31 16:25:08 -04:00
parent 3bf3ecf560
commit 68439498c9
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -629,6 +629,10 @@
"old": {"roof:color": "*"},
"replace": {"roof:colour": "$1"}
},
{
"old": {"roof:shape": "half_hipped"},
"replace": {"roof:shape": "half-hipped"}
},
{
"old": {"route": "ncn"},
"replace": {"route": "bicycle", "network": "ncn"}
+1
View File
@@ -1924,6 +1924,7 @@
{"key": "religion", "value": "catholic", "description": "🄳 ➜ religion=christian + denomination=catholic"},
{"key": "reservations", "description": "🄳 ➜ reservation=*"},
{"key": "roof:color", "description": "🄳 ➜ roof:colour=*"},
{"key": "roof:shape", "value": "half_hipped", "description": "🄳 ➜ roof:shape=half-hipped"},
{"key": "route", "value": "ncn", "description": "🄳 ➜ route=bicycle + network=ncn"},
{"key": "shop", "value": "adult", "description": "🄳 ➜ shop=erotic"},
{"key": "shop", "value": "antique", "description": "🄳 ➜ shop=antiques"},