Add islet preset

This commit is contained in:
Andreas Hässler
2017-10-22 23:21:59 +02:00
parent 469df0b059
commit 95bcf1f87f
5 changed files with 61 additions and 0 deletions

View File

@@ -3978,6 +3978,11 @@ en:
name: Island
# 'terms: archipelago,atoll,bar,cay,isle,islet,key,reef'
terms: '<translate with synonyms or related terms for ''Island'', separated by commas>'
place/islet:
# place=islet
name: Islet
# 'terms: archipelago,atoll,bar,cay,isle,islet,key,reef'
terms: '<translate with synonyms or related terms for ''Islet'', separated by commas>'
place/isolated_dwelling:
# place=isolated_dwelling
name: Isolated Dwelling

View File

@@ -11447,6 +11447,30 @@
},
"name": "Island"
},
"place/islet": {
"icon": "mountain",
"geometry": [
"point",
"area"
],
"fields": [
"name"
],
"terms": [
"archipelago",
"atoll",
"bar",
"cay",
"isle",
"islet",
"key",
"reef"
],
"tags": {
"place": "islet"
},
"name": "Islet"
},
"place/isolated_dwelling": {
"icon": "home",
"geometry": [

View File

@@ -0,0 +1,24 @@
{
"icon": "mountain",
"geometry": [
"point",
"area"
],
"fields": [
"name"
],
"terms": [
"archipelago",
"atoll",
"bar",
"cay",
"isle",
"islet",
"key",
"reef"
],
"tags": {
"place": "islet"
},
"name": "Islet"
}

View File

@@ -2208,6 +2208,10 @@
"key": "place",
"value": "island"
},
{
"key": "place",
"value": "islet"
},
{
"key": "place",
"value": "isolated_dwelling"

View File

@@ -4587,6 +4587,10 @@
"name": "Island",
"terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
},
"place/islet": {
"name": "Islet",
"terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
},
"place/isolated_dwelling": {
"name": "Isolated Dwelling",
"terms": ""