From 0c2ac32d78a561f035a2295130e438aa8c4963f0 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 13 May 2020 09:47:19 -0400 Subject: [PATCH] Deprecate several alternatives to `landuse=flowerbed` --- data/deprecated.json | 24 ++++++++++++++++++++---- data/taginfo.json | 6 +++++- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/data/deprecated.json b/data/deprecated.json index f55ee6f40..43a6d8cef 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"} diff --git a/data/taginfo.json b/data/taginfo.json index 535230a16..e6522c7cb 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"},