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
# does not work
tm_shape(null_island) +
tm_symbols()
#> Error in wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, : Loop 0 is not valid: Edge 0 is degenerate (duplicate vertex)# does not work (more complex example)
tm_shape(null_island) +
tm_graticules(labels.col="gray40") +
tm_text("name", size=5, fontface="italic") +
tm_layout(bg.color="lightblue") +
tm_title("You are here:", color="gray40")
#> Error in wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, : Loop 0 is not valid: Edge 0 is degenerate (duplicate vertex)
The text was updated successfully, but these errors were encountered:
Relates to geocompx/geocompr#1148.
The text was updated successfully, but these errors were encountered: