You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on lfx-pulse-icon-prod.js it should be added an argument fillColor to function makePulseIcon(). It may have default value fillColor = color. All central markers are red without this argument.
Intro:
require(leaflet.extras)
ID <- sample(LETTERS,5)
lon <- runif(length(ID),min=-119,max=-118)
lat <- runif(length(ID),min=33.7,max=34.7)
d <- sf::st_as_sf(data.frame(lon,lat,ID),coords=c("lon","lat"),crs=4326)
pal.tr <- colorFactor("Dark2",domain=ID)
Based on
lfx-pulse-icon-prod.js
it should be added an argumentfillColor
to functionmakePulseIcon()
. It may have default valuefillColor = color
. All central markers are red without this argument.Intro:
Current behavior:
Desired behavior:
The text was updated successfully, but these errors were encountered: