Add place=neighbourhood preset (fixes #2174)

This commit is contained in:
John Firebaugh
2014-03-28 09:54:50 -07:00
parent c271d83c2b
commit 75d814e46c
4 changed files with 35 additions and 0 deletions
+3
View File
@@ -1409,6 +1409,9 @@ en:
place/locality:
name: Locality
terms: "<translate with synonyms or related terms for 'Locality', separated by commas>"
place/neighbourhood:
name: Neighborhood
terms: "<translate with synonyms or related terms for 'Neighborhood', separated by commas>"
place/town:
name: Town
terms: "<translate with synonyms or related terms for 'Town', separated by commas>"
+14
View File
@@ -5971,6 +5971,20 @@
},
"name": "Locality"
},
"place/neighbourhood": {
"icon": "triangle-stroked",
"geometry": [
"point",
"area"
],
"tags": {
"place": "neighbourhood"
},
"terms": [
"neighbourhood"
],
"name": "Neighborhood"
},
"place/town": {
"icon": "town",
"geometry": [
@@ -0,0 +1,14 @@
{
"icon": "triangle-stroked",
"geometry": [
"point",
"area"
],
"tags": {
"place": "neighbourhood"
},
"terms": [
"neighbourhood"
],
"name": "Neighborhood"
}
+4
View File
@@ -2312,6 +2312,10 @@
"name": "Locality",
"terms": ""
},
"place/neighbourhood": {
"name": "Neighborhood",
"terms": "neighbourhood"
},
"place/town": {
"name": "Town",
"terms": ""