All Versions
12
Latest Version
Avg Release Cycle
89 days
Latest Release
1450 days ago

Changelog History
Page 2

  • v0.5.0 Changes

    September 13, 2017

    v0.5.0

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix VideoOverlay import (ocefpaf #719)
    • ๐Ÿ›  Fix choropleth docstring (lsetiawan #713)
    • ๐Ÿ›  Fix choropleth name in LayerControl (ocefpaf #493)
  • v0.4.0 Changes

    September 04, 2017

    0.4.0

    • Optional iconCreateFunction for MarkerCluster to customize the icons (odovad #701)
    • โž• Added HeatMapWithTime (Padarn #567)
    • โž• Added MeasureControl (ocefpaf #669)
    • โž• Added VideoOverlay plugin (ocefpaf #665)
    • โž• Added TimestampedWmsTileLayers plugin (acrosby #644 and #660)
    • ๐Ÿ‘ Vega-Lite features support via altair (njwilson23 #643)
    • ๐Ÿ‘ Experimental support for a static png output (ocefpaf #634)
    • โž• Added support for subdomains options in TileLayer (damselem #623)
    • โšก๏ธ Updated to leaflet 1.2.0 (ocefpaf #693)
    • โž• Added FastMarkerCluster (James Gardiner #585 (proposed by @ruoyu0088))
    • ๐Ÿ‘‰ Use the GIS standard "pixelated" css image-rendering in
      0๏ธโƒฃ image overlays by default (dirkvdb #684 and ocefpaf #686)

    API changes

    • โœ‚ Removed features MarkerCluster in lieu of the plugin version (ocefpaf #704)
    • choropleth now takes a single geo_data instad of geo_path/geo_str
      ๐Ÿšš leaving the parsing to GeoJSON, remove the unused data_out option,
      โž• add geopandas support (ocefpaf #702)
    • 0๏ธโƒฃ All popups are considered HTML text by default (ocefpaf #689)
      ๐Ÿ“œ If a popup requires rendering use the kwarg parse_html=True.
    • 0๏ธโƒฃ PolyLine, Circle and CircleMarker are set to leaflet's defaults and
      accepted all Path's optional arguments (ocefpaf #683 and #697)
    • 0๏ธโƒฃ WmsTileLayer and ImageOverlay are set to leaflet's defaults and accepted
      all TileLayer.WMS and ImageOverlay optional arguments respectively (ocefpaf #695 and #697)
    • ๐Ÿ”„ Changed default max_bounds to False to reflect leaflet's default value (rdd9999 #641)
    • ๐Ÿ”Œ Modified Fullscreen plugin kwargs to be more "pythonic"
    • All .format properties are now .fmt for consistency
    • โœ‚ Removed the kwarg continuous_world that is no longer in leaflet's API (ocefpaf #695)

    ๐Ÿ› Bug Fixes

    • subdomain option in TileLayer should be a list and WmsTileLayer
      0๏ธโƒฃ overlay default is True (ocefpaf #707)
    • Checking if the lat, lon locations are floats to avoid empty maps
      (radumas #626)