Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from ocefpaf/fix_new_folium_syntax
Browse files Browse the repository at this point in the history
Fix new folium syntax
  • Loading branch information
ocefpaf authored Sep 13, 2017
2 parents cd46de7 + 913fef2 commit 1548715
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---------

Version 1.0.1

# Fix folium args syntax

Version 1.0.0

* First oficial release

Version 0.5.0

* Faster `is_model`. (Bypass iris cube creation.)
Expand Down
2 changes: 1 addition & 1 deletion ioos_tools/ioos.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def make_map(bbox, **kw):
url = 'http://hfrnet.ucsd.edu/thredds/wms/HFRNet/USEGC/6km/hourly/RTV'
w = folium.WmsTileLayer(url,
name='HF Radar',
format='image/png',
fmt='image/png',
layers='surface_sea_water_velocity',
attr='HFRNet',
overlay=True,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read(*parts):
'Programming Language :: Python',
'Topic :: Education',
'Topic :: Scientific/Engineering'],
description='Misc ioos_tools functions for IOOS notebooks',
description='Misc functions for IOOS notebooks',
author=authors,
author_email=email,
maintainer='Filipe Fernandes',
Expand Down

0 comments on commit 1548715

Please sign in to comment.