Live data from Hacker News

Show HN: Interactively explore different map projections

mjmdavis.com

1–10 of 13 posts

Re: Show HN: Interactively explore different map projections

#3
There's a few map projections I really like that don't have most of these problems: HELAPIx[0] and Dymaxion map[1].

HELAPIx is designed to have pixels of the same area, and Dymaxion is designed to have the least distortion.

[0]: http://healpix.jpl.nasa.gov/

[1]: https://en.wikipedia.org/wiki/Dymaxion_map

Re: Show HN: Interactively explore different map projections

#4
post #3

There's a few map projections I really like that don't have most of these problems: HELAPIx[0] and Dymaxion map[1]. HELAPIx is designed to have pixels of the same area, and Dymaxion is designed to have the least distortion. [0]: http://healpix.jpl.nasa.gov/ [1]: https://en.wikipedia.org/wiki/Dymaxion_map

I think Healpix is included in the tool at the bottom. Also check out the last few in the list which are similar to Dymaxion.

Re: Show HN: Interactively explore different map projections

#6
post #5

Are there any online maps that aren't Web Mercator? Google Maps, Here.com, OpenStreetMap, Bing Maps, MapQuest are all Mercator-only, with no easy option to switch.

One of the main reasons it's so popular is that is preserves shape, angle and north is always up. This means you can create a tiling map server and use the same tiles at all scales.

Re: Show HN: Interactively explore different map projections

#8
post #5

Are there any online maps that aren't Web Mercator? Google Maps, Here.com, OpenStreetMap, Bing Maps, MapQuest are all Mercator-only, with no easy option to switch.

It is possible, but not trivial:

https://www.vis4.net/blog/posts/no-more-mercator-tiles/ (comments are also informative, particularly Tom MacWright's)

https://mapzen.com/blog/escape-from-mercator/

Re: Show HN: Interactively explore different map projections

#10
post #3

There's a few map projections I really like that don't have most of these problems: HELAPIx[0] and Dymaxion map[1]. HELAPIx is designed to have pixels of the same area, and Dymaxion is designed to have the least distortion. [0]: http://healpix.jpl.nasa.gov/ [1]: https://en.wikipedia.org/wiki/Dymaxion_map

I like Cahill-Keyes: http://www.cartotalk.com/index.php?showtopic=9406 (d3.js animation included).
Post reply on HN