WeAreFairphone / fprsmap

This is a Leaflet map of the local Fairphoners communities
https://map.fairphone.community
GNU General Public License v3.0
10 stars 7 forks source link

Markers on top of each other #18

Closed Roboe closed 7 years ago

Roboe commented 7 years ago

As commented in #13:

@StefanBrand

What if two markers on two different layers are on top of each other?

The below article may be of help: https://asmaloney.com/2015/06/code/clustering-markers-on-leaflet-maps/

StefanBrand commented 7 years ago

Oh no, I thought I had properly updated one single commit when I used git rebase -i HEAD~3... Ö

Roboe commented 7 years ago

Wow... multiple rebase & git push -f? Although there's a single commit, GitHub registers all of the revisions referencing this issue, hahaha

PS: Once a commit is modified (e.g. when ammending it, rebasing it or squasing other commits to it), the commit has another hash (3ffe54c != 04a7e8b) and thus, is a completely different commit