-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Can VectorGrid Slicer be used to deal with many CircleMarkers ? #1831
Comments
Hi Bastien, I don't know if this is applicable to Folium circles. I do know we already use this plugin in the If you search our issues and PRs for something like 'vectorgrid' you can find users who made that |
@iwpnd, your comment on this could be of some help ! :) |
Sure, you could add VectorGrid.Slicer as a folium plugin and instead of rendering folium.circles, you'd pass a geojson to the plugin. |
Hello @IvanSanchez, I am still early stage on these test to use your slicer in folium, but is it still relevant ? I see that the module is not updated since quite some time : is there an alternative I should consider as of now ? |
@BastienGauthier I'm knee-deep in https://ivansanchez.gitlab.io/gleo/ , which works nice for displaying hundreds of thousands of geometries. Leaflet connector at https://gitlab.com/IvanSanchez/leaflet.gleo/ . |
Hello all !
Quick question to deal with performance issues. I have a lot of circles with pop-up to display and i just discovered VectorGrid Slicer could handle easily many geometries, by playing between zoom & precision. I was wondering if this is applicable to folium Circles (as of now, or even considering minor developments).
Regards,
Bastien
The text was updated successfully, but these errors were encountered: