Faris Lama
Faris Lama
Not yet, but good idea!
I'd personally explore [Google Maps Embed API](https://developers.google.com/maps/documentation/embed/get-started) and/or how Folium achieves this (a quick search points to [this SO thread](https://stackoverflow.com/questions/37379374/insert-the-folium-maps-into-the-jinja-template), which may or may not be useful).
There are no contribution guidelines specific to this project, but you can fall back to [Github's community guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines). For any technical questions, you could note them in your PR and...
Yea, we currently use [pregenerated .pngs for markers](https://github.com/gmplot/gmplot/tree/master/gmplot/markers), so not all colours are supported. You should be getting this error right?: _"Marker color #XXXXXX isn't supported; defaulting to black"_ I...
Hm, [here's an example](https://github.com/gmplot/gmplot/issues/44#issuecomment-643826767) of color progression using any hex color you want (you can change `gmap.scatter()` to `gmap.plot()` to see how it works for polylines) - it should plot...
Hey @sandrotosi, is this something that you'd still like to work on, or is it free to be picked up? Just asking since you've unassigned yourself.
Here's the state of this PR's changes: - ~Fit bounds; merged in #153.~ - ~Custom title; merged in #134.~ - GMap symbols. - Polyline icons. - ~Info Windows; merged in...
gmplot doesn't support it at the moment, but it should be a few line change. Once it's supported, you can rotate the map using `rotateControl`, but only when you're zoomed...
Nope (according to their demo) - we'd have to set the `tilt` to 45 to allow rotation.
You mean a way to pass in a list of colours or alphas to [`plot()`](https://github.com/gmplot/gmplot/wiki/GoogleMapPlotter.plot)? Nothing like that at the moment, but we can enhance it to work like [`scatter()`](https://github.com/gmplot/gmplot/wiki/GoogleMapPlotter.scatter)....