TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marker cluster

HondaDriver opened this issue · comments

first of all, i thank to Tom Schimansky for this useful library. I wanna ask a question: Is there a feature in this library that groups/clusters markers that are displayed in large numbers on the map? There is such a feature (MarkerCluster) in the folium library. Is there such a feature in the tkintermapview library or will it be added in the future? thanks.