Hacker News new | ask | show | jobs
by serjester 1798 days ago
Neat. I’d recommend looking into a hexagonal coordinate system. It has the benefit of each block being equidistant from its neighbors and clustering is a breeze. It also looks better. There’s a couple open source libraries Uber has that make it a breeze to work with.
2 comments

Also all squares are the same screen size not taking projection distortion into account...
Thanks for the tip - i'll look into this.