Adding name fields for power, public_transport and railway presets

This commit is contained in:
JamesKingdom
2017-08-02 00:49:08 +01:00
parent fc8a9e18d2
commit 0218e5b35e
14 changed files with 30 additions and 0 deletions

View File

@@ -10595,6 +10595,7 @@
"power/plant": {
"icon": "industry",
"fields": [
"name",
"operator",
"address",
"plant/output/electricity",
@@ -10674,6 +10675,7 @@
"public_transport/platform": {
"icon": "bus",
"fields": [
"name",
"ref_platform",
"network",
"operator",
@@ -10693,6 +10695,7 @@
"public_transport/stop_position": {
"icon": "bus",
"fields": [
"name",
"ref_stop_position",
"network",
"operator"
@@ -10714,6 +10717,7 @@
"railway": "abandoned"
},
"fields": [
"name",
"structure",
"service_rail"
],
@@ -10867,6 +10871,7 @@
"railway": "monorail"
},
"fields": [
"name",
"structure",
"electrified",
"service_rail"
@@ -10883,6 +10888,7 @@
"railway": "narrow_gauge"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",
@@ -10897,6 +10903,7 @@
"railway/platform": {
"icon": "highway-footway",
"fields": [
"name",
"ref_platform",
"surface",
"lit",
@@ -10920,6 +10927,7 @@
"railway": "rail"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",
@@ -10947,6 +10955,7 @@
"railway/station": {
"icon": "rail",
"fields": [
"name",
"network",
"operator",
"address",
@@ -10975,6 +10984,9 @@
"point",
"vertex"
],
"fields": [
"name"
],
"tags": {
"railway": "subway_entrance"
},
@@ -10993,6 +11005,7 @@
"railway": "subway"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",
@@ -11041,6 +11054,7 @@
"railway/tram_stop": {
"icon": "rail-light",
"fields": [
"name",
"network",
"operator"
],
@@ -11067,6 +11081,7 @@
"railway": "tram"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",

View File

@@ -1,6 +1,7 @@
{
"icon": "industry",
"fields": [
"name",
"operator",
"address",
"plant/output/electricity",

View File

@@ -1,6 +1,7 @@
{
"icon": "bus",
"fields": [
"name",
"ref_platform",
"network",
"operator",

View File

@@ -1,6 +1,7 @@
{
"icon": "bus",
"fields": [
"name",
"ref_stop_position",
"network",
"operator"

View File

@@ -7,6 +7,7 @@
"railway": "abandoned"
},
"fields": [
"name",
"structure",
"service_rail"
],

View File

@@ -7,6 +7,7 @@
"railway": "monorail"
},
"fields": [
"name",
"structure",
"electrified",
"service_rail"

View File

@@ -7,6 +7,7 @@
"railway": "narrow_gauge"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",

View File

@@ -1,6 +1,7 @@
{
"icon": "highway-footway",
"fields": [
"name",
"ref_platform",
"surface",
"lit",

View File

@@ -7,6 +7,7 @@
"railway": "rail"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",

View File

@@ -1,6 +1,7 @@
{
"icon": "rail",
"fields": [
"name",
"network",
"operator",
"address",

View File

@@ -7,6 +7,7 @@
"railway": "subway"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",

View File

@@ -4,6 +4,9 @@
"point",
"vertex"
],
"fields": [
"name"
],
"tags": {
"railway": "subway_entrance"
},

View File

@@ -7,6 +7,7 @@
"railway": "tram"
},
"fields": [
"name",
"structure",
"gauge",
"electrified",

View File

@@ -1,6 +1,7 @@
{
"icon": "rail-light",
"fields": [
"name",
"network",
"operator"
],