mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Deprecate artwork and artwork:type keys in favor of artwork_type
This commit is contained in:
@@ -148,6 +148,14 @@
|
||||
"old": {"amenity": "youth_centre"},
|
||||
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
|
||||
},
|
||||
{
|
||||
"old": {"artwork": "*"},
|
||||
"replace": {"artwork_type": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"artwork:type": "*"},
|
||||
"replace": {"artwork_type": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"barrier": "curb"},
|
||||
"replace": {"barrier": "kerb"}
|
||||
|
||||
@@ -1745,6 +1745,8 @@
|
||||
{"key": "amenity", "value": "winery", "description": "🄳 ➜ craft=winery"},
|
||||
{"key": "amenity", "value": "youth_center", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
|
||||
{"key": "amenity", "value": "youth_centre", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
|
||||
{"key": "artwork", "description": "🄳 ➜ artwork_type=*"},
|
||||
{"key": "artwork:type", "description": "🄳 ➜ artwork_type=*"},
|
||||
{"key": "barrier", "value": "curb", "description": "🄳 ➜ barrier=kerb"},
|
||||
{"key": "barrier", "value": "embankment", "description": "🄳 ➜ man_made=embankment"},
|
||||
{"key": "barrier", "value": "wire_fence", "description": "🄳 ➜ barrier=fence + fence_type=chain"},
|
||||
|
||||
Reference in New Issue
Block a user