I\'m using the ggmap\'s geocode to find the latitude and longitude of different cities. It worked completely fine yesterday but I get an OVER QUERY LIMIT after only one requ
Tried to register for api_key, looks like a paid service.
source = “dsk” seems to be the only workaround:
geocode("Paris", source = "dsk")
See if it works for you.