Hacker News new | ask | show | jobs
by nemanjaboric 1803 days ago
There's a sizable portion of people believing that spherical coordinates can be directly converted to planar coordinates :-).
1 comments

Mathematically speaking, isn't it true you can compute the coordinate transformation (with your choice of map projection, perhaps ignoring the poles)? The real problem is that your metric / notion of distance has changed, so you can't simply compute distance as sqrt((x2-x1)^2 + (y2-y1)^2) and expect it to map neatly to a circle on the globe.