Deprecate access=public -> access=yes (close #6716)

This commit is contained in:
Quincy Morgan
2019-08-03 11:39:09 -04:00
parent 6d0ccc31a4
commit 31bf5a063a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@
"old": {"aeroway": "aerobridge"},
"replace": {"aeroway": "jet_bridge"}
},
{
"old": {"access": "public"},
"replace": {"access": "yes"}
},
{
"old": {"amenity": "advertising"},
"replace": {"advertising": "*"}
+1
View File
@@ -1792,6 +1792,7 @@
{"key": "windings:configuration", "value": "leblanc", "description": "🄵 Windings Configuration"},
{"key": "aerialway", "value": "canopy", "description": "🄳 ➜ aerialway=zip_line"},
{"key": "aeroway", "value": "aerobridge", "description": "🄳 ➜ aeroway=jet_bridge"},
{"key": "access", "value": "public", "description": "🄳 ➜ access=yes"},
{"key": "amenity", "value": "advertising", "description": "🄳 ➜ advertising=*"},
{"key": "amenity", "value": "artwork", "description": "🄳 ➜ tourism=artwork"},
{"key": "amenity", "value": "bail_bonds", "description": "🄳 ➜ office=bail_bond_agent"},