rsandrade / archives-worldmap

The open and collaborative Archives World Map
GNU General Public License v3.0
1 stars 2 forks source link

Clusterization of geolocalization markers #4

Open rsandrade opened 7 years ago

rsandrade commented 7 years ago

The number of archives in database is growing and get that data every hit on page. This started to be a problem.

Store incrementally the geodata (pins) in a HTML5 local storage and use the local data to render the map can be a solution for now.

iggar commented 7 years ago

The problem of too many markers to load can be tackled by clustering markers. There are at least 2 solutions that look good:

I'd suggest to go on that direction rather than using local storage.