Open AdrianKriger opened 2 years ago
With the Interactive.html to go directly from a gdf to pydeck try:
layer = pydeck.Layer( 'GeoJsonLayer', data=gdf.geometry.__geo_interface__, pickable=True, )
Does not seem possible with extruded polygons. Districts-> interactiveOnly park layer can.
I'll leave this open.
With the Interactive.html to go directly from a gdf to pydeck try: