mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add islet preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
24
data/presets/presets/place/islet.json
Normal file
24
data/presets/presets/place/islet.json
Normal 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"
|
||||
}
|
||||
@@ -2208,6 +2208,10 @@
|
||||
"key": "place",
|
||||
"value": "island"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "islet"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "isolated_dwelling"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user