mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Deprecate roof:shape=half_hipped (close #6704)
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user