mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-01 16:08:00 +02:00
Merge branch 'master' into validation
This commit is contained in:
@@ -5593,56 +5593,6 @@ en:
|
||||
# power=transformer
|
||||
name: Transformer
|
||||
terms: '<translate with synonyms or related terms for ''Transformer'', separated by commas>'
|
||||
public_transport/linear_platform:
|
||||
# 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/linear_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/linear_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/linear_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/linear_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/linear_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/linear_platform_subway:
|
||||
# 'public_transport=platform, subway=yes'
|
||||
name: Subway Stop / 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>'
|
||||
public_transport/linear_platform_train:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Train Stop / 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>'
|
||||
public_transport/linear_platform_tram:
|
||||
# 'public_transport=platform, tram=yes'
|
||||
name: Tram Stop / 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>'
|
||||
public_transport/linear_platform_trolleybus:
|
||||
# 'public_transport=platform, trolleybus=yes'
|
||||
name: Trolleybus Stop / 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>'
|
||||
public_transport/platform:
|
||||
# public_transport=platform
|
||||
name: Transit Stop / Platform
|
||||
|
||||
+10
-20
@@ -769,26 +769,16 @@
|
||||
"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/linear_platform_aerialway": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["aerialway", "cable car", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Aerialway Stop / Platform"},
|
||||
"public_transport/linear_platform_bus": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "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/linear_platform_ferry": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "ferry": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["boat", "dock", "ferry", "pier", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Ferry Stop / Platform"},
|
||||
"public_transport/linear_platform_light_rail": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "addTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform"}, "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/linear_platform_monorail": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "monorail": "yes"}, "addTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["monorail", "platform", "public transit", "public transportation", "rail", "transit", "transportation"], "name": "Monorail Stop / Platform"},
|
||||
"public_transport/linear_platform_subway": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "subway": "yes"}, "addTags": {"public_transport": "platform", "subway": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "subway": "yes", "railway": "platform"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["metro", "platform", "public transit", "public transportation", "rail", "subway", "track", "transit", "transportation", "underground"], "name": "Subway Stop / Platform"},
|
||||
"public_transport/linear_platform_train": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "train": "yes"}, "addTags": {"public_transport": "platform", "train": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "train": "yes", "railway": "platform"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["platform", "public transit", "public transportation", "rail", "track", "train", "transit", "transportation"], "name": "Train Stop / Platform"},
|
||||
"public_transport/linear_platform_tram": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "tags": {"public_transport": "platform", "tram": "yes"}, "addTags": {"public_transport": "platform", "tram": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "tram": "yes", "railway": "platform"}, "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/linear_platform_trolleybus": {"icon": "iD-highway-footway", "fields": ["{public_transport/linear_platform}"], "moreFields": ["{public_transport/linear_platform}"], "geometry": ["line"], "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/linear_platform": {"icon": "iD-highway-footway", "fields": ["name", "ref_platform", "network", "operator", "surface"], "moreFields": ["lit", "bench", "shelter", "passenger_information_display", "wheelchair"], "geometry": ["line"], "tags": {"public_transport": "platform"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Stop / Platform", "matchScore": 0.2},
|
||||
"public_transport/platform_aerialway": {"icon": "maki-aerialway", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "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": "maki-bus", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "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": "maki-ferry", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "ferry": "yes"}, "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-light_rail", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "addTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform"}, "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-monorail", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "monorail": "yes"}, "addTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform"}, "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-subway", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "subway": "yes"}, "addTags": {"public_transport": "platform", "subway": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "subway": "yes", "railway": "platform"}, "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": "maki-rail", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "train": "yes"}, "addTags": {"public_transport": "platform", "train": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "train": "yes", "railway": "platform"}, "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-tram", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "area"], "tags": {"public_transport": "platform", "tram": "yes"}, "addTags": {"public_transport": "platform", "tram": "yes", "railway": "platform"}, "removeTags": {"public_transport": "platform", "tram": "yes", "railway": "platform"}, "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-trolleybus", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["point", "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": "maki-bus", "fields": ["name", "ref_platform", "network", "operator", "surface"], "moreFields": ["lit", "bench", "shelter", "passenger_information_display", "wheelchair"], "geometry": ["point", "area"], "tags": {"public_transport": "platform"}, "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": ["point", "line", "area"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "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"}, "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"}, "removeTags": {"public_transport": "platform", "light_rail": "yes", "railway": "platform"}, "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"}, "removeTags": {"public_transport": "platform", "monorail": "yes", "railway": "platform"}, "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"}, "removeTags": {"public_transport": "platform", "subway": "yes", "railway": "platform"}, "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"}, "removeTags": {"public_transport": "platform", "train": "yes", "railway": "platform"}, "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"}, "removeTags": {"public_transport": "platform", "tram": "yes", "railway": "platform"}, "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", "surface"], "moreFields": ["lit", "bench", "shelter", "passenger_information_display", "wheelchair"], "geometry": ["point", "line", "area"], "tags": {"public_transport": "platform"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Stop / Platform", "matchScore": 0.2},
|
||||
"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"},
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_platform",
|
||||
"network",
|
||||
"operator",
|
||||
"surface"
|
||||
],
|
||||
"moreFields": [
|
||||
"lit",
|
||||
"bench",
|
||||
"shelter",
|
||||
"passenger_information_display",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Transit Stop / Platform",
|
||||
"matchScore": 0.2
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"aerialway": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"aerialway",
|
||||
"cable car",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Aerialway Stop / Platform"
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"ferry": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"boat",
|
||||
"dock",
|
||||
"ferry",
|
||||
"pier",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Ferry Stop / Platform"
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"light_rail": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"light_rail": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"light_rail": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"monorail": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"monorail": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"monorail": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"monorail",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Monorail Stop / Platform"
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"subway": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"subway": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"subway": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"metro",
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"subway",
|
||||
"track",
|
||||
"transit",
|
||||
"transportation",
|
||||
"underground"
|
||||
],
|
||||
"name": "Subway Stop / Platform"
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"train": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"train": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"train": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"reference": {
|
||||
"key": "railway",
|
||||
"value": "platform"
|
||||
},
|
||||
"terms": [
|
||||
"platform",
|
||||
"public transit",
|
||||
"public transportation",
|
||||
"rail",
|
||||
"track",
|
||||
"train",
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"name": "Train Stop / Platform"
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"public_transport": "platform",
|
||||
"tram": "yes"
|
||||
},
|
||||
"addTags": {
|
||||
"public_transport": "platform",
|
||||
"tram": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"removeTags": {
|
||||
"public_transport": "platform",
|
||||
"tram": "yes",
|
||||
"railway": "platform"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{public_transport/linear_platform}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-bus",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_platform",
|
||||
@@ -16,6 +16,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-aerialway",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-bus",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-ferry",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "temaki-light_rail",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "temaki-monorail",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "temaki-subway",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-rail",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "temaki-tram",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "temaki-trolleybus",
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"{public_transport/platform}"
|
||||
],
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
+10
-10
@@ -752,16 +752,16 @@
|
||||
{"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": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "bus", "value": "yes", "description": "🄿 Bus Stop / Platform, 🄿 Bus Station / Terminal, 🄿 Bus Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "ferry", "value": "yes", "description": "🄿 Ferry Stop / Platform, 🄿 Ferry Station / Terminal, 🄿 Ferry Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "light_rail", "value": "yes", "description": "🄿 Light Rail Stop / Platform, 🄿 Light Rail Station, 🄿 Light Rail Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "monorail", "value": "yes", "description": "🄿 Monorail Stop / Platform, 🄿 Monorail Station, 🄿 Monorail Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "subway", "value": "yes", "description": "🄿 Subway Stop / Platform, 🄿 Subway Station, 🄿 Subway Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "train", "value": "yes", "description": "🄿 Train Stop / Platform, 🄿 Train Station, 🄿 Train Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "tram", "value": "yes", "description": "🄿 Tram Stop / Platform, 🄿 Tram Station, 🄿 Tram Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "trolleybus", "value": "yes", "description": "🄿 Trolleybus Stop / Platform, 🄿 Trolleybus Station / Terminal, 🄿 Trolleybus Stopping Location", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"},
|
||||
{"key": "public_transport", "value": "platform", "description": "🄿 Transit Stop / Platform", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.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": "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"},
|
||||
|
||||
Vendored
-40
@@ -6813,46 +6813,6 @@
|
||||
"name": "Transformer",
|
||||
"terms": ""
|
||||
},
|
||||
"public_transport/linear_platform_aerialway": {
|
||||
"name": "Aerialway Stop / Platform",
|
||||
"terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_bus": {
|
||||
"name": "Bus Stop / Platform",
|
||||
"terms": "bus,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_ferry": {
|
||||
"name": "Ferry Stop / Platform",
|
||||
"terms": "boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_light_rail": {
|
||||
"name": "Light Rail Stop / Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_monorail": {
|
||||
"name": "Monorail Stop / Platform",
|
||||
"terms": "monorail,platform,public transit,public transportation,rail,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_subway": {
|
||||
"name": "Subway Stop / Platform",
|
||||
"terms": "metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"
|
||||
},
|
||||
"public_transport/linear_platform_train": {
|
||||
"name": "Train Stop / Platform",
|
||||
"terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_tram": {
|
||||
"name": "Tram Stop / Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform_trolleybus": {
|
||||
"name": "Trolleybus Stop / Platform",
|
||||
"terms": "bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/linear_platform": {
|
||||
"name": "Transit Stop / Platform",
|
||||
"terms": "platform,public transit,public transportation,transit,transportation"
|
||||
},
|
||||
"public_transport/platform_aerialway": {
|
||||
"name": "Aerialway Stop / Platform",
|
||||
"terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
|
||||
|
||||
@@ -64,11 +64,6 @@ export function svgMapillaryImages(projection, context, dispatch) {
|
||||
|
||||
|
||||
function hideLayer() {
|
||||
var service = getService();
|
||||
if (service) {
|
||||
service.hideViewer();
|
||||
}
|
||||
|
||||
throttledRedraw.cancel();
|
||||
|
||||
layer
|
||||
|
||||
@@ -49,11 +49,6 @@ export function svgOpenstreetcamImages(projection, context, dispatch) {
|
||||
|
||||
|
||||
function hideLayer() {
|
||||
var service = getService();
|
||||
if (service) {
|
||||
service.hideViewer();
|
||||
}
|
||||
|
||||
throttledRedraw.cancel();
|
||||
|
||||
layer
|
||||
|
||||
@@ -61,11 +61,6 @@ export function svgStreetside(projection, context, dispatch) {
|
||||
* hideLayer().
|
||||
*/
|
||||
function hideLayer() {
|
||||
var service = getService();
|
||||
if (service) {
|
||||
service.hideViewer();
|
||||
}
|
||||
|
||||
throttledRedraw.cancel();
|
||||
|
||||
layer
|
||||
|
||||
Reference in New Issue
Block a user