Merge pull request #2180 from bhousel/bhousel-presets

Presets
This commit is contained in:
John Firebaugh
2014-04-01 22:39:16 -07:00
5 changed files with 37 additions and 2 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 -1
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": [
@@ -8116,7 +8131,6 @@
"waterway/stream": {
"icon": "waterway-stream",
"fields": [
"layer",
"tunnel"
],
"geometry": [
+15
View File
@@ -0,0 +1,15 @@
{
"icon": "triangle-stroked",
"geometry": [
"point",
"area"
],
"tags": {
"place": "suburb"
},
"terms": [
"Boro",
"Quarter"
],
"name": "Borough"
}
@@ -1,7 +1,6 @@
{
"icon": "waterway-stream",
"fields": [
"layer",
"tunnel"
],
"geometry": [
+4
View File
@@ -2318,6 +2318,10 @@
"name": "Neighborhood",
"terms": "neighbourhood"
},
"place/suburb": {
"name": "Borough",
"terms": "Boro,Quarter"
},
"place/town": {
"name": "Town",
"terms": ""