dkahle / dkahle/ggmap

source=="osm" requires google key if bbox not specified

Open
#231 2 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.