Skip to content

Commit

Permalink
add deprecation and new tag for (naval) military bases, closes #510
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jun 22, 2022
1 parent 1e75779 commit 47187bf
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/fields/military_service.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "military_service",
"type": "combo",
"label": "Military Service"
}
31 changes: 31 additions & 0 deletions data/presets/landuse/military/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"icon": "temaki-anchor_medal",
"fields": [
"name",
"military_service"
],
"geometry": [
"point",
"area"
],
"tags": {
"military": "base"
},
"addTags": {
"landuse": "military",
"military": "base"
},
"terms": [
"air force",
"army",
"base",
"border guard",
"coast guard",
"fight",
"force",
"guard",
"troop",
"war"
],
"name": "Military Base"
}
32 changes: 32 additions & 0 deletions data/presets/landuse/military/base/navy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"icon": "temaki-anchor_medal",
"fields": [
"name"
],
"geometry": [
"point",
"area"
],
"tags": {
"military": "base",
"military_service": "navy"
},
"addTags": {
"landuse": "military",
"military": "base",
"military_service": "navy"
},
"terms": [
"base",
"fight",
"force",
"guard",
"marine",
"navy",
"ship",
"sub",
"troop",
"war"
],
"name": "Naval Base"
}

0 comments on commit 47187bf

Please sign in to comment.