mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Don't add highway=footway when upgrading man_made=jetty
This commit is contained in:
@@ -689,7 +689,7 @@
|
||||
},
|
||||
{
|
||||
"old": {"man_made": "jetty"},
|
||||
"replace": {"highway": "footway", "man_made": "pier"}
|
||||
"replace": {"man_made": "pier"}
|
||||
},
|
||||
{
|
||||
"old": {"man_made": "mdf"},
|
||||
|
||||
+1
-1
@@ -2086,7 +2086,7 @@
|
||||
{"key": "levels_count", "description": "🄳 ➜ building:levels=*"},
|
||||
{"key": "man_made", "value": "cut_line", "description": "🄳 ➜ man_made=cutline"},
|
||||
{"key": "man_made", "value": "gas_well", "description": "🄳 ➜ man_made=petroleum_well + substance=gas"},
|
||||
{"key": "man_made", "value": "jetty", "description": "🄳 ➜ highway=footway + man_made=pier"},
|
||||
{"key": "man_made", "value": "jetty", "description": "🄳 ➜ man_made=pier"},
|
||||
{"key": "man_made", "value": "mdf", "description": "🄳 ➜ telecom=exchange"},
|
||||
{"key": "man_made", "value": "MDF", "description": "🄳 ➜ telecom=exchange"},
|
||||
{"key": "man_made", "value": "fuel_storage_tank", "description": "🄳 ➜ man_made=storage_tank + content=fuel"},
|
||||
|
||||
Reference in New Issue
Block a user