I have a very odd problem that I cannot get a grip on. tmap correctly displays some linestrings, while mapview does not. I am sharing the dataframe here as object t https://www.dropbox.com/scl/fi/ye672mfbcaja7mx1dioeo/shape.Rds?rlkey=ykf3ftutyxgn17s98bjauhsk1&dl=0
mapview:
What is really weird is that I can plot the lines if I filter them explicity. See how the blue line well below Bordeaux now is plotted.
t %>% filter(id == "40014") %>% mapview::mapview()
thanks for any help with this!