You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a short example notebook using the PolygonLayer together to create
a map of municipal boundaries.
~TODO: I'll need to add images and/or gifs to make the example more
visually appealing.~
---------
Co-authored-by: Kyle Barron <kyle@developmentseed.org>
Copy file name to clipboardExpand all lines: examples/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
-[Speedtest data ](../examples/internet-speeds) using [`ScatterplotLayer`](../api/layers/scatterplot-layer)
6
6
-[North America roads ](../examples/north-america-roads) using [`PathLayer`](../api/layers/path-layer)
7
+
-[Global boundaries ](../examples/global-boundaries) using [`PolygonLayer`](../api/layers/polygon-layer)
7
8
-[U.S. County-to-County Migration ](../examples/migration) using [`ArcLayer`](../api/layers/arc-layer) and [`BrushingExtension`](../api/layer-extensions/brushing-extension)
8
9
-[Scatterplot with GPU data filtering ](../examples/data-filter-extension) using [`ScatterplotLayer`](../api/layers/scatterplot-layer) and [`DataFilterExtension`](../api/layer-extensions/data-filter-extension)
9
10
-[Color picker integration ](../examples/integrations/color-picker) using [`SolidPolygonLayer`](../api/layers/solid-polygon-layer)
0 commit comments