Server Side Google Markers Clustering - Python/Django

前端 未结 5 1089
一整个雨季
一整个雨季 2021-02-06 09:18

After experimenting with client side approach to clustering large numbers of Google markers I decided that it won\'t be possible for my project (social network with 28,000+ user

5条回答
  •  后悔当初
    2021-02-06 09:49

    You can try my server-side clustering django app:

    https://github.com/biodiv/anycluster

    It prvides a kmeans and a grid cluster.

提交回复
热议问题