mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add Hazardous Area preset (#952)
Also renamed `miliary=danger_area` preset to "Military Danger Area"
This commit is contained in:
parent
df1324ebf2
commit
0e30e9fcce
3 changed files with 38 additions and 1 deletions
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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue