mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add basic public_transport presets
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Vendored
+8
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user