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
I tried to render a polygon. GeoPandas can render it properly. However, lonboard seems getting some weird edge rendering issue. Not sure if this a lonboard issue or the deck.gl JS library issue.
importgeopandasasgpdfromlonboardimportviz# Downloaded from 'https://data.source.coop/giswqs/nwi/state_boundary/AR.parquet'gdf=gpd.read_parquet('AR.parquet')
gdf.explore()
viz(gdf, get_fill_color=[0, 0, 255, 128])
The text was updated successfully, but these errors were encountered:
I tried to render a polygon. GeoPandas can render it properly. However, lonboard seems getting some weird edge rendering issue. Not sure if this a lonboard issue or the deck.gl JS library issue.
The text was updated successfully, but these errors were encountered: