update terms list

This commit is contained in:
Bryan Housel
2018-04-25 14:59:45 -04:00
parent d959f139ac
commit d19e9bad3c
5 changed files with 41 additions and 1 deletions
+5
View File
@@ -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
+18
View File
@@ -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"
+5 -1
View File
@@ -8,7 +8,11 @@
"natural": "reef"
},
"terms": [
"reef"
"barrier",
"coral",
"ocean",
"sand",
"shoal"
],
"name": "Reef"
}
+9
View File
@@ -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",
+4
View File
@@ -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"