get_map not returning satellite map when location specified as extents
- Dominant language
- R
- Stars
- 778
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
I can get get_map to return a satellite map when specifying the maps location by a centroid i.e. location = c(Longitude, Latitude) , however, when I specify the location as a bounding box (i.e. location = c(left, bottom, right,top), it returns a terrain image not a satellite. In both examples I have specified maptype = "satellite". Is someone able to please shed some light on this issue?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported get_map behavior with a centroid and with bounding-box extents while setting maptype to "satellite". Trace how get_map handles the location form and maptype, then confirm that the extents case returns satellite imagery rather than terrain and add coverage if the repository has an established test location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100