add place=suburb, but named Borough

This commit is contained in:
Bryan Housel
2014-04-01 21:48:53 -04:00
parent 7efcdf7f1d
commit 907fd8b786
4 changed files with 37 additions and 0 deletions
+3
View File
@@ -1412,6 +1412,9 @@ en:
place/neighbourhood:
name: Neighborhood
terms: "<translate with synonyms or related terms for 'Neighborhood', separated by commas>"
place/suburb:
name: Borough
terms: "<translate with synonyms or related terms for 'Borough', separated by commas>"
place/town:
name: Town
terms: "<translate with synonyms or related terms for 'Town', separated by commas>"
+15
View File
@@ -5985,6 +5985,21 @@
],
"name": "Neighborhood"
},
"place/suburb": {
"icon": "triangle-stroked",
"geometry": [
"point",
"area"
],
"tags": {
"place": "suburb"
},
"terms": [
"Boro",
"Quarter"
],
"name": "Borough"
},
"place/town": {
"icon": "town",
"geometry": [
+15
View File
@@ -0,0 +1,15 @@
{
"icon": "triangle-stroked",
"geometry": [
"point",
"area"
],
"tags": {
"place": "suburb"
},
"terms": [
"Boro",
"Quarter"
],
"name": "Borough"
}
+4
View File
@@ -2318,6 +2318,10 @@
"name": "Neighborhood",
"terms": "neighbourhood"
},
"place/suburb": {
"name": "Borough",
"terms": "Boro,Quarter"
},
"place/town": {
"name": "Town",
"terms": ""