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
Please include a brief description of the problem with a code example:
When trying to generate the map with plot_map, the map does not appear for the department of Nariño, for the other departments of Colombia there is no problem.
Error in calc_limits_bbox():
! Scale limits cannot be mapped onto spatial coordinates in coord_sf().
ℹ Consider setting lims_method = "geometry_bbox" or default_crs = NULL.
Run rlang::last_trace() to see where the error occurred.
# insert reprex here
The text was updated successfully, but these errors were encountered:
Thank you very much for reporting this issue; we really appreciate the feedback. Could you please tell me which disease or event you used to execute the code?
Sorry for the late reply, and thanks for your patience!
After extensive testing to reproduce this issue, we have fixed it in the latest version of sivirep. Please run the following commands to install the updated version:
Please place an "x" in all the boxes that apply
Please include a brief description of the problem with a code example:
When trying to generate the map with plot_map, the map does not appear for the department of Nariño, for the other departments of Colombia there is no problem.
data_filtrada_dpto <- geo_filtro(data_event = data_estandar,
dpto = "NARIÑO")
data_espacial_dpto <- agrupar_mpio(data_event = data_filtrada_dpto)
plot_map(data_agrupada = data_espacial_dpto,
col_codigos = "cod_mun_o",
col_distribucion = "casos")
Error in
calc_limits_bbox()
:! Scale limits cannot be mapped onto spatial coordinates in
coord_sf()
.ℹ Consider setting
lims_method = "geometry_bbox"
ordefault_crs = NULL
.Run
rlang::last_trace()
to see where the error occurred.# insert reprex here
The text was updated successfully, but these errors were encountered: