Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 38 additions & 33 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,55 @@
0.1.5.dev
~~~~~~~~~
- GeoJSON popup. @ocefpaf
0.1.5
~~~~~
- GeoJSON popup. (ocefpaf 7aad5e0)
- Added cartodb positron and dark_matter tiles (ocefpaf d4daee7)
- Forcing HTTPS when available. (ocefpaf c69ac89)
- Added Stamen Watercolor tiles. (ocefpaf 8c1f837)

Bug Fixes

- Draw GeoJSON first. (ocefpaf d92bdbe)

0.1.4
~~~~~
- Popups allow unicode. @apatil
- Support for https protocol. @apatil
- Custom popup width. @ocefpaf
- Support multiPolyLine. @scari
- Added max and min zoom keywords. @Paradoxeuh

- Popups allow unicode. (Anand Patil 545315a)
- Loading javascript over https. (Anand Patil ac9a4d6)
- Added `width` keyword to simple_popup.. (ocefpaf 95325c4)
- Support multi_polyline. (Younggun Kim efbd1db)
- Added max and min zoom keywords.. (ocefpaf 4ca4c92)

Bug Fixes

- Remove margins from leaflet-tiles (Fixes #64). @lennart0901
- Template not found on Windows OSes (Fixes #50). @Paradoxeuh
- Using WMS layer on python 3. @ocefpaf
- Remove margins from leaflet-tiles. (Lennart Fricke 3c11433)
- Fix #50 template not found on Windows OSes.. (ocefpaf 101daee)
- Fixed `add_wms_layer` py3k bug.. (ocefpaf 154f0a5)

0.1.3
~~~~~
- Color markers. @birdage
- Bootstrap glyphicon marker icons. @birdage
- Clustered markers. @birdage
- WMS tile support. @birdage
- 253 sequential Colorbrewer support. @adamrpah
- Python 3 support. @tbicr
- Update leaflet.js to 0.7. @jmduke
- Add support for lines. @jwass
- Allow rendering with custom template. @samatjain
- MapQuest Open tilesets. @samatjain
- Cluster marker group, and simple markers . (birdage 801d91c)
- WMS tile. (birdage 26f9668)
- Expanded color support to 253 with colorbrewer. (Adam Pah 3ba39ae)
- Port to python 3. (Pavel Tysliatski 5093e1b)
- Update geojson_template to Leaflet.js 0.7. (Justin Duke a917551)
- Update fol_template to Leaflet.js 0.7. (Justin Duke b328cec)
- Add support for lines. (Jacob Wasserman e3be077)
- Allow rendering w/ custom template. (Samat K Jain 1a85841)
- MapQuest Open tilesets. (Samat K Jain d536949)

Bug Fixes

- Account for custom Vincent popup padding. @corbt
- Simple popups correctly escape internal quotes. @corbt
- Vincent popups take padding into account. (Kyle Corbitt 26556fe)
- Simple popups correctly escape internal quotes. (Kyle Corbitt 20c979f)
- Add encoding specification. @jmduke
- Reverted change to mathchColor (fix choropleth coloring). @roycoding
- Changed default no-data fill to null/no-fill. @wrobstory
- Fixed issue with counties TopoJSON. @wrobstory
- Reverted change to mathchColor. (Roy Keyes 70d7f5c)
- Changed no-data fill to null/no-fill, rather than #fff. (Rob Story 6ff80a6)
- Fixed issue with counties TopoJSON. (Rob Story cddaab3)

0.1.2
~~~~~
- First release. @wrobstory
- New tile templates. @wrobstory
- TopoJSON functionality. @wrobstory
- Vincent/Vega charts as popups. @wrobstory
- GeoJSON overlays. @wrobstory
- Click to add markers (popover Lat/Lng functionality). @wrobstory
- Simple and Circle markers. @wrobstory
- TopoJSON functionality. (Rob Story 5566b71)
- Vincent/Vega charts as popups. (Rob Story 4b7e402)
- GeoJSON overlays added. (Rob Story b5d9081)
- Click to add markers, popover Lat/Lng functionality. (Rob Story 9c809f9)
- Simple and Circle markers added. (Rob Story 181ac51)
- Initial commit. (Rob Story 6a43874)