|
8 | 8 | <meta charset="utf-8" /> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
10 | 10 |
|
11 | | - <title>Advanced guide — Folium 0.19.7 documentation</title> |
| 11 | + <title>Advanced guide — Folium 0.20.0 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
39 | 39 | <link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" /> |
40 | 40 | <link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" /> |
41 | 41 |
|
42 | | - <script src="_static/documentation_options.js?v=0072a19d"></script> |
| 42 | + <script src="_static/documentation_options.js?v=b52c616d"></script> |
43 | 43 | <script src="_static/doctools.js?v=9bcbadda"></script> |
44 | 44 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
45 | 45 | <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> |
46 | 46 | <script>DOCUMENTATION_OPTIONS.pagename = 'advanced_guide';</script> |
47 | 47 | <script> |
48 | 48 | DOCUMENTATION_OPTIONS.theme_version = '0.16.1'; |
49 | 49 | DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://python-visualization.github.io/folium/dev/_static/switcher.json'; |
50 | | - DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.19.7'; |
| 50 | + DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.20.0'; |
51 | 51 | DOCUMENTATION_OPTIONS.show_version_warning_banner = |
52 | 52 | false; |
53 | 53 | </script> |
|
57 | 57 | <link rel="prev" title="TimestampedWmsTileLayers" href="user_guide/plugins/WmsTimeDimension.html" /> |
58 | 58 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
59 | 59 | <meta name="docsearch:language" content="en"/> |
60 | | - <meta name="docsearch:version" content="0.19.7" /> |
| 60 | + <meta name="docsearch:version" content="0.20.0" /> |
61 | 61 | </head> |
62 | 62 |
|
63 | 63 |
|
|
373 | 373 | <li class="toctree-l1"><a class="reference internal" href="advanced_guide/piechart_icons.html">Piechart icons</a></li> |
374 | 374 | <li class="toctree-l1"><a class="reference internal" href="advanced_guide/polygons_from_list_of_points.html">Creating a polygon from a list of points</a></li> |
375 | 375 | <li class="toctree-l1"><a class="reference internal" href="advanced_guide/customize_javascript_and_css.html">Customizing javascript or css resources</a></li> |
| 376 | +<li class="toctree-l1"><a class="reference internal" href="advanced_guide/override_leaflet_class_methods.html">Overriding Leaflet class methods</a></li> |
376 | 377 | </ul> |
377 | 378 | </div> |
378 | 379 | </nav></div> |
@@ -445,6 +446,7 @@ <h1>Advanced guide<a class="headerlink" href="#advanced-guide" title="Link to th |
445 | 446 | <li class="toctree-l1"><a class="reference internal" href="advanced_guide/piechart_icons.html">Piechart icons</a></li> |
446 | 447 | <li class="toctree-l1"><a class="reference internal" href="advanced_guide/polygons_from_list_of_points.html">Creating a polygon from a list of points</a></li> |
447 | 448 | <li class="toctree-l1"><a class="reference internal" href="advanced_guide/customize_javascript_and_css.html">Customizing javascript or css resources</a></li> |
| 449 | +<li class="toctree-l1"><a class="reference internal" href="advanced_guide/override_leaflet_class_methods.html">Overriding Leaflet class methods</a></li> |
448 | 450 | </ul> |
449 | 451 | </div> |
450 | 452 | </section> |
@@ -519,7 +521,7 @@ <h3>This Page</h3> |
519 | 521 | <div class="footer-items__start"> |
520 | 522 |
|
521 | 523 | <div class="footer-item"><!-- This will display the version of the docs --> |
522 | | -Folium version 0.19.7</div> |
| 524 | +Folium version 0.20.0</div> |
523 | 525 |
|
524 | 526 | <div class="footer-item"> |
525 | 527 |
|
|
0 commit comments