mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Upgrade religion=catholic => religion=christian + denomination=catholic
(closes #6348)
This commit is contained in:
@@ -581,6 +581,10 @@
|
||||
"old": {"recommended_speed:forward": "*"},
|
||||
"replace": {"maxspeed:advisory:forward": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"religion": "catholic"},
|
||||
"replace": {"religion": "christian", "denomination": "catholic"}
|
||||
},
|
||||
{
|
||||
"old": {"reservations": "*"},
|
||||
"replace": {"reservation": "$1"}
|
||||
|
||||
@@ -1870,6 +1870,7 @@
|
||||
{"key": "recommended_speed", "description": "🄳 ➜ maxspeed:advisory=*"},
|
||||
{"key": "recommended_speed:backward", "description": "🄳 ➜ maxspeed:advisory:backward=*"},
|
||||
{"key": "recommended_speed:forward", "description": "🄳 ➜ maxspeed:advisory:forward=*"},
|
||||
{"key": "religion", "value": "catholic", "description": "🄳 ➜ religion=christian + denomination=catholic"},
|
||||
{"key": "reservations", "description": "🄳 ➜ reservation=*"},
|
||||
{"key": "roof:color", "description": "🄳 ➜ roof:colour=*"},
|
||||
{"key": "route", "value": "ncn", "description": "🄳 ➜ route=bicycle + network=ncn"},
|
||||
|
||||
Reference in New Issue
Block a user