Gmplot Versions Save

Plot data on Google Maps, the easy way.

1.4.1

3 years ago

Fixed:

  • Attempting to drop a marker on top of a ground overlay now works (instead of doing nothing and ignoring the click).

1.4.0

3 years ago

New:

1.3.2

3 years ago

Fixed (actually this time):

  • Broken README image on PyPI.

1.3.1

3 years ago

Fixed (attempted):

  • Broken README image on PyPI.

1.3.0

3 years ago

New:

  • Can now attach an info_window to a marker.
  • label support for markers (text that's shown as part of a marker).
  • Ground overlay, directions, and text support.
  • scatter now accepts a list for any of its optional parameters, allowing for fine-grain customization of each scatter point.
  • from_geocode and geocode now take api_key parameters.
  • map_type, map_styles, tilt, scale_control, fit_bounds, and custom title support as part of GoogleMapPlotter.
  • max_intensity support for heatmaps (replaces threshold, which is now deprecated).
  • alpha support for circles.
  • Can now return the generated HTML map as a string, using get.
  • Lat/lng precision support as part of marker, plot, heatmap, and polygon.

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).