You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a static map with different styles. I would like to turn some poi features off and others on. However, the current approach only accepts a dict and only renders one feature set.
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.
@raj-abodey Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:
I have the same issue - I need to pass multiple styles. It's important enough that it means I can't use this library until this problem is fixed - I'll just have to construct the URL manually in the meantime.
I am trying to create a static map with different styles. I would like to turn some poi features off and others on. However, the current approach only accepts a dict and only renders one feature set.
In here (https://github.com/googlemaps/google-maps-services-python/blob/master/googlemaps/maps.py), style is supposed to accept list of dict. However, convert (https://github.com/googlemaps/google-maps-services-python/blob/master/googlemaps/convert.py#L208) only accepts a dict.
Steps to reproduce
Code example
Stack trace
The text was updated successfully, but these errors were encountered: