diff --git a/data/deprecated.json b/data/deprecated.json index a22b49942..8e58f1d97 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -318,6 +318,10 @@ "old": {"crossing": "island"}, "replace": {"crossing:island": "yes"} }, + { + "old": {"crossing": "traffic_lights"}, + "replace": {"crossing": "traffic_signals"} + }, { "old": {"cuisine": "gluten-free"}, "replace": {"diet:gluten_free": "*"} diff --git a/data/taginfo.json b/data/taginfo.json index 75bff7e53..c134faba8 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2070,6 +2070,7 @@ {"key": "craft", "value": "optician", "description": "🄳 ➜ shop=optician"}, {"key": "craft", "value": "sculpter", "description": "🄳 ➜ craft=sculptor"}, {"key": "crossing", "value": "island", "description": "🄳 ➜ crossing:island=yes"}, + {"key": "crossing", "value": "traffic_lights", "description": "🄳 ➜ crossing=traffic_signals"}, {"key": "cuisine", "value": "gluten-free", "description": "🄳 ➜ diet:gluten_free=*"}, {"key": "cuisine", "value": "halal", "description": "🄳 ➜ diet:halal=*"}, {"key": "cuisine", "value": "kosher", "description": "🄳 ➜ diet:kosher=*"},