Timothée Giraud

Results 34 comments of Timothée Giraud

You could use the native tile projection (https://github.com/riatelab/maptiles?tab=readme-ov-file#projection), or increase the zoom level, or export a map with dimensions that fit the ones of your tiles.

Thank you for your suggestion. We thought about this for the `valh` package and decided in favor of an explanatory vignette. https://cran.r-project.org/web/packages/valh/vignettes/install-valhalla.html Installing the OSRM server isn't always that easy...

Merci pour le rapport de bug, le problème vient de maplegend (pour les type "typo" , "symb" et "prop_line").

The bug is fixed in the dev version of `maplegend`. You can test it with: ```r remotes::install_github("riatelab/maplegend", ref = "dev") # or install.packages('maplegend', repos = 'https://riatelab.r-universe.dev') ``` I'll close this...