Settings

Theme

Ask HN: Thoughts on Map Marker Algorithms?

4 points by nostrapollo 6 years ago · 3 comments · 1 min read


We're a property related platform, and we're building a map to display property listings to potential tenants. Many of our properties are close together, but clustering is not a great UX. Taking a lot from AirBnB, we're struggling to find a simple way to display listings intelligently on the map - avoiding typical clustering in favour of something more interesting.

Any practical advice on creating a great map UX with a lot of markers/pins?

PS: The platform isn't data centric, so showing all pins isn't necessary for the purpose - a better UI/UX is more important(?).

heimegutAGS 6 years ago

I'm using a spiderfier for my map project, which 'expands' the markers when clicked. Here is the Leaflet version I am using: https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet

highhedgehog 6 years ago

Something like this? https://observablehq.com/@d3/hexbin-map

thedevindevops 6 years ago

Perhaps something like a Heat Map?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection