mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Add Hazardous Area/Warning Sign presets
Also added fields for `hazard`, `curve`, `curves`, `hazard:animal`, and changed the name for the `military=danger_area` preset
This commit is contained in:
parent
0076d3bb97
commit
ae0361dad0
33 changed files with 536 additions and 1 deletions
9
data/fields/curve.json
Normal file
9
data/fields/curve.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "curve",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "hazard",
|
||||
"value": "curve"
|
||||
}
|
||||
}
|
||||
9
data/fields/curves.json
Normal file
9
data/fields/curves.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "curves",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "hazard",
|
||||
"value": "curves"
|
||||
}
|
||||
}
|
||||
5
data/fields/hazard.json
Normal file
5
data/fields/hazard.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "hazard",
|
||||
"type": "combo",
|
||||
"label": "Hazard"
|
||||
}
|
||||
9
data/fields/hazard/animal.json
Normal file
9
data/fields/hazard/animal.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "hazard:animal",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "hazard",
|
||||
"value": "animal_crossing"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue