mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +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
13
data/presets/boundary/hazard.json
Normal file
13
data/presets/boundary/hazard.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"hazard"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"boundary": "hazard"
|
||||
},
|
||||
"name": "Hazardous Area"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue