diff --git a/data/presets.yaml b/data/presets.yaml index e0abb7851..d8546536e 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -5593,56 +5593,6 @@ en: # power=transformer name: Transformer terms: '' - public_transport/linear_platform: - # public_transport=platform - name: Transit Stop / Platform - # 'terms: platform,public transit,public transportation,transit,transportation' - terms: '' - 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: '' - public_transport/linear_platform_bus: - # 'public_transport=platform, bus=yes' - name: Bus Stop / Platform - # 'terms: bus,platform,public transit,public transportation,transit,transportation' - terms: '' - 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: '' - 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: '' - 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: '' - 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: '' - 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: '' - 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: '' - 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: '' public_transport/platform: # public_transport=platform name: Transit Stop / Platform diff --git a/data/presets/presets.json b/data/presets/presets.json index 4e3dae11d..c205b71a5 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/public_transport/linear_platform.json b/data/presets/presets/public_transport/linear_platform.json deleted file mode 100644 index 98a146056..000000000 --- a/data/presets/presets/public_transport/linear_platform.json +++ /dev/null @@ -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 -} diff --git a/data/presets/presets/public_transport/linear_platform_aerialway.json b/data/presets/presets/public_transport/linear_platform_aerialway.json deleted file mode 100644 index 2d0e1dd55..000000000 --- a/data/presets/presets/public_transport/linear_platform_aerialway.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_bus.json b/data/presets/presets/public_transport/linear_platform_bus.json deleted file mode 100644 index a476c5c0e..000000000 --- a/data/presets/presets/public_transport/linear_platform_bus.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_ferry.json b/data/presets/presets/public_transport/linear_platform_ferry.json deleted file mode 100644 index aa05ef1df..000000000 --- a/data/presets/presets/public_transport/linear_platform_ferry.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_light_rail.json b/data/presets/presets/public_transport/linear_platform_light_rail.json deleted file mode 100644 index d11011924..000000000 --- a/data/presets/presets/public_transport/linear_platform_light_rail.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_monorail.json b/data/presets/presets/public_transport/linear_platform_monorail.json deleted file mode 100644 index f4cb11139..000000000 --- a/data/presets/presets/public_transport/linear_platform_monorail.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_subway.json b/data/presets/presets/public_transport/linear_platform_subway.json deleted file mode 100644 index 21edae954..000000000 --- a/data/presets/presets/public_transport/linear_platform_subway.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_train.json b/data/presets/presets/public_transport/linear_platform_train.json deleted file mode 100644 index ff9f9f89f..000000000 --- a/data/presets/presets/public_transport/linear_platform_train.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_tram.json b/data/presets/presets/public_transport/linear_platform_tram.json deleted file mode 100644 index a9f2100e9..000000000 --- a/data/presets/presets/public_transport/linear_platform_tram.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/linear_platform_trolleybus.json b/data/presets/presets/public_transport/linear_platform_trolleybus.json deleted file mode 100644 index c8dcedce2..000000000 --- a/data/presets/presets/public_transport/linear_platform_trolleybus.json +++ /dev/null @@ -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" -} diff --git a/data/presets/presets/public_transport/platform.json b/data/presets/presets/public_transport/platform.json index d38fee4c8..684105958 100644 --- a/data/presets/presets/public_transport/platform.json +++ b/data/presets/presets/public_transport/platform.json @@ -1,5 +1,5 @@ { - "icon": "maki-bus", + "icon": "temaki-pedestrian", "fields": [ "name", "ref_platform", @@ -16,6 +16,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_aerialway.json b/data/presets/presets/public_transport/platform_aerialway.json index 238b37fc3..582cb59c8 100644 --- a/data/presets/presets/public_transport/platform_aerialway.json +++ b/data/presets/presets/public_transport/platform_aerialway.json @@ -1,5 +1,5 @@ { - "icon": "maki-aerialway", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_bus.json b/data/presets/presets/public_transport/platform_bus.json index aac7be08e..86efe46de 100644 --- a/data/presets/presets/public_transport/platform_bus.json +++ b/data/presets/presets/public_transport/platform_bus.json @@ -1,5 +1,5 @@ { - "icon": "maki-bus", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_ferry.json b/data/presets/presets/public_transport/platform_ferry.json index f9d6632ab..66f432fa9 100644 --- a/data/presets/presets/public_transport/platform_ferry.json +++ b/data/presets/presets/public_transport/platform_ferry.json @@ -1,5 +1,5 @@ { - "icon": "maki-ferry", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_light_rail.json b/data/presets/presets/public_transport/platform_light_rail.json index e5e2cc6dd..6b5714b89 100644 --- a/data/presets/presets/public_transport/platform_light_rail.json +++ b/data/presets/presets/public_transport/platform_light_rail.json @@ -1,5 +1,5 @@ { - "icon": "temaki-light_rail", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_monorail.json b/data/presets/presets/public_transport/platform_monorail.json index 0f95cf5b7..848af6e5b 100644 --- a/data/presets/presets/public_transport/platform_monorail.json +++ b/data/presets/presets/public_transport/platform_monorail.json @@ -1,5 +1,5 @@ { - "icon": "temaki-monorail", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_subway.json b/data/presets/presets/public_transport/platform_subway.json index 3bf9ef059..1606625bf 100644 --- a/data/presets/presets/public_transport/platform_subway.json +++ b/data/presets/presets/public_transport/platform_subway.json @@ -1,5 +1,5 @@ { - "icon": "temaki-subway", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_train.json b/data/presets/presets/public_transport/platform_train.json index dc2c11e36..bede99254 100644 --- a/data/presets/presets/public_transport/platform_train.json +++ b/data/presets/presets/public_transport/platform_train.json @@ -1,5 +1,5 @@ { - "icon": "maki-rail", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_tram.json b/data/presets/presets/public_transport/platform_tram.json index 6a2182430..f1da97f74 100644 --- a/data/presets/presets/public_transport/platform_tram.json +++ b/data/presets/presets/public_transport/platform_tram.json @@ -1,5 +1,5 @@ { - "icon": "temaki-tram", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/presets/presets/public_transport/platform_trolleybus.json b/data/presets/presets/public_transport/platform_trolleybus.json index c6089e485..e2b06c928 100644 --- a/data/presets/presets/public_transport/platform_trolleybus.json +++ b/data/presets/presets/public_transport/platform_trolleybus.json @@ -1,5 +1,5 @@ { - "icon": "temaki-trolleybus", + "icon": "temaki-pedestrian", "fields": [ "{public_transport/platform}" ], @@ -8,6 +8,7 @@ ], "geometry": [ "point", + "line", "area" ], "tags": { diff --git a/data/taginfo.json b/data/taginfo.json index 9579aa1b7..b9dba7b46 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 67237ce69..e11a3b639 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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" diff --git a/modules/svg/mapillary_images.js b/modules/svg/mapillary_images.js index 7b43840b4..96b56a5f6 100644 --- a/modules/svg/mapillary_images.js +++ b/modules/svg/mapillary_images.js @@ -64,11 +64,6 @@ export function svgMapillaryImages(projection, context, dispatch) { function hideLayer() { - var service = getService(); - if (service) { - service.hideViewer(); - } - throttledRedraw.cancel(); layer diff --git a/modules/svg/openstreetcam_images.js b/modules/svg/openstreetcam_images.js index 254897169..a94bc5174 100644 --- a/modules/svg/openstreetcam_images.js +++ b/modules/svg/openstreetcam_images.js @@ -49,11 +49,6 @@ export function svgOpenstreetcamImages(projection, context, dispatch) { function hideLayer() { - var service = getService(); - if (service) { - service.hideViewer(); - } - throttledRedraw.cancel(); layer diff --git a/modules/svg/streetside.js b/modules/svg/streetside.js index 89b9883dc..9d5b43e06 100644 --- a/modules/svg/streetside.js +++ b/modules/svg/streetside.js @@ -61,11 +61,6 @@ export function svgStreetside(projection, context, dispatch) { * hideLayer(). */ function hideLayer() { - var service = getService(); - if (service) { - service.hideViewer(); - } - throttledRedraw.cancel(); layer