teambtcmap / btcmap-ios

iOS application for BTC Map
https://btcmap.org
GNU Affero General Public License v3.0
14 stars 3 forks source link

Some places are not shown until you zoom in #22

Open lorenzoPrimi opened 1 year ago

lorenzoPrimi commented 1 year ago

Happens in area with many pins closeby

salvatoto commented 1 year ago

@lorenzoPrimi This is because of the Cluster library I'm using: https://github.com/efremidze/Cluster. I had to switch to it from standard MapKit clustering because for some reason MapKit clustering isn't great and the map UI would freeze when zoomed out because of too many annotations.

There might be some settings to play with with Cluster to get a better experience, but from my experience with MapKit clustering we need to use Cluster.

Other solutions: