mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Deprecate access=public -> access=yes (close #6716)
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
"old": {"aeroway": "aerobridge"},
|
||||
"replace": {"aeroway": "jet_bridge"}
|
||||
},
|
||||
{
|
||||
"old": {"access": "public"},
|
||||
"replace": {"access": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "advertising"},
|
||||
"replace": {"advertising": "*"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user