mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
Add Hazardous Area preset (#952)
Also renamed `miliary=danger_area` preset to "Military Danger Area"
This commit is contained in:
19
data/fields/hazard_boundary.json
Normal file
19
data/fields/hazard_boundary.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "hazard",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"archery_range": "Arrows",
|
||||
"avalanche": "Avalanche",
|
||||
"biohazard": "Biohazard",
|
||||
"contamination": "Chemical Contamination",
|
||||
"electricity": "Electric Shock",
|
||||
"shooting_range": "Gunfire",
|
||||
"hole": "Hole",
|
||||
"minefield": "Land Mines",
|
||||
"nuclear": "Nuclear / Radioactive",
|
||||
"quicksand": "Quicksand"
|
||||
}
|
||||
},
|
||||
"label": "Hazard"
|
||||
}
|
||||
18
data/presets/boundary/hazard.json
Normal file
18
data/presets/boundary/hazard.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "fas-triangle-exclamation",
|
||||
"fields": [
|
||||
"name",
|
||||
"hazard_boundary"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"boundary": "hazard"
|
||||
},
|
||||
"terms": [
|
||||
"danger",
|
||||
"prohibited"
|
||||
],
|
||||
"name": "Hazardous Area"
|
||||
}
|
||||
@@ -29,5 +29,5 @@
|
||||
"troop",
|
||||
"war"
|
||||
],
|
||||
"name": "Danger Zone, Access Prohibited"
|
||||
"name": "Military Danger Area"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user