movestore / leaflet_mapper

0 stars 3 forks source link

Lines don't appear #1

Closed sarahcd closed 3 years ago

sarahcd commented 4 years ago

Points appear but no lines. Here is the workflow: Data source: study “HawkWatch International Golden Eagles” thindata-bytime: 1 Day Simple leaflet map: 50000 grid size image

ricschuster commented 4 years ago

Thanks for raising that issue. I will look into it.

andreakoelzsch commented 3 years ago

Richard, I have solved this issue for the morning report. it is somewhat move-package specific: Change the according two lines to: addPolylines(data = coordinates(dataObj()), color ="cyan", group = "lines") %>% addCircles(data = dataObj(), fillOpacity = 0.3, opacity = 0.5, color="blue", group = "points") %>%