|
5 | 5 | - Updated to leaflet 1.1.0 (ocefpaf #639) |
6 | 6 | - Added `FastMarkerCluster` (James Gardiner #585 (proposed by @ruoyu0088)) |
7 | 7 |
|
| 8 | +Bug Fixes |
| 9 | + |
| 10 | +- Checking if the lat, lon locations are floats to avoid empty maps |
| 11 | + (radumas #626) |
| 12 | + |
| 13 | + |
8 | 14 | 0.3.0 |
9 | 15 | ~~~~~ |
10 | 16 |
|
11 | 17 | - Added `FastMarkerCluster` (James Gardiner #585 (proposed by @ruoyu0088)) |
12 | 18 | - Added style option to 'Timestamped geojson' plugin (soymsk #627) |
13 | 19 | - Switched to `leaflet 1.0.1` (juoceano #531 and ocefpaf #535) |
14 | | -- Added `continuous_world`, `world_copy_jump`, and `no_wrap` options (ocefpaf #508) |
| 20 | +- Added `continuous_world`, `world_copy_jump`, and `no_wrap` options |
| 21 | + (ocefpaf #508) |
15 | 22 | - Update font-awesome to 4.6.3 (ocefpaf #478) |
16 | 23 | - Added text path (talespaiva #451 and ocefpaf #474) |
17 | 24 | - More options added to `LayerControl` (qingkaikong #473) |
18 | 25 | - More options added to `fullscreen` plugin (qingkaikong #468) |
19 | 26 | - Added `ColorLine` object (bibmartin #449) |
20 | 27 | - Added highlight function to `GeoJSON`, and `Chrorpleth` (JoshuaCano #341) |
21 | 28 | - Added `fullscreen` plugin (sanga #437) |
22 | | -- Added `smooth_factor `option to `GeoJSON`, `TopoJSON` and `Choropleth` (JamesGardiner #428) |
| 29 | +- Added `smooth_factor `option to `GeoJSON`, `TopoJSON` and `Choropleth` |
| 30 | + (JamesGardiner #428) |
23 | 31 | - `Map` object now accepts Leaflet global switches (sgvandijk #424) |
24 | 32 | - Added weight option to CircleMarker (palewire #581) |
25 | | -- Added requests support to enable http(s) and ftp for geo_path parameter (jreades #602) |
| 33 | +- Added requests support to enable http(s) and ftp for geo_path parameter |
| 34 | + (jreades #602) |
26 | 35 |
|
27 | 36 | Bug Fixes |
28 | 37 |
|
29 | 38 | - Fixed image order (juoceano #536) |
30 | 39 | - Fixed Icon rotation (juoceano #530 and sseemayer #527) |
31 | 40 | - Fixed MIME type (text/plain) is not executable (talespaiva #440) |
32 | | -- Update Travis-CI testing to incorporate branca and fix notebook tests (ocefpaf #436) |
33 | | -- Removed MultiPolyLine and MultiPolygon, both are handled by PolyLine and PolyLine in leaflet 1.0.* (ocefpaf #554) |
| 41 | +- Update Travis-CI testing to incorporate branca and fix notebook tests |
| 42 | + (ocefpaf #436) |
| 43 | +- Removed MultiPolyLine and MultiPolygon, both are handled by PolyLine and |
| 44 | + PolyLine in leaflet 1.0.* (ocefpaf #554) |
34 | 45 | - Removed deprecated MapQuest tiles (HashCode55 #562) |
35 | 46 |
|
36 | 47 | 0.2.1 |
|
0 commit comments