Skip to content

Commit

Permalink
Deployed 9649bbd to v0.9.0 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed May 6, 2024
1 parent e6f725b commit dfaa11c
Show file tree
Hide file tree
Showing 282 changed files with 160,176 additions and 371 deletions.
77 changes: 73 additions & 4 deletions latest/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@








Expand Down Expand Up @@ -593,6 +595,27 @@



<li class="md-nav__item">
<a href="/lonboard/latest/examples/duckdb/" class="md-nav__link">


<span class="md-ellipsis">
DuckDB Spatial
</span>


</a>
</li>










<li class="md-nav__item">
<a href="/lonboard/latest/examples/integrations/color-picker/" class="md-nav__link">

Expand Down Expand Up @@ -1100,6 +1123,8 @@








Expand Down Expand Up @@ -1204,6 +1229,27 @@









<li class="md-nav__item">
<a href="/lonboard/latest/api/layer-extensions/path-style-extension/" class="md-nav__link">


<span class="md-ellipsis">
PathStyleExtension
</span>


</a>
</li>




</ul>
</nav>

Expand Down Expand Up @@ -1481,6 +1527,8 @@








Expand Down Expand Up @@ -1529,11 +1577,11 @@


<li class="md-nav__item">
<a href="/lonboard/latest/ecosystem/geoarrow/" class="md-nav__link">
<a href="/lonboard/latest/ecosystem/geopandas/" class="md-nav__link">


<span class="md-ellipsis">
GeoArrow
GeoPandas
</span>


Expand All @@ -1550,11 +1598,32 @@


<li class="md-nav__item">
<a href="/lonboard/latest/ecosystem/geopandas/" class="md-nav__link">
<a href="/lonboard/latest/ecosystem/duckdb/" class="md-nav__link">


<span class="md-ellipsis">
GeoPandas
DuckDB Spatial
</span>


</a>
</li>










<li class="md-nav__item">
<a href="/lonboard/latest/ecosystem/geoarrow/" class="md-nav__link">


<span class="md-ellipsis">
GeoArrow
</span>


Expand Down
23 changes: 23 additions & 0 deletions latest/CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.9.0] - 2024-05-06

### New! :sparkles:

- Direct [DuckDB Spatial](https://duckdb.org/docs/extensions/spatial.html) integration. Refer to the [DuckDB example notebook](https://developmentseed.org/lonboard/latest/examples/duckdb/) and the [DuckDB page](https://developmentseed.org/lonboard/latest/ecosystem/duckdb/) in the documentation. by @kylebarron in https://github.com/developmentseed/lonboard/pull/498
- Add [overture buildings notebook](https://developmentseed.org/lonboard/latest/examples/overture-maps/) by @kylebarron in https://github.com/developmentseed/lonboard/pull/479
- Adding [PathStyleExtension](https://developmentseed.org/lonboard/latest/api/layer-extensions/path-style-extension/) code by @shriv in https://github.com/developmentseed/lonboard/pull/487
- Handle mixed geometry types in `viz` by @kylebarron in https://github.com/developmentseed/lonboard/pull/495
- Render map as static HTML file by @kylebarron in https://github.com/developmentseed/lonboard/pull/474. You can use `Map.as_html` to render a map in notebook environments that support HTML but not widgets.
- Improved integration with [geoarrow-pyarrow](https://geoarrow.org/geoarrow-python/main/pyarrow.html) by @kylebarron in https://github.com/developmentseed/lonboard/pull/470

### Fixes :bug:

- Updated Map keyword arguments by @kylebarron in https://github.com/developmentseed/lonboard/pull/496
- validate basemap style is a url by @kylebarron in https://github.com/developmentseed/lonboard/pull/497

### New Contributors

- @willemarcel made their first contribution in https://github.com/developmentseed/lonboard/pull/486
- @shriv made their first contribution in https://github.com/developmentseed/lonboard/pull/487

**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.8.0...v0.9.0

## [0.8.0] - 2024-04-05

### New! :sparkles:
Expand Down
Loading

0 comments on commit dfaa11c

Please sign in to comment.