mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
6
data/fields/destination/ref.json
Normal file
6
data/fields/destination/ref.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "destination:ref",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Road Numbers",
|
||||
"snake_case": false
|
||||
}
|
||||
10
data/fields/destination/ref_oneway.json
Normal file
10
data/fields/destination/ref_oneway.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "destination:ref",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Road Numbers",
|
||||
"prerequisiteTag": {
|
||||
"key": "oneway",
|
||||
"value": "yes"
|
||||
},
|
||||
"snake_case": false
|
||||
}
|
||||
5
data/fields/destination/symbol.json
Normal file
5
data/fields/destination/symbol.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "destination:symbol",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Symbols"
|
||||
}
|
||||
9
data/fields/destination/symbol_oneway.json
Normal file
9
data/fields/destination/symbol_oneway.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "destination:symbol",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Symbols",
|
||||
"prerequisiteTag": {
|
||||
"key": "oneway",
|
||||
"value": "yes"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue