Releases: gmplot/gmplot
Releases · gmplot/gmplot
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
New:
- Can now attach an
info_windowto a marker. labelsupport for markers (text that's shown as part of a marker).- Ground overlay, directions, and text support.
scatternow accepts a list for any of its optional parameters, allowing for fine-grain customization of each scatter point.from_geocodeandgeocodenow takeapi_keyparameters.map_type,map_styles,tilt,scale_control,fit_bounds, and customtitlesupport as part ofGoogleMapPlotter.max_intensitysupport for heatmaps (replacesthreshold, which is now deprecated).alphasupport for circles.- Can now return the generated HTML map as a string, using
get. - Lat/lng
precisionsupport as part ofmarker,plot,heatmap, andpolygon.
Fixed:
- Markers now properly show up on Windows machines, and also when the HTML map file is shared with others.
- Removed "no implementation" title that appears when hovering over markers without explicitly-set titles.
- Grid drawing:
- The bounding box is now always drawn.
- The grid fits within the given start/end parameters.
- The last grid line always gets drawn regardless of floating point errors (previously, the last grid line would sometimes not get drawn).