mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
Deprecate sidewalk=none => sidewalk=no (#222)
This commit is contained in:
committed by
GitHub
parent
bab09d1791
commit
7b656add7f
@@ -686,6 +686,10 @@
|
||||
"old": {"footway": "both"},
|
||||
"replace": {"sidewalk": "both"}
|
||||
},
|
||||
{
|
||||
"old": {"sidewalk": "none"},
|
||||
"replace": {"sidewalk": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "crossing", "highway": "cycleway"},
|
||||
"replace": {"cycleway": "crossing", "highway": "cycleway"}
|
||||
|
||||
10
dist/deprecated.json
vendored
10
dist/deprecated.json
vendored
@@ -1420,6 +1420,14 @@
|
||||
"sidewalk": "both"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"sidewalk": "none"
|
||||
},
|
||||
"replace": {
|
||||
"sidewalk": "no"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"footway": "crossing",
|
||||
@@ -4160,4 +4168,4 @@
|
||||
"industrial": "brickyard"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user