rCarto / photon

:dart: R Interface to the Photon API / Interface entre R et l'API de photon
http://rgeomatic.hypotheses.org/?p=622
45 stars 8 forks source link

Error in file(con, "r") : cannot open the connection #7

Closed jy03189211 closed 7 years ago

jy03189211 commented 7 years ago

Hi, the geocode function gives me error:

address <- c("somewhere 9, some country") place <- geocode(address, limit = 1, key = "place", server = "http://nominatim.openstreetmap.org/")

Error in file(con, "r") : cannot open the connection

Any idea?

OK seems, I confused the idea of nominatim and photon.