ellipsis-drive / folium

MIT License
1 stars 0 forks source link

VectorGridProtobuf() instead of VectorTileLayer() #1

Closed BasAndriessen closed 1 year ago

BasAndriessen commented 1 year ago

Hi Daniel,

When I use vc = VectorGridProtobuf(url,layerName,options) instead of vc = VectorTileLayer(url, "layer", options) to add a vector layer to a Leafmap map with Folium backend, followed by conversion to streamlit-folium map, the height is not altered by adding the vector layer. Use the following import statement: from folium.plugins import VectorGridProtobuf.

In Dash I did not have this problem.

Cheers,

Bas

danielvandermaas commented 1 year ago

We updated the package to use folium-vectorgrid instead

danielvandermaas commented 1 year ago

Issue has been resolved in 0.0.5