source=="osm" requires google key if bbox not specified
Open
- Dominant language
- R
- Stars
- 778
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
code that requires google even for `source=="osm"`
```
if (source == "osm") {
if (location_type != "bbox") {
gm <- get_googlemap(center = location, zoom = zoom,
filename = filename)
location <- as.numeric(attr(gm, "bb"))[c(2, 1, 4,
3)]
}
return(get_openstreetmap(bbox = location, scale = scale,
messaging = messaging, urlonly = urlonly, filename = filename,
color = color))
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.