trips_layer | R Documentation |
Trips Layer
add_trips_layer(
rdeck,
...,
id = uuid::UUIDgenerate(),
name = "TripsLayer",
group_name = NULL,
data = NULL,
visible = TRUE,
pickable = FALSE,
opacity = 1,
wrap_longitude = FALSE,
position_format = "XY",
color_format = "RGBA",
auto_highlight = FALSE,
highlight_color = "#00008080",
width_units = "meters",
width_scale = 1,
width_min_pixels = 0,
width_max_pixels = 9007199254740991,
joint_rounded = FALSE,
cap_rounded = FALSE,
miter_limit = 4,
billboard = FALSE,
get_path = path,
get_color = "#000000ff",
get_width = 1,
fade_trail = TRUE,
trail_length = 120,
get_timestamps = timestamps,
blending_mode = "normal",
visibility_toggle = TRUE,
tooltip = NULL,
loop_length = 1800,
animation_speed = 30
)
update_trips_layer(
rdeck,
...,
id,
name = cur_value(),
group_name = cur_value(),
data = cur_value(),
visible = cur_value(),
pickable = cur_value(),
opacity = cur_value(),
wrap_longitude = cur_value(),
position_format = cur_value(),
color_format = cur_value(),
auto_highlight = cur_value(),
highlight_color = cur_value(),
width_units = cur_value(),
width_scale = cur_value(),
width_min_pixels = cur_value(),
width_max_pixels = cur_value(),
joint_rounded = cur_value(),
cap_rounded = cur_value(),
miter_limit = cur_value(),
billboard = cur_value(),
get_path = cur_value(),
get_color = cur_value(),
get_width = cur_value(),
fade_trail = cur_value(),
trail_length = cur_value(),
get_timestamps = cur_value(),
blending_mode = cur_value(),
visibility_toggle = cur_value(),
tooltip = cur_value(),
loop_length = cur_value(),
animation_speed = cur_value()
)
rdeck |
< |
... |
Additional parameters that will be forwarded to deck.gl javascript without
validation nor processing. All dots must be named and will be |
id |
< |
name |
< |
group_name |
< |
data |
< |
visible |
< |
pickable |
< |
opacity |
< |
wrap_longitude |
< |
position_format |
< |
color_format |
< |
auto_highlight |
< |
highlight_color |
< |
width_units |
< |
width_scale |
< |
width_min_pixels |
< |
width_max_pixels |
< |
joint_rounded |
< |
cap_rounded |
< |
miter_limit |
< |
billboard |
< |
get_path |
< |
get_color |
< |
get_width |
< |
fade_trail |
< |
trail_length |
< |
get_timestamps |
< Accepts a tidy-eval list column of numbers. |
blending_mode |
<
|
visibility_toggle |
< |
tooltip |
< |
loop_length |
< |
animation_speed |
< |
https://github.com/visgl/deck.gl/blob/8.7-release/docs/api-reference/geo-layers/trips-layer.md
Other geo-layers:
great_circle_layer
,
h3_cluster_layer
,
h3_hexagon_layer
,
mvt_layer
,
quadkey_layer
,
s2_layer
,
terrain_layer
,
tile_3d_layer
,
tile_layer
Other layers:
arc_layer
,
bitmap_layer
,
column_layer
,
contour_layer
,
cpu_grid_layer
,
geojson_layer
,
gpu_grid_layer
,
great_circle_layer
,
grid_cell_layer
,
grid_layer
,
h3_cluster_layer
,
h3_hexagon_layer
,
heatmap_layer
,
hexagon_layer
,
icon_layer
,
line_layer
,
mvt_layer
,
path_layer
,
point_cloud_layer
,
polygon_layer
,
quadkey_layer
,
s2_layer
,
scatterplot_layer
,
scenegraph_layer
,
screen_grid_layer
,
simple_mesh_layer
,
solid_polygon_layer
,
terrain_layer
,
text_layer
,
tile_3d_layer
,
tile_layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.