mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge pull request #7836 from sun-geo/patch-1
Add validator rule: access=customer to access=customers
This commit is contained in:
@@ -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
@@ -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"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user