Skip to content

Commit

Permalink
Rename danger_area preset to "Danger Zone, Access Prohibited" (#792)
Browse files Browse the repository at this point in the history
Clearly specify that this is for military areas only, not a general tag for "something that might be dangerous".

Also: discourage use on nodes.
  • Loading branch information
emersonveenstra authored Mar 6, 2023
1 parent 2bc8860 commit e1b89ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 19 additions & 0 deletions data/presets/landuse/military/_danger_area_point.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icon": "maki-danger",
"fields": [
"{landuse/military/danger_area}"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"military": "danger_area"
},
"addTags": {
"landuse": "military",
"military": "danger_area"
},
"searchable": false,
"name": "{landuse/military/danger_area}"
}
4 changes: 1 addition & 3 deletions data/presets/landuse/military/danger_area.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"name"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
Expand All @@ -31,5 +29,5 @@
"troop",
"war"
],
"name": "Danger Area"
"name": "Danger Zone, Access Prohibited"
}

0 comments on commit e1b89ae

Please sign in to comment.