mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-21 02:27:15 +02:00
Add Hazardous Area preset (#952)
Also renamed `miliary=danger_area` preset to "Military Danger Area"
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "fas-triangle-exclamation",
|
||||
"fields": [
|
||||
"name",
|
||||
"hazard_boundary"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"boundary": "hazard"
|
||||
},
|
||||
"terms": [
|
||||
"danger",
|
||||
"prohibited"
|
||||
],
|
||||
"name": "Hazardous Area"
|
||||
}
|
||||
Reference in New Issue
Block a user