mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Add cycle_barrier fields (#1232)
This commit is contained in:
parent
cfa71d6c4f
commit
c156fca6c4
8 changed files with 90 additions and 1 deletions
10
data/fields/overlap.json
Normal file
10
data/fields/overlap.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "overlap",
|
||||
"type": "number",
|
||||
"label": "Overlap Width (Meters)",
|
||||
"snake_case": false,
|
||||
"prerequisiteTag": {
|
||||
"key": "cycle_barrier",
|
||||
"valueNot": "single"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue