flask-extensions / Flask-GoogleMaps

Easy way to add GoogleMaps to Flask applications. maintainer: @getcake
https://flask-googlemaps.com
MIT License
644 stars 195 forks source link

Is there a way to integrate themes into Flask GoogleMaps? #51

Open aswinckr opened 7 years ago

aswinckr commented 7 years ago

I would like to use themes from https://mapstyle.withgoogle.com/ . Is there a way to get this integrated into this plugin?

rochacbruno commented 7 years ago

interesting, never heard about themes, looks like it is just a json + style args in the url. looks easy to implement. (but not supported yet).

screenshot_2017-05-28_10-49-50

aswinckr commented 7 years ago

Yep looks fairly simple :) would be great to have the feature in there. 😀

step21 commented 6 years ago

I could work on it I think. I just have to think about where to add this. From what I understand, for each part of the map (road, etc) a colour is defined in the url, which would make the url very long. Is that ok? Similarly -

ar-anvd commented 6 years ago

+1 for this