Open noamanemobidata opened 3 years ago
id
parameter did the job for me
I reopen because id
can't be used to remove the marker using the function clear_markers
we need layer_id
is it possible to fill in the "layer_id" parameter of the function add_markers directly from a dataframe, just like "lat" and "lng"?
The layer_id
can only be a single string, so I don't see how it can be filled in directly from a dataframe?
Hello!
is it possible to fill in the "layer_id" parameter of the function
add_markers
directly from a dataframe, just like "lat" and "lng" ?I know that we can do it with a for loop, but I try to use it in a shiny app and avoid for loops.