OSMLatvija / Osmalyzer

Parsing OSM data in Latvia against various data sources
https://osmlatvija.github.io/Osmalyzer/
GNU General Public License v3.0
2 stars 1 forks source link

Location with multiple issues does not disambiguate #12

Closed HellMapGoesCoding closed 10 months ago

HellMapGoesCoding commented 10 months ago

The icon used for multiple issues at the same location is the icon for the first issue and not the combined icon variant - probably need to reuse clustered icons. Would also make sense to just show them as "clustered" if actually just one marker.

I wonder if I can clustered at lower zooms only cluster issues on top of each other - then I can just use that logic. The problem is how do I see popups for the clustered marker like that.

HellMapGoesCoding commented 10 months ago

Didn't realize Leaflet clustering supported exploding nodes or what they call "spidering", so this was way simpler.