mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Deprecate "FIXME" in favor of "fixme" (close #6477)
This commit is contained in:
@@ -296,6 +296,10 @@
|
||||
"old": {"fenced": "yes"},
|
||||
"replace": {"barrier": "fence"}
|
||||
},
|
||||
{
|
||||
"old": {"FIXME": "*"},
|
||||
"replace": {"fixme": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "both"},
|
||||
"replace": {"sidewalk": "both"}
|
||||
|
||||
@@ -1822,6 +1822,7 @@
|
||||
{"key": "fee", "value": "some", "description": "🄳 ➜ fee=yes"},
|
||||
{"key": "fee", "value": "Yes", "description": "🄳 ➜ fee=yes"},
|
||||
{"key": "fenced", "value": "yes", "description": "🄳 ➜ barrier=fence"},
|
||||
{"key": "FIXME", "description": "🄳 ➜ fixme=*"},
|
||||
{"key": "footway", "value": "both", "description": "🄳 ➜ sidewalk=both"},
|
||||
{"key": "footway", "value": "left", "description": "🄳 ➜ sidewalk=left"},
|
||||
{"key": "footway", "value": "no", "description": "🄳 ➜ sidewalk=no"},
|
||||
|
||||
Reference in New Issue
Block a user