Skip to content

v0.7.0

Compare
Choose a tag to compare
@ocefpaf ocefpaf released this 20 Nov 17:56
8adfb77

0.7.0

  • Fixed HeatMap silently fail on incompatible data types (ocefpaf 1017)
  • Proper scaling on mobile phones (Conengmo 992)
  • Update leaflet to 1.3.4 (ocefpaf #939)
  • More options (tms, opacity, kwargs) in TileLayer (mpickering #948)
  • Add MousePosition plugin (btozer #916)
  • Add Minimap plugin (talbertc-usgs #968)
  • Replace Rawgit CDN with Githack (jtbaker #1002)
  • Handling of NaN and missing values in choropleth (FloChehab #1005)

API changes

  • threshold_scale argument of choropleth is replaced by bins (FloChehab #1005)
  • Map.choropleth() moved to Choropleth class, former is deprecated (Conengmo #1011)

Bug Fixes

  • Fix wrong default value for fmt argument of WmsTileLayer (conengmo #950)
  • Fix icon_create_function argument in MarkerCluster (conengmo #954)
  • Update stylesheet url in TimestampedGeoJson (frodebjerke #963)
  • Use Javascript template literals in Tooltip and Popup (jtbaker #955 #962)
  • Proper scaling on mobile phones (conengmo #992)