mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
update terms list
This commit is contained in:
@@ -4250,6 +4250,11 @@ en:
|
||||
name: Peak
|
||||
# 'terms: acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top'
|
||||
terms: '<translate with synonyms or related terms for ''Peak'', separated by commas>'
|
||||
natural/reef:
|
||||
# natural=reef
|
||||
name: Reef
|
||||
# 'terms: barrier,coral,ocean,sand,shoal'
|
||||
terms: '<translate with synonyms or related terms for ''Reef'', separated by commas>'
|
||||
natural/ridge:
|
||||
# natural=ridge
|
||||
name: Ridge
|
||||
|
||||
@@ -12142,6 +12142,24 @@
|
||||
],
|
||||
"name": "Peak"
|
||||
},
|
||||
"natural/reef": {
|
||||
"icon": "poi-beach",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "reef"
|
||||
},
|
||||
"terms": [
|
||||
"barrier",
|
||||
"coral",
|
||||
"ocean",
|
||||
"sand",
|
||||
"shoal"
|
||||
],
|
||||
"name": "Reef"
|
||||
},
|
||||
"natural/ridge": {
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -8,7 +8,11 @@
|
||||
"natural": "reef"
|
||||
},
|
||||
"terms": [
|
||||
"reef"
|
||||
"barrier",
|
||||
"coral",
|
||||
"ocean",
|
||||
"sand",
|
||||
"shoal"
|
||||
],
|
||||
"name": "Reef"
|
||||
}
|
||||
|
||||
@@ -5123,6 +5123,15 @@
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/mountain-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "reef",
|
||||
"description": "Reef",
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "ridge",
|
||||
|
||||
Vendored
+4
@@ -5078,6 +5078,10 @@
|
||||
"name": "Peak",
|
||||
"terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"
|
||||
},
|
||||
"natural/reef": {
|
||||
"name": "Reef",
|
||||
"terms": "barrier,coral,ocean,sand,shoal"
|
||||
},
|
||||
"natural/ridge": {
|
||||
"name": "Ridge",
|
||||
"terms": "crest"
|
||||
|
||||
Reference in New Issue
Block a user