Add junction=yes preset

Fixes #2484
This commit is contained in:
John Firebaugh
2014-12-21 15:29:22 -08:00
parent 29c2a85488
commit 3348ef8c72
5 changed files with 31 additions and 0 deletions
+3
View File
@@ -1339,6 +1339,9 @@ en:
historic/wayside_shrine:
name: Wayside Shrine
terms: "<translate with synonyms or related terms for 'Wayside Shrine', separated by commas>"
junction:
name: Junction
terms: "<translate with synonyms or related terms for 'Junction', separated by commas>"
landuse:
name: Landuse
terms: "<translate with synonyms or related terms for 'Landuse', separated by commas>"
+10
View File
@@ -4534,6 +4534,16 @@
},
"name": "Wayside Shrine"
},
"junction": {
"geometry": [
"vertex",
"area"
],
"tags": {
"junction": "yes"
},
"name": "Junction"
},
"landuse": {
"fields": [
"landuse"
+10
View File
@@ -0,0 +1,10 @@
{
"geometry": [
"vertex",
"area"
],
"tags": {
"junction": "yes"
},
"name": "Junction"
}
+4
View File
@@ -1042,6 +1042,10 @@
"key": "historic",
"value": "wayside_shrine"
},
{
"key": "junction",
"value": "yes"
},
{
"key": "landuse"
},
+4
View File
@@ -2307,6 +2307,10 @@
"name": "Wayside Shrine",
"terms": ""
},
"junction": {
"name": "Junction",
"terms": ""
},
"landuse": {
"name": "Landuse",
"terms": ""