Skip to content

Commit

Permalink
Set width_min_pixels in PathLayer example (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 29, 2023
1 parent 66ec54e commit f808f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lonboard/_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ class PathLayer(BaseLayer):
layer = PathLayer.from_geopandas(
gdf,
get_color=[255, 0, 0],
width_min_pixels=2,
)
map_ = Map(layers=[layer])
```
Expand Down

0 comments on commit f808f3f

Please sign in to comment.