Skip to content

Commit

Permalink
Deployed 6d514fb with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 26, 2024
1 parent ec89d1a commit 4ede433
Show file tree
Hide file tree
Showing 136 changed files with 18,032 additions and 17,964 deletions.
36 changes: 36 additions & 0 deletions changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## v0.34.6 - Jun 24, 2024

**What's Changed**

- Fix add_geojson paint bug by @giswqs in [#788](https://github.com/opengeos/leafmap/pull/788)

**Full Changelog**: [v0.34.5...v0.34.6](https://github.com/opengeos/leafmap/compare/v0.34.5...v0.34.6)

## v0.34.5 - Jun 23, 2024

**What's Changed**

- Add a Container class by @giswqs in [#786](https://github.com/opengeos/leafmap/pull/786)
- Add add_source function and custom marker notebook by @giswqs in [#787](https://github.com/opengeos/leafmap/pull/787)

**Full Changelog**: [v0.34.4...v0.34.5](https://github.com/opengeos/leafmap/compare/v0.34.4...v0.34.5)

## v0.34.4 - Jun 23, 2024

**What's Changed**

- Add COG and STAC examples for MapLibre by @giswqs in [#783](https://github.com/opengeos/leafmap/pull/783)
- Fix MapLibre style bug by @giswqs in [#785](https://github.com/opengeos/leafmap/pull/785)

**Full Changelog**: [v0.34.3...v0.34.4](https://github.com/opengeos/leafmap/compare/v0.34.3...v0.34.4)

## v0.34.3 - Jun 23, 2024

**What's Changed**

- Fix terrain style api key bug by @giswqs in [#780](https://github.com/opengeos/leafmap/pull/780)
- Add get style layers and more examples by @giswqs in [#781](https://github.com/opengeos/leafmap/pull/781)
- Add more MapLibre examples by @giswqs in [#782](https://github.com/opengeos/leafmap/pull/782)

**Full Changelog**: [v0.34.2...v0.34.3](https://github.com/opengeos/leafmap/compare/v0.34.2...v0.34.3)

## v0.34.2 - Jun 21, 2024

**What's Changed**
Expand Down
102 changes: 101 additions & 1 deletion changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,42 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v0346-jun-24-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.6 - Jun 24, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0345-jun-23-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.5 - Jun 23, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0344-jun-23-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.4 - Jun 23, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0343-jun-23-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.3 - Jun 23, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0342-jun-21-2024" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -5859,6 +5895,42 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v0346-jun-24-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.6 - Jun 24, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0345-jun-23-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.5 - Jun 23, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0344-jun-23-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.4 - Jun 23, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0343-jun-23-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.34.3 - Jun 23, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0342-jun-21-2024" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -7177,6 +7249,34 @@


<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
<h2 id="v0346-jun-24-2024">v0.34.6 - Jun 24, 2024<a class="headerlink" href="#v0346-jun-24-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Fix add_geojson paint bug by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/788">#788</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.34.5...v0.34.6">v0.34.5...v0.34.6</a></p>
<h2 id="v0345-jun-23-2024">v0.34.5 - Jun 23, 2024<a class="headerlink" href="#v0345-jun-23-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Add a Container class by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/786">#786</a></li>
<li>Add add_source function and custom marker notebook by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/787">#787</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.34.4...v0.34.5">v0.34.4...v0.34.5</a></p>
<h2 id="v0344-jun-23-2024">v0.34.4 - Jun 23, 2024<a class="headerlink" href="#v0344-jun-23-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Add COG and STAC examples for MapLibre by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/783">#783</a></li>
<li>Fix MapLibre style bug by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/785">#785</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.34.3...v0.34.4">v0.34.3...v0.34.4</a></p>
<h2 id="v0343-jun-23-2024">v0.34.3 - Jun 23, 2024<a class="headerlink" href="#v0343-jun-23-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Fix terrain style api key bug by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/780">#780</a></li>
<li>Add get style layers and more examples by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/781">#781</a></li>
<li>Add more MapLibre examples by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/782">#782</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.34.2...v0.34.3">v0.34.2...v0.34.3</a></p>
<h2 id="v0342-jun-21-2024">v0.34.2 - Jun 21, 2024<a class="headerlink" href="#v0342-jun-21-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
Expand Down Expand Up @@ -8547,7 +8647,7 @@ <h2 id="v010-may-25-2021">v0.1.0 - May 25, 2021<a class="headerlink" href="#v010
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-06-23T04:48:47+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-23</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-06-26T19:06:16+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-26</span>
</span>


Expand Down
18 changes: 9 additions & 9 deletions changelog_update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4967,7 +4967,7 @@ <h1>Changelog update</h1>
<!-- End of mermaid configuration --><div class="jupyter-wrapper">
<div class="jp-Notebook" data-jp-theme-light="true" data-jp-theme-name="JupyterLab Light">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=6a1c019b">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=99a8551d">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand All @@ -4994,7 +4994,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=d4f607a0">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=d1ba61f9">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5035,7 +5035,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=e330fee5">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=f3476a2e">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5064,7 +5064,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=93d4b8f4">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=9f0987d9">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5097,7 +5097,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=a235d10b">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=11a8a6b4">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5126,7 +5126,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=eded207b">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=2dc1e7ea">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5171,7 +5171,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=48325524">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=d1873e36">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5200,7 +5200,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell" id="cell-id=e993d8b5">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell" id="cell-id=6a448838">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5248,7 +5248,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=2f05efdb">
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=8564bb14">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down
8 changes: 4 additions & 4 deletions maplibre/3d_buildings/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/3d_indoor_mapping/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions maplibre/3d_terrain/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/_template/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/add_a_marker/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions maplibre/add_deckgl_layer/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/add_image/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/add_image_generated/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/animate_a_line/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/animate_camera_around_point/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/animate_images/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/animate_point_along_line/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/animate_point_along_route/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/attribution_position/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions maplibre/center_on_symbol/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/change_building_color/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/change_case_of_labels/index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions maplibre/cloud_optimized_geotiff/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/cluster/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions maplibre/color_switcher/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/custom_marker/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/data_driven_lines/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/disable_scroll_zoom/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/display_rich_text/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions maplibre/drag_a_marker/index.html

Large diffs are not rendered by default.

32 changes: 15 additions & 17 deletions maplibre/draw_features/draw_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [],
"source": [
"m = leafmap.Map(center=[-100, 40], zoom=3, style=\"positron\")\n",
Expand All @@ -100,14 +98,14 @@
"source": [
"m = leafmap.Map(center=[-100, 40], zoom=3, style=\"positron\")\n",
"geojson = {\n",
" 'type': 'FeatureCollection',\n",
" 'features': [\n",
" \"type\": \"FeatureCollection\",\n",
" \"features\": [\n",
" {\n",
" 'id': 'abc',\n",
" 'type': 'Feature',\n",
" 'properties': {},\n",
" 'geometry': {\n",
" 'coordinates': [\n",
" \"id\": \"abc\",\n",
" \"type\": \"Feature\",\n",
" \"properties\": {},\n",
" \"geometry\": {\n",
" \"coordinates\": [\n",
" [\n",
" [-119.08, 45.95],\n",
" [-119.79, 42.08],\n",
Expand All @@ -116,15 +114,15 @@
" [-119.08, 45.95],\n",
" ]\n",
" ],\n",
" 'type': 'Polygon',\n",
" \"type\": \"Polygon\",\n",
" },\n",
" },\n",
" {\n",
" 'id': 'xyz',\n",
" 'type': 'Feature',\n",
" 'properties': {},\n",
" 'geometry': {\n",
" 'coordinates': [\n",
" \"id\": \"xyz\",\n",
" \"type\": \"Feature\",\n",
" \"properties\": {},\n",
" \"geometry\": {\n",
" \"coordinates\": [\n",
" [\n",
" [-103.87, 38.08],\n",
" [-108.54, 36.44],\n",
Expand All @@ -135,7 +133,7 @@
" [-103.87, 38.08],\n",
" ]\n",
" ],\n",
" 'type': 'Polygon',\n",
" \"type\": \"Polygon\",\n",
" },\n",
" },\n",
" ],\n",
Expand Down
Loading

0 comments on commit 4ede433

Please sign in to comment.