mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Merge branch 'openstreetmap:main' into barangay_health_station
This commit is contained in:
commit
3ebbbfc074
6 changed files with 79 additions and 13 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"
|
||||
}
|
||||
|
|
@ -29,5 +29,5 @@
|
|||
"troop",
|
||||
"war"
|
||||
],
|
||||
"name": "Danger Zone, Access Prohibited"
|
||||
"name": "Military Danger Area"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue