Don't add highway=footway when upgrading man_made=jetty

This commit is contained in:
Quincy Morgan
2020-01-13 15:05:11 -05:00
parent 4cab926447
commit 1805cde7ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -689,7 +689,7 @@
},
{
"old": {"man_made": "jetty"},
"replace": {"highway": "footway", "man_made": "pier"}
"replace": {"man_made": "pier"}
},
{
"old": {"man_made": "mdf"},
+1 -1
View File
@@ -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"},