Add basic public_transport presets

This commit is contained in:
John Firebaugh
2013-11-21 13:42:50 -08:00
parent 6c1dfa07f2
commit bc91c430a8
5 changed files with 78 additions and 0 deletions
+6
View File
@@ -1048,6 +1048,12 @@ en:
power/transformer:
name: Transformer
terms: "<translate with synonyms or related terms for 'Transformer', separated by commas>"
public_transport/platform:
name: Platform
terms: "<translate with synonyms or related terms for 'Platform', separated by commas>"
public_transport/stop_position:
name: Stop Position
terms: "<translate with synonyms or related terms for 'Stop Position', separated by commas>"
railway:
name: Railway
terms: "<translate with synonyms or related terms for 'Railway', separated by commas>"
+32
View File
@@ -4077,6 +4077,38 @@
},
"name": "Transformer"
},
"public_transport/platform": {
"fields": [
"ref",
"operator",
"network",
"shelter"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"public_transport": "platform"
},
"name": "Platform"
},
"public_transport/stop_position": {
"fields": [
"ref",
"operator",
"network"
],
"geometry": [
"vertex"
],
"tags": {
"public_transport": "stop_position"
},
"name": "Stop Position"
},
"railway": {
"fields": [
"railway"
@@ -0,0 +1,18 @@
{
"fields": [
"ref",
"operator",
"network",
"shelter"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"public_transport": "platform"
},
"name": "Platform"
}
@@ -0,0 +1,14 @@
{
"fields": [
"ref",
"operator",
"network"
],
"geometry": [
"vertex"
],
"tags": {
"public_transport": "stop_position"
},
"name": "Stop Position"
}
+8
View File
@@ -1816,6 +1816,14 @@
"name": "Transformer",
"terms": ""
},
"public_transport/platform": {
"name": "Platform",
"terms": ""
},
"public_transport/stop_position": {
"name": "Stop Position",
"terms": ""
},
"railway": {
"name": "Railway",
"terms": ""