walkerke / mapboxapi

R interface to Mapbox web services
https://walker-data.com/mapboxapi/
Other
110 stars 8 forks source link

fix width/height issue for layer_static_mapbox #23

Closed elipousson closed 2 years ago

elipousson commented 2 years ago

Hopefully, the third time is the charm and this fully addresses #17. Here are the changes:

Let me know if you don't want to support the style_url parameter or prefer the "Your Mapbox access token" phrasing and I can reverse those changes. They aren't essential to getting layer_static_mapbox to work although I think the style_url parameter should be a nice convenience.

walkerke commented 2 years ago

I'm good with those changes and I think it's nice to give users flexibility with the style URL. Thanks again!