mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
Deprecate low-usage women and men in favor of female and male
This commit is contained in:
@@ -699,6 +699,10 @@
|
||||
"old": {"memorial": "plate"},
|
||||
"replace": {"memorial": "plaque"}
|
||||
},
|
||||
{
|
||||
"old": {"men": "*"},
|
||||
"replace": {"male": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"minage": "*"},
|
||||
"replace": {"min_age": "$1"}
|
||||
@@ -1201,6 +1205,10 @@
|
||||
"old": {"wifi": "free"},
|
||||
"replace": {"internet_access": "wlan", "internet_access:fee": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"women": "*"},
|
||||
"replace": {"female": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"wood": "coniferous"},
|
||||
"replace": {"leaf_type": "needleleaved"}
|
||||
|
||||
@@ -2070,6 +2070,7 @@
|
||||
{"key": "man_made", "value": "winery", "description": "🄳 ➜ craft=winery"},
|
||||
{"key": "maxage", "description": "🄳 ➜ max_age=*"},
|
||||
{"key": "memorial", "value": "plate", "description": "🄳 ➜ memorial=plaque"},
|
||||
{"key": "men", "description": "🄳 ➜ male=*"},
|
||||
{"key": "minage", "description": "🄳 ➜ min_age=*"},
|
||||
{"key": "mining_resource", "description": "🄳 ➜ resource=*"},
|
||||
{"key": "natural", "value": "marsh", "description": "🄳 ➜ natural=wetland + wetland=marsh"},
|
||||
@@ -2181,6 +2182,7 @@
|
||||
{"key": "waterway", "value": "lock", "description": "🄳 ➜ waterway=canal + lock=yes"},
|
||||
{"key": "wifi", "value": "yes", "description": "🄳 ➜ internet_access=wlan"},
|
||||
{"key": "wifi", "value": "free", "description": "🄳 ➜ internet_access=wlan + internet_access:fee=no"},
|
||||
{"key": "women", "description": "🄳 ➜ female=*"},
|
||||
{"key": "wood", "value": "coniferous", "description": "🄳 ➜ leaf_type=needleleaved"},
|
||||
{"key": "wood", "value": "deciduous", "description": "🄳 ➜ leaf_cycle=deciduous"},
|
||||
{"key": "wood", "value": "evergreen", "description": "🄳 ➜ leaf_cycle=evergreen"},
|
||||
|
||||
Reference in New Issue
Block a user