Skip to content

Commit

Permalink
Deprecate access=public -> access=yes (close #6716)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 3, 2019
1 parent 6d0ccc3 commit 31bf5a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"old": {"aeroway": "aerobridge"},
"replace": {"aeroway": "jet_bridge"}
},
{
"old": {"access": "public"},
"replace": {"access": "yes"}
},
{
"old": {"amenity": "advertising"},
"replace": {"advertising": "*"}
Expand Down
1 change: 1 addition & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 31bf5a0

Please sign in to comment.