Merge pull request #7836 from sun-geo/patch-1

Add validator rule: access=customer to access=customers
This commit is contained in:
Quincy Morgan
2020-07-24 10:58:15 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@
"old": {"aeroway": "aerobridge"},
"replace": {"aeroway": "jet_bridge", "highway": "corridor"}
},
{
"old": {"access": "customer"},
"replace": {"access": "customers"}
},
{
"old": {"access": "public"},
"replace": {"access": "yes"}
+2 -1
View File
@@ -2007,6 +2007,7 @@
{"key": "aerialway", "value": "canopy", "description": "🄳 ➜ aerialway=zip_line"},
{"key": "aeroway", "value": "aerobridge", "description": "🄳 ➜ aeroway=jet_bridge + highway=corridor"},
{"key": "access", "value": "public", "description": "🄳 ➜ access=yes"},
{"key": "access", "value": "customer", "description": "🄳 ➜ access=customers"},
{"key": "aerodrome", "value": "military", "description": "🄳 ➜ military=airfield"},
{"key": "aerodrome:type", "value": "military", "description": "🄳 ➜ military=airfield"},
{"key": "agrarian", "value": "agrcultural_machinry", "description": "🄳 ➜ agrarian=agricultural_machinery"},
@@ -2354,4 +2355,4 @@
{"key": "wood", "value": "evergreen", "description": "🄳 ➜ leaf_cycle=evergreen"},
{"key": "wood", "value": "mixed", "description": "🄳 ➜ leaf_cycle=mixed + leaf_type=mixed"}
]
}
}