Deprecate several alternatives to landuse=flowerbed

This commit is contained in:
Quincy Morgan
2020-05-13 09:47:19 -04:00
parent 67bef3a692
commit 0c2ac32d78
2 changed files with 25 additions and 5 deletions
+20 -4
View File
@@ -622,6 +622,14 @@
"old": {"kerb": "flat"},
"replace": {"kerb": "flush"}
},
{
"old": {"landcover": "flower_bed"},
"replace": {"landuse": "flowerbed"}
},
{
"old": {"landcover": "flowerbed"},
"replace": {"landuse": "flowerbed"}
},
{
"old": {"landuse": "basin"},
"replace": {"natural": "water", "water": "basin"}
@@ -718,6 +726,18 @@
"old": {"man_made": "cut_line"},
"replace": {"man_made": "cutline"}
},
{
"old": {"man_made": "flower_bed"},
"replace": {"landuse": "flowerbed"}
},
{
"old": {"man_made": "flowerbed"},
"replace": {"landuse": "flowerbed"}
},
{
"old": {"man_made": "fuel_storage_tank"},
"replace": {"man_made": "storage_tank", "content": "fuel"}
},
{
"old": {"man_made": "gas_well"},
"replace": {"man_made": "petroleum_well", "substance": "gas"}
@@ -734,10 +754,6 @@
"old": {"man_made": "MDF"},
"replace": {"telecom": "exchange"}
},
{
"old": {"man_made": "fuel_storage_tank"},
"replace": {"man_made": "storage_tank", "content": "fuel"}
},
{
"old": {"man_made": "oil_tank"},
"replace": {"man_made": "storage_tank", "content": "oil"}
+5 -1
View File
@@ -2118,6 +2118,8 @@
{"key": "internet_access:type", "description": "🄳 ➜ internet_access=*"},
{"key": "kerb", "value": "dropped", "description": "🄳 ➜ kerb=lowered"},
{"key": "kerb", "value": "flat", "description": "🄳 ➜ kerb=flush"},
{"key": "landcover", "value": "flower_bed", "description": "🄳 ➜ landuse=flowerbed"},
{"key": "landcover", "value": "flowerbed", "description": "🄳 ➜ landuse=flowerbed"},
{"key": "landuse", "value": "conservation", "description": "🄳 ➜ boundary=protected_area"},
{"key": "landuse", "value": "field", "description": "🄳 ➜ landuse=farmland"},
{"key": "landuse", "value": "garden", "description": "🄳 ➜ leisure=garden"},
@@ -2136,11 +2138,13 @@
{"key": "LEVELS", "description": "🄳 ➜ building:levels=*"},
{"key": "levels_count", "description": "🄳 ➜ building:levels=*"},
{"key": "man_made", "value": "cut_line", "description": "🄳 ➜ man_made=cutline"},
{"key": "man_made", "value": "flower_bed", "description": "🄳 ➜ landuse=flowerbed"},
{"key": "man_made", "value": "flowerbed", "description": "🄳 ➜ landuse=flowerbed"},
{"key": "man_made", "value": "fuel_storage_tank", "description": "🄳 ➜ man_made=storage_tank + content=fuel"},
{"key": "man_made", "value": "gas_well", "description": "🄳 ➜ man_made=petroleum_well + substance=gas"},
{"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"},
{"key": "man_made", "value": "oil_tank", "description": "🄳 ➜ man_made=storage_tank + content=oil"},
{"key": "man_made", "value": "oil_well", "description": "🄳 ➜ man_made=petroleum_well + substance=oil"},
{"key": "man_made", "value": "telephone_exchange", "description": "🄳 ➜ telecom=exchange"},