I'm trying to make an animation of animal movements using the Seabird Tracking Animation Exercise (RPubs - gganimate tutorial) to help my own data. However when I go to plot the map my points do not show up. My basemap extent is set to the correct extent but the basemap that shows up is not correct. Any suggestions as to what might be going wrong?
Map extent it gives me:
xmin ymin xmax ymax
-93.10445 30.96946 -93.00416 31.04072
map_bbox25 <- map_extent25
map_bbox26 <- map_extent26
map_bbox25 <- c (left=-93.2, bottom=30.9, right= -92.9, top=31.1)
map_bbox26 <- c (left=-93.2, bottom=30.9, right= -92.9, top=31.1)
Map extent it displays:
X: -95.8 to -95.0
Y: 29.4 to 30.0