From b40db6994b68bedc5d38d7d7f99c77e7fac63b38 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 6 Jan 2020 13:10:11 -0500 Subject: [PATCH] Deprecate various incorrect operator:type values --- data/deprecated.json | 23 +++++++++++++++++++++++ data/taginfo.json | 6 ++++++ 2 files changed, 29 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 637788125..19b2f3440 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -809,6 +809,29 @@ { "old": {"oneway": "unknown"} }, + { + "old": {"operator:type": "goverment"}, + "replace": {"operator:type": "government"} + }, + { + "old": {"operator:type": "Privado"}, + "replace": {"operator:type": "private"} + }, + { + "old": {"operator:type": "Private"}, + "replace": {"operator:type": "private"} + }, + { + "old": {"operator:type": "Public"}, + "replace": {"operator:type": "public"} + }, + { + "old": {"operator:type": "Publico"}, + "replace": {"operator:type": "public"} + }, + { + "old": {"operator:type": "unknown"} + }, { "old": {"place_name": "*"}, "replace": {"name": "$1"} diff --git a/data/taginfo.json b/data/taginfo.json index 6a39d3a5a..5c9371052 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2106,6 +2106,12 @@ {"key": "oneway", "value": "alternate", "description": "🄳 ➜ oneway=alternating"}, {"key": "oneway", "value": "no;yes", "description": "🄳"}, {"key": "oneway", "value": "unknown", "description": "🄳"}, + {"key": "operator:type", "value": "goverment", "description": "🄳 ➜ operator:type=government"}, + {"key": "operator:type", "value": "Privado", "description": "🄳 ➜ operator:type=private"}, + {"key": "operator:type", "value": "Private", "description": "🄳 ➜ operator:type=private"}, + {"key": "operator:type", "value": "Public", "description": "🄳 ➜ operator:type=public"}, + {"key": "operator:type", "value": "Publico", "description": "🄳 ➜ operator:type=public"}, + {"key": "operator:type", "value": "unknown", "description": "🄳"}, {"key": "place_name", "description": "🄳 ➜ name=*"}, {"key": "pole", "value": "transition", "description": "🄳 ➜ location:transition=yes"}, {"key": "postcode", "description": "🄳 ➜ addr:postcode=*"},