mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
add deprecation and new tag for (naval) military bases, closes #510
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "military_service",
|
||||
"type": "combo",
|
||||
"label": "Military Service"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
+4
-2
@@ -8,11 +8,13 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"military": "naval_base"
|
||||
"military": "base",
|
||||
"military_service": "navy"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "military",
|
||||
"military": "naval_base"
|
||||
"military": "base",
|
||||
"military_service": "navy"
|
||||
},
|
||||
"terms": [
|
||||
"base",
|
||||
Reference in New Issue
Block a user