mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Separate line and area public_transport=platform presets from the point ones
Deprecate aerialway=station, amenity=bus_station, amenity=ferry_terminal, highway=bus_stop, railway=platform, and railway=station
This commit is contained in:
+3
-13
@@ -244,7 +244,6 @@ path.line.stroke.tag-highway-road {
|
||||
|
||||
path.line.shadow.tag-highway-path,
|
||||
path.line.shadow.tag-highway-footway,
|
||||
path.line.shadow.tag-highway-bus_stop,
|
||||
path.line.shadow.tag-highway-cycleway,
|
||||
path.line.shadow.tag-highway-bridleway,
|
||||
path.line.shadow.tag-highway-corridor,
|
||||
@@ -254,7 +253,6 @@ path.line.shadow.tag-highway-steps {
|
||||
}
|
||||
path.line.casing.tag-highway-path,
|
||||
path.line.casing.tag-highway-footway,
|
||||
path.line.casing.tag-highway-bus_stop,
|
||||
path.line.casing.tag-highway-cycleway,
|
||||
path.line.casing.tag-highway-bridleway,
|
||||
path.line.casing.tag-highway-corridor,
|
||||
@@ -264,7 +262,6 @@ path.line.casing.tag-highway-steps {
|
||||
}
|
||||
path.line.stroke.tag-highway-path,
|
||||
path.line.stroke.tag-highway-footway,
|
||||
path.line.stroke.tag-highway-bus_stop,
|
||||
path.line.stroke.tag-highway-cycleway,
|
||||
path.line.stroke.tag-highway-bridleway,
|
||||
path.line.stroke.tag-highway-corridor,
|
||||
@@ -297,7 +294,6 @@ path.line.stroke.tag-highway-steps {
|
||||
|
||||
.low-zoom path.line.shadow.tag-highway-path,
|
||||
.low-zoom path.line.shadow.tag-highway-footway,
|
||||
.low-zoom path.line.shadow.tag-highway-bus_stop,
|
||||
.low-zoom path.line.shadow.tag-highway-cycleway,
|
||||
.low-zoom path.line.shadow.tag-highway-bridleway,
|
||||
.low-zoom path.line.shadow.tag-highway-corridor,
|
||||
@@ -307,7 +303,6 @@ path.line.stroke.tag-highway-steps {
|
||||
}
|
||||
.low-zoom path.line.casing.tag-highway-path,
|
||||
.low-zoom path.line.casing.tag-highway-footway,
|
||||
.low-zoom path.line.casing.tag-highway-bus_stop,
|
||||
.low-zoom path.line.casing.tag-highway-cycleway,
|
||||
.low-zoom path.line.casing.tag-highway-bridleway,
|
||||
.low-zoom path.line.casing.tag-highway-corridor,
|
||||
@@ -317,7 +312,6 @@ path.line.stroke.tag-highway-steps {
|
||||
}
|
||||
.low-zoom path.line.stroke.tag-highway-path,
|
||||
.low-zoom path.line.stroke.tag-highway-footway,
|
||||
.low-zoom path.line.stroke.tag-highway-bus_stop,
|
||||
.low-zoom path.line.stroke.tag-highway-cycleway,
|
||||
.low-zoom path.line.stroke.tag-highway-bridleway,
|
||||
.low-zoom path.line.stroke.tag-highway-corridor,
|
||||
@@ -435,7 +429,6 @@ path.line.casing.tag-track {
|
||||
/* paths */
|
||||
path.line.stroke.tag-highway-path,
|
||||
path.line.stroke.tag-highway-footway,
|
||||
path.line.stroke.tag-highway-bus_stop,
|
||||
path.line.stroke.tag-highway-cycleway,
|
||||
path.line.stroke.tag-highway-bridleway {
|
||||
stroke-linecap: butt;
|
||||
@@ -443,16 +436,16 @@ path.line.stroke.tag-highway-bridleway {
|
||||
}
|
||||
.low-zoom path.line.stroke.tag-highway-path,
|
||||
.low-zoom path.line.stroke.tag-highway-footway,
|
||||
.low-zoom path.line.stroke.tag-highway-bus_stop,
|
||||
.low-zoom path.line.stroke.tag-highway-cycleway,
|
||||
.low-zoom path.line.stroke.tag-highway-bridleway {
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: 3, 3;
|
||||
}
|
||||
|
||||
/* style for features that should have highway=footway but don't yet */
|
||||
path.line.stroke.tag-crossing,
|
||||
path.line.stroke.tag-highway-bus_stop,
|
||||
path.line.stroke.tag-public_transport-platform,
|
||||
path.line.stroke.tag-highway-platform,
|
||||
path.line.stroke.tag-railway-platform,
|
||||
path.line.stroke.tag-man_made-pier {
|
||||
stroke: #dca;
|
||||
@@ -460,7 +453,6 @@ path.line.stroke.tag-man_made-pier {
|
||||
|
||||
path.line.casing.tag-highway-path,
|
||||
path.line.casing.tag-highway-path.tag-unpaved,
|
||||
path.line.casing.tag-highway-bus_stop,
|
||||
path.line.casing.tag-highway-footway.tag-public_transport-platform,
|
||||
path.line.casing.tag-highway-footway.tag-man_made-pier,
|
||||
path.line.casing.tag-highway-footway.tag-footway-crossing {
|
||||
@@ -483,13 +475,11 @@ path.line.casing.tag-highway-bridleway.tag-unpaved {
|
||||
.preset-icon .icon.tag-highway-path,
|
||||
.preset-icon .icon.tag-highway-footway.tag-public_transport-platform,
|
||||
.preset-icon .icon.tag-highway-footway.tag-man_made-pier,
|
||||
.preset-icon .icon.tag-highway-bus_stop,
|
||||
.preset-icon .icon.tag-footway.tag-footway-crossing {
|
||||
color: #988;
|
||||
fill: #dca;
|
||||
}
|
||||
path.line.stroke.tag-highway-path,
|
||||
path.line.stroke.tag-highway-bus_stop {
|
||||
path.line.stroke.tag-highway-path {
|
||||
stroke: #988;
|
||||
}
|
||||
|
||||
|
||||
+9
-9
@@ -12,36 +12,36 @@
|
||||
|
||||
/* lines */
|
||||
/* narrow widths */
|
||||
path.line.shadow.tag-railway {
|
||||
path.line.shadow.tag-railway:not(.tag-railway-platform) {
|
||||
stroke-width: 16;
|
||||
}
|
||||
path.line.casing.tag-railway {
|
||||
path.line.casing.tag-railway:not(.tag-railway-platform) {
|
||||
stroke-width: 7;
|
||||
}
|
||||
path.line.stroke.tag-railway {
|
||||
path.line.stroke.tag-railway:not(.tag-railway-platform) {
|
||||
stroke-width: 2;
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: 12,12;
|
||||
}
|
||||
.low-zoom path.line.shadow.tag-railway {
|
||||
.low-zoom path.line.shadow.tag-railway:not(.tag-railway-platform) {
|
||||
stroke-width: 12;
|
||||
}
|
||||
.low-zoom path.line.casing.tag-railway {
|
||||
.low-zoom path.line.casing.tag-railway:not(.tag-railway-platform) {
|
||||
stroke-width: 5;
|
||||
}
|
||||
.low-zoom path.line.stroke.tag-railway {
|
||||
.low-zoom path.line.stroke.tag-railway:not(.tag-railway-platform) {
|
||||
stroke-width: 2;
|
||||
stroke-dasharray: 6,6;
|
||||
}
|
||||
.preset-icon-line path.line.stroke.tag-railway:not(.tag-status) {
|
||||
.preset-icon-line path.line.stroke.tag-railway:not(.tag-status, .tag-railway-platform) {
|
||||
stroke-dasharray: 6;
|
||||
}
|
||||
|
||||
/* styles */
|
||||
path.line.casing.tag-railway {
|
||||
path.line.casing.tag-railway:not(.tag-railway-platform) {
|
||||
stroke: #555;
|
||||
}
|
||||
path.line.stroke.tag-railway {
|
||||
path.line.stroke.tag-railway:not(.tag-railway-platform) {
|
||||
stroke: #eee;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
color: #7dd;
|
||||
fill: #7dd;
|
||||
}
|
||||
.preset-icon .icon.iD-category-water,
|
||||
.preset-icon .icon.tag-type-waterway,
|
||||
.preset-icon .icon.tag-waterway {
|
||||
color: #7dd;
|
||||
@@ -96,4 +95,3 @@ path.line.stroke.tag-waterway-river {
|
||||
path.line.stroke.tag-waterway-ditch {
|
||||
stroke: #39a;
|
||||
}
|
||||
|
||||
|
||||
+25
-1
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"dataDeprecated": [
|
||||
{
|
||||
"old": {"aerialway": "station"},
|
||||
"replace": {"aerialway": "yes", "public_transport": "station"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "advertising"},
|
||||
"replace": {"advertising": "*"}
|
||||
@@ -8,6 +12,10 @@
|
||||
"old": {"amenity": "artwork"},
|
||||
"replace": {"tourism": "artwork"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "bus_station"},
|
||||
"replace": {"amenity": "bus_station", "bus": "yes", "public_transport": "station"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "car_repair"},
|
||||
"replace": {"shop": "car_repair"}
|
||||
@@ -24,6 +32,10 @@
|
||||
"old": {"amenity": "ev_charging"},
|
||||
"replace": {"amenity": "charging_station"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "ferry_terminal"},
|
||||
"replace": {"amenity": "ferry_terminal", "ferry": "yes", "public_transport": "station"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "firepit"},
|
||||
"replace": {"leisure": "firepit"}
|
||||
@@ -180,6 +192,10 @@
|
||||
"old": {"highway": "abandoned"},
|
||||
"replace": {"abandoned:highway": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "bus_stop"},
|
||||
"replace": {"bus": "yes", "highway": "bus_stop", "public_transport": "platform"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "ford"},
|
||||
"replace": {"ford": "*"}
|
||||
@@ -189,7 +205,7 @@
|
||||
},
|
||||
{
|
||||
"old": {"highway": "platform"},
|
||||
"replace": {"bus": "yes", "highway": "bus_stop", "public_transport": "platform"}
|
||||
"replace": {"bus": "yes", "public_transport": "platform"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "stile"},
|
||||
@@ -295,6 +311,14 @@
|
||||
"old": {"power_rating": "*"},
|
||||
"replace": {"generator:output": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"railway": "platform"},
|
||||
"replace": {"highway": "footway", "public_transport": "platform", "railway": "platform"}
|
||||
},
|
||||
{
|
||||
"old": {"railway": "station"},
|
||||
"replace": {"public_transport": "station", "railway": "station"}
|
||||
},
|
||||
{
|
||||
"old": {"roof:color": "*"},
|
||||
"replace": {"roof:colour": "$1"}
|
||||
|
||||
+71
-35
@@ -3983,7 +3983,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Bus Guideway'', separated by commas>'
|
||||
highway/bus_stop:
|
||||
# highway=bus_stop
|
||||
name: Bus Stop / Platform
|
||||
name: Bus Stop
|
||||
highway/construction:
|
||||
# 'highway=construction, access=no'
|
||||
name: Road Closed
|
||||
@@ -5687,55 +5687,91 @@ en:
|
||||
name: Transformer
|
||||
terms: '<translate with synonyms or related terms for ''Transformer'', separated by commas>'
|
||||
public_transport/platform:
|
||||
# public_transport=platform
|
||||
name: Transit Platform
|
||||
# 'terms: platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Transit Platform'', separated by commas>'
|
||||
public_transport/platform/aerialway_point:
|
||||
# 'public_transport=platform, aerialway=yes'
|
||||
name: Aerialway Stop / Platform
|
||||
public_transport/platform/bus_point:
|
||||
# 'public_transport=platform, bus=yes'
|
||||
name: Bus Stop
|
||||
# 'terms: bus,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Stop'', separated by commas>'
|
||||
public_transport/platform/ferry_point:
|
||||
# 'public_transport=platform, ferry=yes'
|
||||
name: Ferry Stop / Platform
|
||||
public_transport/platform/light_rail_point:
|
||||
# 'public_transport=platform, light_rail=yes'
|
||||
name: Light Rail Stop / Platform
|
||||
public_transport/platform/monorail_point:
|
||||
# 'public_transport=platform, monorail=yes'
|
||||
name: Monorail Stop / Platform
|
||||
public_transport/platform/subway_point:
|
||||
# 'public_transport=platform, subway=yes'
|
||||
name: Subway Stop / Platform
|
||||
public_transport/platform/train_point:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Train Stop / Platform
|
||||
public_transport/platform/tram_point:
|
||||
# 'public_transport=platform, tram=yes'
|
||||
name: Tram Stop / Platform
|
||||
public_transport/platform/trolleybus_point:
|
||||
# 'public_transport=platform, trolleybus=yes'
|
||||
name: Trolleybus Stop
|
||||
# 'terms: bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Stop'', separated by commas>'
|
||||
public_transport/platform_aerialway:
|
||||
# 'public_transport=platform, aerialway=yes'
|
||||
name: Aerialway Platform
|
||||
# 'terms: aerialway,cable car,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Platform'', separated by commas>'
|
||||
public_transport/platform_bus:
|
||||
# 'public_transport=platform, bus=yes'
|
||||
name: Bus Platform
|
||||
# 'terms: bus,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Platform'', separated by commas>'
|
||||
public_transport/platform_ferry:
|
||||
# 'public_transport=platform, ferry=yes'
|
||||
name: Ferry Platform
|
||||
# 'terms: boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Platform'', separated by commas>'
|
||||
public_transport/platform_light_rail:
|
||||
# 'public_transport=platform, light_rail=yes'
|
||||
name: Light Rail Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Platform'', separated by commas>'
|
||||
public_transport/platform_monorail:
|
||||
# 'public_transport=platform, monorail=yes'
|
||||
name: Monorail Platform
|
||||
# 'terms: monorail,platform,public transit,public transportation,rail,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Platform'', separated by commas>'
|
||||
public_transport/platform_point:
|
||||
# public_transport=platform
|
||||
name: Transit Stop / Platform
|
||||
# 'terms: platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Transit Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_aerialway:
|
||||
# 'public_transport=platform, aerialway=yes'
|
||||
name: Aerialway Stop / Platform
|
||||
# 'terms: aerialway,cable car,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_bus:
|
||||
# 'public_transport=platform, bus=yes'
|
||||
name: Bus Stop / Platform
|
||||
# 'terms: bus,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_ferry:
|
||||
# 'public_transport=platform, ferry=yes'
|
||||
name: Ferry Stop / Platform
|
||||
# 'terms: boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_light_rail:
|
||||
# 'public_transport=platform, light_rail=yes'
|
||||
name: Light Rail Stop / Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_monorail:
|
||||
# 'public_transport=platform, monorail=yes'
|
||||
name: Monorail Stop / Platform
|
||||
# 'terms: monorail,platform,public transit,public transportation,rail,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_subway:
|
||||
# 'public_transport=platform, subway=yes'
|
||||
name: Subway Stop / Platform
|
||||
name: Subway Platform
|
||||
# 'terms: metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Stop / Platform'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Platform'', separated by commas>'
|
||||
public_transport/platform_train:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Train Stop / Platform
|
||||
name: Train Platform
|
||||
# 'terms: platform,public transit,public transportation,rail,track,train,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Train Stop / Platform'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Train Platform'', separated by commas>'
|
||||
public_transport/platform_tram:
|
||||
# 'public_transport=platform, tram=yes'
|
||||
name: Tram Stop / Platform
|
||||
name: Tram Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Stop / Platform'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Platform'', separated by commas>'
|
||||
public_transport/platform_trolleybus:
|
||||
# 'public_transport=platform, trolleybus=yes'
|
||||
name: Trolleybus Stop / Platform
|
||||
name: Trolleybus Platform
|
||||
# 'terms: bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Stop / Platform'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Platform'', separated by commas>'
|
||||
public_transport/station:
|
||||
# public_transport=station
|
||||
name: Transit Station
|
||||
@@ -5910,7 +5946,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Narrow Gauge Rail'', separated by commas>'
|
||||
railway/platform:
|
||||
# railway=platform
|
||||
name: Train Stop / Platform
|
||||
name: Train Platform
|
||||
railway/rail:
|
||||
# railway=rail
|
||||
name: Rail
|
||||
|
||||
+22
-12
@@ -413,7 +413,7 @@
|
||||
"healthcare/psychotherapist": {"icon": "maki-hospital", "geometry": ["point", "area"], "terms": ["anxiety", "counselor", "depression", "mental health", "mind", "suicide", "therapist", "therapy"], "tags": {"healthcare": "psychotherapist"}, "name": "Psychotherapist"},
|
||||
"healthcare/rehabilitation": {"icon": "maki-hospital", "geometry": ["point", "area"], "terms": ["rehab", "therapist", "therapy"], "tags": {"healthcare": "rehabilitation"}, "name": "Rehabilitation Facility"},
|
||||
"healthcare/speech_therapist": {"icon": "maki-hospital", "geometry": ["point", "area"], "terms": ["speech", "therapist", "therapy", "voice"], "tags": {"healthcare": "speech_therapist"}, "name": "Speech Therapist"},
|
||||
"highway/bus_stop": {"icon": "maki-bus", "fields": ["name", "network", "operator", "bench", "shelter"], "geometry": ["point", "vertex"], "tags": {"highway": "bus_stop"}, "name": "Bus Stop / Platform", "searchable": false},
|
||||
"highway/bus_stop": {"icon": "maki-bus", "fields": ["name", "network", "operator", "bench", "shelter"], "geometry": ["point", "vertex"], "tags": {"highway": "bus_stop"}, "name": "Bus Stop", "searchable": false},
|
||||
"highway/bridleway": {"fields": ["name", "surface", "width", "structure", "access", "incline", "horse_scale"], "moreFields": ["wheelchair", "lit", "smoothness", "covered", "dog"], "icon": "maki-horse-riding", "geometry": ["line"], "tags": {"highway": "bridleway"}, "terms": ["bridleway", "equestrian", "horse", "trail"], "name": "Bridle Path"},
|
||||
"highway/bus_guideway": {"icon": "maki-bus", "fields": ["name", "operator", "oneway", "structure", "covered"], "geometry": ["line"], "tags": {"highway": "bus_guideway"}, "addTags": {"highway": "bus_guideway", "access": "no", "bus": "designated"}, "removeTags": {"highway": "bus_guideway", "access": "no", "bus": "designated"}, "terms": [], "name": "Bus Guideway"},
|
||||
"highway/construction": {"icon": "maki-barrier", "fields": ["name", "opening_date", "check_date", "note", "oneway", "structure", "access"], "geometry": ["line"], "tags": {"highway": "construction", "access": "no"}, "terms": ["closed", "closure", "construction"], "name": "Road Closed"},
|
||||
@@ -784,16 +784,26 @@
|
||||
"power/switch": {"icon": "temaki-power", "fields": ["switch", "operator", "location", "cables", "voltage", "ref"], "geometry": ["point", "vertex", "area"], "tags": {"power": "switch"}, "name": "Power Switch"},
|
||||
"power/tower": {"fields": ["design", "ref", "material"], "geometry": ["point", "vertex"], "terms": ["power"], "tags": {"power": "tower"}, "name": "High-Voltage Tower"},
|
||||
"power/transformer": {"icon": "temaki-power", "fields": ["ref", "operator", "transformer", "location", "rating", "devices", "phases"], "moreFields": ["frequency", "voltage/primary", "voltage/secondary", "voltage/tertiary", "windings", "windings/configuration"], "geometry": ["point", "vertex", "area"], "tags": {"power": "transformer"}, "name": "Transformer"},
|
||||
"public_transport/platform_aerialway": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "addTags": {"public_transport": "platform", "aerialway": "yes", "highway": "footway"}, "removeTags": {"public_transport": "platform", "aerialway": "yes", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["aerialway", "cable car", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Aerialway Stop / Platform"},
|
||||
"public_transport/platform_bus": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "bus": "yes"}, "addTags": {"public_transport": "platform", "bus": "yes", "highway": "bus_stop"}, "removeTags": {"public_transport": "platform", "bus": "yes", "highway": "bus_stop"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Bus Stop / Platform"},
|
||||
"public_transport/platform_ferry": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "ferry": "yes"}, "addTags": {"public_transport": "platform", "ferry": "yes", "highway": "footway"}, "removeTags": {"public_transport": "platform", "ferry": "yes", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["boat", "dock", "ferry", "pier", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Ferry Stop / Platform"},
|
||||
"public_transport/platform_light_rail": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "addTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "track", "tram", "trolley", "transit", "transportation"], "name": "Light Rail Stop / Platform"},
|
||||
"public_transport/platform_monorail": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "monorail": "yes"}, "addTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["monorail", "platform", "public transit", "public transportation", "rail", "transit", "transportation"], "name": "Monorail Stop / Platform"},
|
||||
"public_transport/platform_subway": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "subway": "yes"}, "addTags": {"public_transport": "platform", "subway": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "subway": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["metro", "platform", "public transit", "public transportation", "rail", "subway", "track", "transit", "transportation", "underground"], "name": "Subway Stop / Platform"},
|
||||
"public_transport/platform_train": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "train": "yes"}, "addTags": {"public_transport": "platform", "train": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "train": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["platform", "public transit", "public transportation", "rail", "track", "train", "transit", "transportation"], "name": "Train Stop / Platform"},
|
||||
"public_transport/platform_tram": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "tram": "yes"}, "addTags": {"public_transport": "platform", "tram": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "tram": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "streetcar", "track", "tram", "trolley", "transit", "transportation"], "name": "Tram Stop / Platform"},
|
||||
"public_transport/platform_trolleybus": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform", "trolleybus": "yes"}, "addTags": {"public_transport": "platform", "trolleybus": "yes", "highway": "bus_stop"}, "removeTags": {"public_transport": "platform", "trolleybus": "yes", "highway": "bus_stop"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "electric", "platform", "public transit", "public transportation", "streetcar", "trackless", "tram", "trolley", "transit", "transportation"], "name": "Trolleybus Stop / Platform"},
|
||||
"public_transport/platform": {"icon": "temaki-pedestrian", "fields": ["name", "ref_platform", "network", "operator", "departures_board", "surface"], "moreFields": ["lit", "bench", "shelter", "wheelchair"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform"}, "addTags": {"public_transport": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "highway": "footway"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Stop / Platform", "matchScore": 0.2},
|
||||
"public_transport/platform_aerialway": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "addTags": {"public_transport": "platform", "aerialway": "yes", "highway": "footway"}, "removeTags": {"public_transport": "platform", "aerialway": "yes", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["aerialway", "cable car", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Aerialway Platform"},
|
||||
"public_transport/platform_bus": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "bus": "yes"}, "addTags": {"public_transport": "platform", "bus": "yes", "highway": "footway"}, "removeTags": {"public_transport": "platform", "bus": "yes", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Bus Platform"},
|
||||
"public_transport/platform_ferry": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "ferry": "yes"}, "addTags": {"public_transport": "platform", "ferry": "yes", "highway": "footway"}, "removeTags": {"public_transport": "platform", "ferry": "yes", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["boat", "dock", "ferry", "pier", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Ferry Platform"},
|
||||
"public_transport/platform_light_rail": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "addTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "track", "tram", "trolley", "transit", "transportation"], "name": "Light Rail Platform"},
|
||||
"public_transport/platform_monorail": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "monorail": "yes"}, "addTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["monorail", "platform", "public transit", "public transportation", "rail", "transit", "transportation"], "name": "Monorail Platform"},
|
||||
"public_transport/platform_point": {"icon": "maki-rail", "fields": ["name", "network", "operator", "departures_board"], "moreFields": ["lit", "bench", "shelter", "wheelchair"], "geometry": ["point"], "tags": {"public_transport": "platform"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Stop / Platform", "matchScore": 0.2},
|
||||
"public_transport/platform_subway": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "subway": "yes"}, "addTags": {"public_transport": "platform", "subway": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "subway": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["metro", "platform", "public transit", "public transportation", "rail", "subway", "track", "transit", "transportation", "underground"], "name": "Subway Platform"},
|
||||
"public_transport/platform_train": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "train": "yes"}, "addTags": {"public_transport": "platform", "train": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "train": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["platform", "public transit", "public transportation", "rail", "track", "train", "transit", "transportation"], "name": "Train Platform"},
|
||||
"public_transport/platform_tram": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "tram": "yes"}, "addTags": {"public_transport": "platform", "tram": "yes", "railway": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "tram": "yes", "railway": "platform", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "streetcar", "track", "tram", "trolley", "transit", "transportation"], "name": "Tram Platform"},
|
||||
"public_transport/platform_trolleybus": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "trolleybus": "yes"}, "addTags": {"public_transport": "platform", "trolleybus": "yes", "highway": "footway"}, "removeTags": {"public_transport": "platform", "trolleybus": "yes", "highway": "footway"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "electric", "platform", "public transit", "public transportation", "streetcar", "trackless", "tram", "trolley", "transit", "transportation"], "name": "Trolleybus Platform"},
|
||||
"public_transport/platform": {"icon": "temaki-pedestrian", "fields": ["ref_platform", "network", "operator", "departures_board", "surface"], "moreFields": ["lit", "wheelchair"], "geometry": ["line", "area"], "tags": {"public_transport": "platform"}, "addTags": {"public_transport": "platform", "highway": "footway"}, "removeTags": {"public_transport": "platform", "highway": "footway"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Platform", "matchScore": 0.2},
|
||||
"public_transport/platform/aerialway_point": {"icon": "maki-aerialway", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["aerialway", "cable car", "platform", "public transit", "public transportation", "transit", "transportation"], "searchable": false, "name": "Aerialway Stop / Platform"},
|
||||
"public_transport/platform/ferry_point": {"icon": "maki-ferry", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "ferry": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["boat", "dock", "ferry", "pier", "platform", "public transit", "public transportation", "transit", "transportation"], "searchable": false, "name": "Ferry Stop / Platform"},
|
||||
"public_transport/platform/light_rail_point": {"icon": "temaki-light_rail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "track", "tram", "trolley", "transit", "transportation"], "searchable": false, "name": "Light Rail Stop / Platform"},
|
||||
"public_transport/platform/monorail_point": {"icon": "temaki-monorail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "monorail": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["monorail", "platform", "public transit", "public transportation", "rail", "transit", "transportation"], "searchable": false, "name": "Monorail Stop / Platform"},
|
||||
"public_transport/platform/subway_point": {"icon": "temaki-subway", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "subway": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["metro", "platform", "public transit", "public transportation", "rail", "subway", "track", "transit", "transportation", "underground"], "searchable": false, "name": "Subway Stop / Platform"},
|
||||
"public_transport/platform/train_point": {"icon": "maki-rail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "train": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["platform", "public transit", "public transportation", "rail", "track", "train", "transit", "transportation"], "searchable": false, "name": "Train Stop / Platform"},
|
||||
"public_transport/platform/tram_point": {"icon": "temaki-tram", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "tram": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "streetcar", "track", "tram", "trolley", "transit", "transportation"], "searchable": false, "name": "Tram Stop / Platform"},
|
||||
"public_transport/platform/bus_point": {"icon": "maki-bus", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "bus": "yes"}, "addTags": {"public_transport": "platform", "bus": "yes", "highway": "bus_stop"}, "removeTags": {"public_transport": "platform", "bus": "yes", "highway": "bus_stop"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Bus Stop"},
|
||||
"public_transport/platform/trolleybus_point": {"icon": "temaki-trolleybus", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "trolleybus": "yes"}, "addTags": {"public_transport": "platform", "trolleybus": "yes", "highway": "bus_stop"}, "removeTags": {"public_transport": "platform", "trolleybus": "yes", "highway": "bus_stop"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "electric", "platform", "public transit", "public transportation", "streetcar", "trackless", "tram", "trolley", "transit", "transportation"], "name": "Trolleybus Stop"},
|
||||
"public_transport/station_aerialway": {"icon": "maki-aerialway", "fields": ["{public_transport/station}", "aerialway/access", "aerialway/summer/access"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "area"], "tags": {"public_transport": "station", "aerialway": "yes"}, "reference": {"key": "aerialway", "value": "station"}, "terms": ["aerialway", "cable car", "public transit", "public transportation", "station", "terminal", "transit", "transportation"], "name": "Aerialway Station"},
|
||||
"public_transport/station_bus": {"icon": "maki-bus", "fields": ["{public_transport/station}"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "area"], "tags": {"public_transport": "station", "bus": "yes"}, "addTags": {"public_transport": "station", "bus": "yes", "amenity": "bus_station"}, "removeTags": {"public_transport": "station", "bus": "yes", "amenity": "bus_station"}, "reference": {"key": "amenity", "value": "bus_station"}, "terms": ["bus", "public transit", "public transportation", "station", "terminal", "transit", "transportation"], "name": "Bus Station / Terminal"},
|
||||
"public_transport/station_ferry": {"icon": "maki-ferry", "fields": ["{public_transport/station}"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "area"], "tags": {"public_transport": "station", "ferry": "yes"}, "addTags": {"public_transport": "station", "ferry": "yes", "amenity": "ferry_terminal"}, "removeTags": {"public_transport": "station", "ferry": "yes", "amenity": "ferry_terminal"}, "reference": {"key": "amenity", "value": "ferry_terminal"}, "terms": ["boat", "dock", "ferry", "pier", "public transit", "public transportation", "station", "terminal", "transit", "transportation"], "name": "Ferry Station / Terminal"},
|
||||
@@ -817,7 +827,7 @@
|
||||
"public_transport/stop_position_trolleybus": {"icon": "temaki-trolleybus", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position", "trolleybus": "yes"}, "reference": {"key": "public_transport", "value": "stop_position"}, "terms": ["bus", "electric", "public transit", "public transportation", "streetcar", "trackless", "tram", "trolley", "transit", "transportation"], "name": "Trolleybus Stopping Location"},
|
||||
"public_transport/stop_position": {"icon": "maki-bus", "fields": ["name", "ref_stop_position", "network", "operator"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position"}, "terms": ["public transit", "public transportation", "transit", "transportation"], "name": "Transit Stopping Location", "matchScore": 0.2},
|
||||
"railway/halt": {"icon": "maki-rail", "geometry": ["point", "vertex"], "tags": {"railway": "halt"}, "terms": ["break", "interrupt", "rest", "wait", "interruption"], "name": "Train Station (Halt / Request)", "searchable": false},
|
||||
"railway/platform": {"icon": "temaki-pedestrian", "fields": ["name", "ref_platform", "surface", "lit", "shelter"], "geometry": ["line", "area"], "tags": {"railway": "platform"}, "name": "Train Stop / Platform", "searchable": false},
|
||||
"railway/platform": {"icon": "temaki-pedestrian", "fields": ["name", "ref_platform", "surface", "lit", "shelter"], "geometry": ["line", "area"], "tags": {"railway": "platform"}, "name": "Train Platform", "searchable": false},
|
||||
"railway/station": {"icon": "maki-rail", "fields": ["name", "network", "operator", "address", "building_area", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "vertex", "area"], "tags": {"railway": "station"}, "terms": ["train station", "station"], "name": "Train Station", "searchable": false},
|
||||
"railway/tram_stop": {"icon": "temaki-tram", "fields": ["name", "network", "operator"], "geometry": ["vertex"], "tags": {"railway": "tram_stop"}, "terms": ["light rail", "streetcar", "tram", "trolley"], "name": "Tram Stopping Position", "searchable": false},
|
||||
"railway/abandoned": {"icon": "iD-railway-abandoned", "fields": ["name", "structure", "service_rail", "usage_rail"], "moreFields": ["covered"], "geometry": ["line"], "tags": {"railway": "abandoned"}, "terms": [], "name": "Abandoned Railway"},
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
"tags": {
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"name": "Bus Stop / Platform",
|
||||
"name": "Bus Stop",
|
||||
"searchable": false
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_platform",
|
||||
"network",
|
||||
"operator",
|
||||
@@ -10,12 +9,9 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"lit",
|
||||
"bench",
|
||||
"shelter",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -37,6 +33,6 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Transit Stop / Platform",
|
||||
"name": "Transit Platform",
|
||||
"matchScore": 0.2
|
||||
}
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "maki-aerialway",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"aerialway": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"aerialway",
|
||||
"cable car",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Aerialway Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "maki-ferry",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"ferry": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"boat",
|
||||
"dock",
|
||||
"ferry",
|
||||
"pier",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Ferry Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"icon": "temaki-light_rail",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"light_rail": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"electric",
|
||||
"light rail",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"track",
|
||||
"tram",
|
||||
"trolley",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Light Rail Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "temaki-monorail",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"monorail": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"monorail",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Monorail Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "temaki-subway",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"subway": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"metro",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"subway",
|
||||
"track",
|
||||
"transit",
|
||||
"transportation",
|
||||
"underground"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Subway Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"icon": "maki-rail",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"train": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"track",
|
||||
"train",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Train Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"icon": "temaki-tram",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"tram": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"electric",
|
||||
"light rail",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"streetcar",
|
||||
"track",
|
||||
"tram",
|
||||
"trolley",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Tram Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"icon": "maki-bus",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"bus": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"bus": "yes",
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"bus": "yes",
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"bus",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Bus Stop"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"icon": "temaki-trolleybus",
|
||||
"fields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/platform_point}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"trolleybus": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"trolleybus": "yes",
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"trolleybus": "yes",
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"bus",
|
||||
"electric",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"streetcar",
|
||||
"trackless",
|
||||
"tram",
|
||||
"trolley",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Trolleybus Stop"
|
||||
}
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -38,5 +37,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Aerialway Stop / Platform"
|
||||
"name": "Aerialway Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -18,12 +17,12 @@
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"bus": "yes",
|
||||
"highway": "bus_stop"
|
||||
"highway": "footway"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"bus": "yes",
|
||||
"highway": "bus_stop"
|
||||
"highway": "footway"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
@@ -37,5 +36,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Bus Stop / Platform"
|
||||
"name": "Bus Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -40,5 +39,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Ferry Stop / Platform"
|
||||
"name": "Ferry Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -44,5 +43,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Light Rail Stop / Platform"
|
||||
"name": "Light Rail Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -40,5 +39,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Monorail Stop / Platform"
|
||||
"name": "Monorail Platform"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"icon": "maki-rail",
|
||||
"fields": [
|
||||
"name",
|
||||
"network",
|
||||
"operator",
|
||||
"departures_board"
|
||||
],
|
||||
"moreFields": [
|
||||
"lit",
|
||||
"bench",
|
||||
"shelter",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Transit Stop / Platform",
|
||||
"matchScore": 0.2
|
||||
}
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -43,5 +42,5 @@
|
||||
"transportation",
|
||||
"underground"
|
||||
],
|
||||
"name": "Subway Stop / Platform"
|
||||
"name": "Subway Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -41,5 +40,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Train Stop / Platform"
|
||||
"name": "Train Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -45,5 +44,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Tram Stop / Platform"
|
||||
"name": "Tram Platform"
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
@@ -18,12 +17,12 @@
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"trolleybus": "yes",
|
||||
"highway": "bus_stop"
|
||||
"highway": "footway"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"trolleybus": "yes",
|
||||
"highway": "bus_stop"
|
||||
"highway": "footway"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
@@ -42,5 +41,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Trolleybus Stop / Platform"
|
||||
"name": "Trolleybus Platform"
|
||||
}
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
"tags": {
|
||||
"railway": "platform"
|
||||
},
|
||||
"name": "Train Stop / Platform",
|
||||
"name": "Train Platform",
|
||||
"searchable": false
|
||||
}
|
||||
|
||||
+12
-12
@@ -404,7 +404,7 @@
|
||||
{"key": "healthcare", "value": "psychotherapist", "description": "🄿 Psychotherapist", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/hospital-15.svg?sanitize=true"},
|
||||
{"key": "healthcare", "value": "rehabilitation", "description": "🄿 Rehabilitation Facility", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/hospital-15.svg?sanitize=true"},
|
||||
{"key": "healthcare", "value": "speech_therapist", "description": "🄿 Speech Therapist", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/hospital-15.svg?sanitize=true"},
|
||||
{"key": "highway", "value": "bus_stop", "description": "🄿 Bus Stop / Platform (unsearchable)", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bus-15.svg?sanitize=true"},
|
||||
{"key": "highway", "value": "bus_stop", "description": "🄿 Bus Stop (unsearchable)", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bus-15.svg?sanitize=true"},
|
||||
{"key": "highway", "value": "bridleway", "description": "🄿 Bridle Path", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/horse-riding-15.svg?sanitize=true"},
|
||||
{"key": "highway", "value": "bus_guideway", "description": "🄿 Bus Guideway", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bus-15.svg?sanitize=true"},
|
||||
{"key": "access", "value": "no", "description": "🄿 Road Closed, 🄵 Allowed Access", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/barrier-15.svg?sanitize=true"},
|
||||
@@ -760,21 +760,21 @@
|
||||
{"key": "power", "value": "switch", "description": "🄿 Power Switch", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/power.svg?sanitize=true"},
|
||||
{"key": "power", "value": "tower", "description": "🄿 High-Voltage Tower", "object_types": ["node"]},
|
||||
{"key": "power", "value": "transformer", "description": "🄿 Transformer", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/power.svg?sanitize=true"},
|
||||
{"key": "aerialway", "value": "yes", "description": "🄿 Aerialway Stop / Platform, 🄿 Aerialway Station, 🄿 Aerialway Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "bus", "value": "yes", "description": "🄿 Bus Stop / Platform, 🄿 Bus Station / Terminal, 🄿 Bus Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "ferry", "value": "yes", "description": "🄿 Ferry Stop / Platform, 🄿 Ferry Station / Terminal, 🄿 Ferry Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "light_rail", "value": "yes", "description": "🄿 Light Rail Stop / Platform, 🄿 Light Rail Station, 🄿 Light Rail Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "monorail", "value": "yes", "description": "🄿 Monorail Stop / Platform, 🄿 Monorail Station, 🄿 Monorail Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "subway", "value": "yes", "description": "🄿 Subway Stop / Platform, 🄿 Subway Station, 🄿 Subway Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "train", "value": "yes", "description": "🄿 Train Stop / Platform, 🄿 Train Station, 🄿 Train Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "tram", "value": "yes", "description": "🄿 Tram Stop / Platform, 🄿 Tram Station, 🄿 Tram Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "trolleybus", "value": "yes", "description": "🄿 Trolleybus Stop / Platform, 🄿 Trolleybus Station / Terminal, 🄿 Trolleybus Stopping Location", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "public_transport", "value": "platform", "description": "🄿 Transit Stop / Platform", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "aerialway", "value": "yes", "description": "🄿 Aerialway Platform, 🄿 Aerialway Stop / Platform (unsearchable), 🄿 Aerialway Station, 🄿 Aerialway Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "bus", "value": "yes", "description": "🄿 Bus Platform, 🄿 Bus Stop, 🄿 Bus Station / Terminal, 🄿 Bus Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "ferry", "value": "yes", "description": "🄿 Ferry Platform, 🄿 Ferry Stop / Platform (unsearchable), 🄿 Ferry Station / Terminal, 🄿 Ferry Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "light_rail", "value": "yes", "description": "🄿 Light Rail Platform, 🄿 Light Rail Stop / Platform (unsearchable), 🄿 Light Rail Station, 🄿 Light Rail Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "monorail", "value": "yes", "description": "🄿 Monorail Platform, 🄿 Monorail Stop / Platform (unsearchable), 🄿 Monorail Station, 🄿 Monorail Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "public_transport", "value": "platform", "description": "🄿 Transit Stop / Platform, 🄿 Transit Platform", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/rail-15.svg?sanitize=true"},
|
||||
{"key": "subway", "value": "yes", "description": "🄿 Subway Platform, 🄿 Subway Stop / Platform (unsearchable), 🄿 Subway Station, 🄿 Subway Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "train", "value": "yes", "description": "🄿 Train Platform, 🄿 Train Stop / Platform (unsearchable), 🄿 Train Station, 🄿 Train Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "tram", "value": "yes", "description": "🄿 Tram Platform, 🄿 Tram Stop / Platform (unsearchable), 🄿 Tram Station, 🄿 Tram Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "trolleybus", "value": "yes", "description": "🄿 Trolleybus Platform, 🄿 Trolleybus Stop, 🄿 Trolleybus Station / Terminal, 🄿 Trolleybus Stopping Location", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "railway", "value": "halt", "description": "🄿 Train Station (Halt / Request), 🄿 Train Station (Halt / Request) (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/rail-15.svg?sanitize=true"},
|
||||
{"key": "public_transport", "value": "station", "description": "🄿 Transit Station", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/rail-15.svg?sanitize=true"},
|
||||
{"key": "public_transport", "value": "stop_area", "description": "🄿 Transit Stop Area", "object_types": ["relation"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/relation.svg?sanitize=true"},
|
||||
{"key": "public_transport", "value": "stop_position", "description": "🄿 Transit Stopping Location", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bus-15.svg?sanitize=true"},
|
||||
{"key": "railway", "value": "platform", "description": "🄿 Train Stop / Platform (unsearchable)", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "railway", "value": "platform", "description": "🄿 Train Platform (unsearchable)", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "railway", "value": "station", "description": "🄿 Train Station (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/rail-15.svg?sanitize=true"},
|
||||
{"key": "railway", "value": "tram_stop", "description": "🄿 Tram Stopping Position (unsearchable)", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/tram.svg?sanitize=true"},
|
||||
{"key": "railway", "value": "abandoned", "description": "🄿 Abandoned Railway", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/railway-abandoned.svg?sanitize=true"},
|
||||
|
||||
Vendored
+52
-12
@@ -5557,7 +5557,7 @@
|
||||
"terms": "speech,therapist,therapy,voice"
|
||||
},
|
||||
"highway/bus_stop": {
|
||||
"name": "Bus Stop / Platform",
|
||||
"name": "Bus Stop",
|
||||
"terms": ""
|
||||
},
|
||||
"highway/bridleway": {
|
||||
@@ -7041,45 +7041,85 @@
|
||||
"terms": ""
|
||||
},
|
||||
"public_transport/platform_aerialway": {
|
||||
"name": "Aerialway Stop / Platform",
|
||||
"name": "Aerialway Platform",
|
||||
"terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_bus": {
|
||||
"name": "Bus Stop / Platform",
|
||||
"name": "Bus Platform",
|
||||
"terms": "bus,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_ferry": {
|
||||
"name": "Ferry Stop / Platform",
|
||||
"name": "Ferry Platform",
|
||||
"terms": "boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_light_rail": {
|
||||
"name": "Light Rail Stop / Platform",
|
||||
"name": "Light Rail Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_monorail": {
|
||||
"name": "Monorail Stop / Platform",
|
||||
"name": "Monorail Platform",
|
||||
"terms": "monorail,platform,public transit,public transportation,rail,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_point": {
|
||||
"name": "Transit Stop / Platform",
|
||||
"terms": "platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_subway": {
|
||||
"name": "Subway Stop / Platform",
|
||||
"name": "Subway Platform",
|
||||
"terms": "metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"
|
||||
},
|
||||
"public_transport/platform_train": {
|
||||
"name": "Train Stop / Platform",
|
||||
"name": "Train Platform",
|
||||
"terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_tram": {
|
||||
"name": "Tram Stop / Platform",
|
||||
"name": "Tram Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_trolleybus": {
|
||||
"name": "Trolleybus Stop / Platform",
|
||||
"name": "Trolleybus Platform",
|
||||
"terms": "bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform": {
|
||||
"name": "Transit Stop / Platform",
|
||||
"name": "Transit Platform",
|
||||
"terms": "platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/aerialway_point": {
|
||||
"name": "Aerialway Stop / Platform",
|
||||
"terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/ferry_point": {
|
||||
"name": "Ferry Stop / Platform",
|
||||
"terms": "boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/light_rail_point": {
|
||||
"name": "Light Rail Stop / Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/monorail_point": {
|
||||
"name": "Monorail Stop / Platform",
|
||||
"terms": "monorail,platform,public transit,public transportation,rail,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/subway_point": {
|
||||
"name": "Subway Stop / Platform",
|
||||
"terms": "metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"
|
||||
},
|
||||
"public_transport/platform/train_point": {
|
||||
"name": "Train Stop / Platform",
|
||||
"terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/tram_point": {
|
||||
"name": "Tram Stop / Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/bus_point": {
|
||||
"name": "Bus Stop",
|
||||
"terms": "bus,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/trolleybus_point": {
|
||||
"name": "Trolleybus Stop",
|
||||
"terms": "bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/station_aerialway": {
|
||||
"name": "Aerialway Station",
|
||||
"terms": "aerialway,cable car,public transit,public transportation,station,terminal,transit,transportation"
|
||||
@@ -7173,7 +7213,7 @@
|
||||
"terms": "break,interrupt,rest,wait,interruption"
|
||||
},
|
||||
"railway/platform": {
|
||||
"name": "Train Stop / Platform",
|
||||
"name": "Train Platform",
|
||||
"terms": ""
|
||||
},
|
||||
"railway/station": {
|
||||
|
||||
Reference in New Issue
Block a user