r-tmap/tmaptools

read_osm fails even with NLD_muni data from help example

Closed this issue · 2 comments

I am getting the same issue per this question on SO:

https://stackoverflow.com/questions/57408279/parameter-error-in-tmaptools-package-read-osm-when-using-example-data

> data("NLD_muni")
> osm_NLD <- read_osm(NLD_muni, ext=1.1)
Error in FUN(X[[i]], ...) : 
  Sorry, parameter type `NA' is ambiguous or not supported.
> 

Is there something I am missing or is this a known problem? Would like to be able to put basemaps in static plots. I understand I can do this in in view mode, but want it in static mode too!

Great package - enjoy teaching with it.

That is the same error message as in #17, which should be fixed now. Please check the latest (development) version.

Reopen if necessary.

apologies... did not check issue history closely enough - seems to be fixed in 2.0.2