Add preset for place=quarter

(re: #3651)
This commit is contained in:
Bryan Housel
2017-03-16 13:40:03 -04:00
parent 02742e2fc4
commit 64b424beaa
6 changed files with 64 additions and 11 deletions

View File

@@ -3511,15 +3511,20 @@ en:
name: Neighborhood
# 'terms: neighbourhood'
terms: '<translate with synonyms or related terms for ''Neighborhood'', separated by commas>'
place/quarter:
# place=quarter
name: Sub-Borough / Quarter
# 'terms: boro,borough,quarter'
terms: '<translate with synonyms or related terms for ''Sub-Borough / Quarter'', separated by commas>'
place/square:
# place=square
name: Square
terms: '<translate with synonyms or related terms for ''Square'', separated by commas>'
place/suburb:
# place=suburb
name: Borough
# 'terms: Boro,Quarter'
terms: '<translate with synonyms or related terms for ''Borough'', separated by commas>'
name: Borough / Suburb
# 'terms: boro,borough,quarter'
terms: '<translate with synonyms or related terms for ''Borough / Suburb'', separated by commas>'
place/town:
# place=town
name: Town

View File

@@ -9173,6 +9173,25 @@
],
"name": "Neighborhood"
},
"place/quarter": {
"icon": "triangle-stroked",
"fields": [
"population"
],
"geometry": [
"point",
"area"
],
"tags": {
"place": "quarter"
},
"terms": [
"boro",
"borough",
"quarter"
],
"name": "Sub-Borough / Quarter"
},
"place/square": {
"icon": "poi-foot",
"geometry": [
@@ -9197,10 +9216,11 @@
"place": "suburb"
},
"terms": [
"Boro",
"Quarter"
"boro",
"borough",
"quarter"
],
"name": "Borough"
"name": "Borough / Suburb"
},
"place/town": {
"icon": "town",

View File

@@ -0,0 +1,19 @@
{
"icon": "triangle-stroked",
"fields": [
"population"
],
"geometry": [
"point",
"area"
],
"tags": {
"place": "quarter"
},
"terms": [
"boro",
"borough",
"quarter"
],
"name": "Sub-Borough / Quarter"
}

View File

@@ -11,8 +11,9 @@
"place": "suburb"
},
"terms": [
"Boro",
"Quarter"
"boro",
"borough",
"quarter"
],
"name": "Borough"
"name": "Borough / Suburb"
}

View File

@@ -1983,6 +1983,10 @@
"key": "place",
"value": "neighbourhood"
},
{
"key": "place",
"value": "quarter"
},
{
"key": "place",
"value": "square"

View File

@@ -3856,13 +3856,17 @@
"name": "Neighborhood",
"terms": "neighbourhood"
},
"place/quarter": {
"name": "Sub-Borough / Quarter",
"terms": "boro,borough,quarter"
},
"place/square": {
"name": "Square",
"terms": ""
},
"place/suburb": {
"name": "Borough",
"terms": "Boro,Quarter"
"name": "Borough / Suburb",
"terms": "boro,borough,quarter"
},
"place/town": {
"name": "Town",