233 comments

[ 3.2 ms ] story [ 256 ms ] thread
Cool project.

I'm somewhat surprised that they didn't end up using an Open Street Map derivitive. If Google was good enough, then they'd probably find something from Mapbox or others that use OSM data acceptable, and many provide tools so that "the additional work to custom style the maps would be extraordinary" wouldn't be true.

It's also a bit wierd that the comparison screenshots are all at a different level of zoom from the one's that he wanted to use. Many online maps emphasis different things at different levels.

A very inspiring story of what can be achieved with talent, determination and resourcefulness. It doesn't have to be perfect, it just has to be good.

It also makes it very evident how odd it can be to project the surface of a sphere over a flat surface. The distortion of some shapes leaps to the eye.

> I've spent 1,5 years working on this project

So wouldn't it make more sense to just buy a huge display then? :)

Or a decent high res LED projector, would have cost less than the foam board he stuck the map to and he could have it done in a day.
Given his objectives specifically included high resolution enough to see details on the map up close, even a 4K projector would have fallen far short of this.
Yes, for 3mx2m at 300dpi one would need something like 35k projector
Projectors aren't limited to displaying static images, but I guess the format is a matter of taste.
He raised the "you cant lean without having your shadow masking everything" problem
Nah, a display at that size with comparable resolution will cost a fortune (if it actually is available for mortals). Also power consumption would be quite a sum.
I would guess that the destination wasn't important, the journey was.

But I must agree with others that the author at least seems to give the appearance that he was rather ignorant with different map projections. But if you want an Africa-sized Greenland and a huge huge Kamchatka, why not.

Very cool. But I was surprised to see he chose Mercator.

See: https://xkcd.com/977/

I thought that too, but on the other hand it is not readily apparent where you'd get a good non-mercator map raster.
You can just generate one from OpenStreetMaps
How would you approach it? Setting up a renderer with global coverage isn't really a trivial task. It is straightforward, and there are reasonable guides, like https://switch2osm.org/ , but the planet database is just a big database to work with.

(I think I would take advantage of Mapbox's free plan, which allows for 1 custom stylesheet and enough usage to get the image together. I guess there are lots of people who would be happy to render a stylesheet (especially if a modest fee is involved), but I'm not sure how someone on the street figures that out and gets in contact with them)

Yes, I setup a postgres instance a few weeks ago, so that I could render the local area with nik4.py. Lucky for me I already had mapnik and node installed and working, so getting CartoCSS and nik4.py running wasn't a big deal.

I was wondering if you had a specific setup in mind when you said 'just generate', as I did not find the process to be particularly trivial, even for a smaller region (and I do have experience messing around with arcane syntax and command lines).

I thought that too. http://en.wikipedia.org/wiki/Mercator_projection

Which map projections would you choose? A difficult decision: http://en.wikipedia.org/wiki/List_of_map_projections

Robinson or Winkel-tripel like National Geographic does.
Hammer retroazimuthal, back hemisphere. Which is, coincidentally, also my favorite skateboarding move.
This is really cool looking, and I have no idea what you'd use it for.

And this is just the neatest thing to play with: https://www.jasondavies.com/maps/hammer-retroazimuthal/

"As a retroazimuthal projection, azimuths (directions) are correct from any point to the designated center point." (-- Wikipedia, which knows everything and is never wrong.)

It looks like one retroazimuthal variant (the Craig retroazimuthal) is sometimes called the "Mecca projection", so you know which way to kneel at sundown if you're into that sort of thing.

Azimuthal equidistant on my house.
If you have to do it yourself anyway, why not make your own projection? I'd do a Dymaxion-style projection onto a truncated icosahedron (Goldberg polyhedron G(1,1), a.k.a. the soccer ball shape), with the poles centered in two of the pentagons, and as many edges as possible over bodies of water. Then I'd print each tile image and plaster it to its own mounting board, trimming the backs of the board edges to 69 degrees on all the hexagons and 73.5 degrees on all the pentagons. At that point, I'd permanently join the tiles with appropriate amounts of contiguous land mass, using brackets, and attach magnets to the remaining edges in such a way that you could assemble them like a puzzle.

I'd rather have a gigantic globe (that can also be dismantled for moving or storage) than have a wall map.

Well, if you want something rectangular, preserving area, with vertical meridians then you automatically end up with a cylindrical area projection. If you want an aspect ratio of 3/2 (approximately) you end up with the Gall-Peters projection. Although if you're prepared to cut out part of the map then you have a lot more freedom in your choice.

Edit: Just discovered that if you prefer a conformal map instead of one with equal area then you end up with the Mercator projection.

This guy "loves world maps" but chose Mercator for the wall of his room? I guess there's no accounting for taste. There are hundreds of projections to choose from, why choose the one optimized for navigation by compass?
I was hoping to see what he learned was projections.

Still better than no map on the wall. The style looks lovely at this scale! I would have made my own map from NE and OSM data but not everyone knows how much great data is available for free and how easy making maps with it is. We who know should do a better job of sharing.

Me too. Sorely disappointed, but he does mention the issue in the footnotes. Glad he's happy with it though! It's a neat project.
(comment deleted)
He only had a Mercator map source data. Unless you know how to switch Google Maps into Peters Projection mode?

I am surprised people who read the article are even asking this considering how much he struggled even to get the source image (and how he ultimately wound up manually stitching together print screens).

He chose Mercator source data.

I can understand why someone wouldn't want to set up their own tile rendering system (and hence not use something like OSM with whatever projection they want), but it likely would have been less work than screenshots.

Incase anyone really does want to do this: http://www.gdal.org/gdalwarp.html is awesome.
But he had the map data and the text data all compressed into a single image -- the text would have been warped as well.
Hopefully someone will find it useful for the reverse, warping an overlay image to place on top.
I can't believe I'm doing this, but I think I'm going to defend Mercator here.

The Mercator projection was indeed originally designed for compass navigation, but the reason it's still used for web mapping is slightly different. The Mercator projection is conformal. What this means is that angles (and hence in some sense shapes) are preserved locally. When we zoom in on a small section of the Mercator projection, we get a reasonably accurate representation of the actual shape of features. This is generally not true for most more fashionable projections, which will stretch and skew things, so they don't always look great when zoomed.

In general with map projections, you have to make a compromise between global properties and local properties. Choosing Mercator means going full-on for local quality, at the expense of the global map being quite distorted. This makes it great for zoomable web maps, because most of the time the global map is just used to find the area you're actually looking for.

Now, you could argue that for a living-room wall, you want something that looks good globally. If it was my wall, I'd agree with you. However, this guy seems to be really interested in local detail. He worries about his four-point fonts becoming blurry, and about having as many small villages marked on the map as possible. If he's interested in that kind of detail, then I think he probably cares far more about local properties than the kind of global properties that would bother me or you.

>The Mercator projection was indeed originally designed for compass navigation, but the reason it's still used for web mapping is slightly different. The Mercator projection is conformal.

Just speculating here, but it's also a big rectangle that is easy on the eyes. Non-rectangular online maps would fit awkwardly in websites. As for Gall-Peters, that map is just irredeemably ugly to me, and I'm ignorant of other rectangular projections that could compete with Mercator.

Yes, absolutely! The Mercator projection isn't the only conformal projection, but it is the only one for which north-south maps to the vertical axis, and east-west to the horizontal axis. That means that it maps the whole world onto a rectangle, which works well both for computers and interior decorating.

As for other rectangular projections, the most common is the equirectangular (or plate carrée), which simply maps (longitude, latitude) to (x, y). This is a pretty common representation for gridded global data.

Gall-Peters is also a conformation projection that maps north-south maps to the vertical axis, and east-west to the horizontal axis. As to online maps one major advantage is the X-Y scale does not get nearly as messed up at multiple zoom levels.

However, online maps alter the projection as you zoom so this is not much of an issue.

Gall-Peters is definitely not conformal. It preserves area, but greatly distorts angles, apart from at the two standard parallels of 45 degrees north and south. This results in the shapes of land masses getting very squished towards the poles (and to a lesser extent, the equator). For an example, look at the shape of Greenland, which appears twice as wide (east-west) as it is tall (north-south), when in reality it's the other way around.

I'm also not aware of any of the main online maps changing projection as you zoom. It seems like that would be more pain than it's worth.

A Mercator projection (ed: is a Conformal map, but) it also greatly distorts both angles and shapes as you approach the poles. The trivial example is to walk a square mile (N,W,S,E) you would expect the opposite sides to be at 45deg angle, but on Mercator the sides get stretched so a square in the real world can have a 10+:1 or even 100:1 side lengths on a Mercator map.

The property they both preserve is points north, south, east, or west of them on a globe are also north, south, east, or west of them in the projection. (Plenty of rectangular projections don't have this property ex: http://geographer-at-large.blogspot.com/2011/08/fun-with-map...)

The issue is interior angels of a triangle on a sphere don't add up to 180 degrees so you literally can't preserve all angles on a projection.

PS: If you actually walk exactly 1 mile north, 1 mile west, 1 mile south, then 1 mile east you don't necessarily end up on exactly the same place on a globe. (It does work if you start half a mile below the equator.)

Edit: Not that the earth is even a sphere...

It preserves angles locally. https://en.wikipedia.org/wiki/Conformal_map
(comment deleted)
(comment deleted)
Yea, nm I was wrong. Shapes do get distorted near the poles, but at fixed latitude the distortion decreases as their size decreases.
(comment deleted)
(comment deleted)
If I understand correctly, Mercator is the only conformal projection where north is always up, no matter where you zoom in. That makes it nice for online maps. If you relax the "north is up" requirement, there's tons of conformal projections that look nice: http://www.progonos.com/furuti/MapProj/Normal/ProjConf/projC...

I really like the "classic Guyou" projection: http://www.progonos.com/furuti/MapProj/Normal/ProjConf/Img/Z.... It mangles the ocean pretty badly, but the sizes and shapes of the landmasses are surprisingly realistic, and it's rectangular to boot.

I like the "classic Guyou" projection you linked to as well.

But referring back to the OP, notice the grid of books and curios along the entire neighboring wall, and the grid-like pattern of the wood flooring underneath. The Mercator projection seems of a piece with this grid theme in the room.

Your curvy Guyou projection would look great in this Lautner house: http://cdn.cstatic.net/images/gridfs/53e53330f92ea16cd900340...

According to your linked image, one advantage of classic Guyou projection to the writer of the article is that it seems to contain a straight, uninterrupted vertical path through only ocean. He stated that he wanted maximize ocean in his panel cut, but I think he still had to cut through a bit of Africa.
Very nice links. Thanks for posting.
"classic Guyou"... the sizes and shapes of the landmasses are surprisingly realistic

I don't think so at all. Australia is fairly balanced east/west in real life, but on that projection it looks like it's got an eastern tumour. Africa looks like it's got a western tumour. Spain looks like it's the size of the Arabian Peninsula. The British Isles (300k sq km) are the same size as India (3M sq km). It looks horribly distorted compared to a map on a globe.

> as many small villages marked on the map as possible

Based on this image: http://www.dominik-schwarz.net/potpourri/worldmap/images/DSC... the entire continent of Africa looks only slightly larger than Greenland (when in fact it's about 14 times larger), and substantially smaller than Russia (when it is actually ~1.7 times larger).

Greenland has a population of ~60,000. Africa has a population of ~1.1billion.

I think Africa would have more small villages than Greenland (and Northern Russia) combined, yet is afforded less space.

(comment deleted)
Guarantee everyone in this comment thread saw that episode of the West Wing where CJ meets the cartographers for social cartography. Me too. Big block of cheese, indeed...
That was a very amusing episode! I enjoyed it.
Ha, it permanently ruined (Mercator) maps for all of us!
> I guess there's no accounting for taste.

Unless you're a hipster nerd trying hard to seem sophisticated. In that case, fashion is everything.

(comment deleted)
I have to agree. I love the idea here, it's something I've dreamt of myself, but even after trimming Antarctica and the Arctic, I feel like the map is dominated by the least interesting possible features on the globe: Greenland and Siberia. Worse, those features fall closest to eye level.

On some level this is an unsolvable problem, but I was disappointed to see him spend more time on the pins he used than on the tradeoffs involved in the projection.

For the same reason we have long accepted sci-fi movies with sounds in space. Imagine Star Wars without that.

Now I wish we did not accepted that fast the lens-flares, but hey - my kid loves them.

Yeah, a world map that shows Greenland and South America at the same size is probably not a map I want in my living room. Even sticking pins in it would feel weird, knowing that Brazil is the size of Montana or whatever.
Stylistically speaking, Mercator is classic. If the map is just there as art, maybe your goal is to invoke the map on the wall of some ancient study in England.
he didnt, he just printed what google showed him
Does anyone know how to achieve this for individual states of India? I would like to have huge maps printed for individual states which shows even the big villages.Is this possible? Or atleast can we do this for big cities like Mumbai, Chennai, Delhi?
Look into the openstreetmap based tools mentioned in other comments. They allow to customize a lot about the presentation.
I tried 5% of what you did and failed... Basically I would pay for one... I guess this one is saved on the project list backburner.

www.kayatilev.com most of my work is furniture. Finishing up a coffee table would love feedback.

This is an awesome project!

I get the projection issues. He wants to see the details and be able to roam them. For one who is going to spend a lot of time close up, this project is a home run. Well done, and I'm envious.

When I was a kid, I would collect the large size maps Nat Geo would produce. Had a variety of them on the wall, and for reasons very similar to the ones expressed by this guy. It's fun to think about the places in the world, and associate them in various ways.

Visits, reading about things, photos, whatever, can all be placed into context and having a big map helps one with a sense of the world and it's many features and people. The pins bother me, but I stuck pins in mine too, and since he can reprint, no worries! I wonder if drawn tungsten or something might serve as a very small diameter pin? Could get a length of it, sharpen the ends, and dip into something to form the heads...

FWIW, a shameless plug for the company where I had my first programming job as a 17 year old: www.marketmaps.com. They will print and ship HUGE maps without a moment's hesitation. Choose a nice world map with a decent projection or send them a PDF and they'll overnight to you :-)
Oddly, they don't seem to have world maps advertised online. Everything else though!
Try here: http://www.mapsales.com/world-wall-maps.aspx

I think marketmaps.com landing page is pretty focused on the US, but they have a pretty extensive catalog, and you could also design your map with QGIS from OSM data and send them the PDF.

Do you know of any UK / Euro companies that do the same?
Interesting they don't ship paper maps over a certain size, just laminated ones.
"OpenStreetMap... the additional work to custom style the maps would be extraordinary"

It absolutely wouldn't. Download TileMill or its successor, Mapbox Studio. Adjust the (Carto)CSS. Done.

Though for a map of this scale I'd probably work straight from Natural Earth[1] without involving OSM, to be honest.

Looks great, anyway.

[1] http://www.naturalearthdata.com/

I get the impression he's not just talking about coloring, but also about what labels to show, how to space and lay them out, etc. He mentions this explicitly:

> [...] the real challenge for a map service is to decide what they should and should not display. Google does an excellent job [...]

Google does do a very good job at this for online maps - but as you can see in his photographs, it is absolutely the wrong choice for a wall. Having the ability to change the labelling of a map to suit your needs is cartography and the OpenStreetMap map making toolkit is one of the better ways of achieving this.
You can edit all of that with CartoCSS. OP made a great map, but Mapbox Studio really is ideal for a project like this.

https://www.mapbox.com/guides/cartocss-in-studio/#studio

It doesn't follow that because CartoCSS/Mapbox studios is "editable", "customizable", and "easy", that the specific combinations of configuration and adjustment available would meet his complex criterion of minimizing time, effort, money, and aesthetics. I'd imagine Google Maps is optimized to a T for all of the tiny specific label placements you want, and I'm not convinced from the one-off choice it would have been a 100% better idea for the OP to use.

It might have been a better choice, and maybe he didn't evaluate the option, but I still imagine the complexity of these options for the OP's specific aesthetic taste is quite large.

There is indeed no great solution to 'prominence' in the OSM data. There have been efforts to add population information to places, and to promote so called villages into so called towns when they are locally important, but those efforts have not been completely systematic (so they might be better in Austria than Minnesota, and even worse in Wisconsin).

Which is one reason to turn to the Natural Earth data, it has been curated more systematically than OSM.

> There is indeed no great solution to 'prominence' in the OSM data.

There has been lots of research about how to automatically produce Goldilocks Maps (enough information - but not too much) - I remember an article (whose URL I can't locate) which showed increased readability by pruning minor location names when they are too close to major locations. Google does that sort of thing well, but they are not the only ones nowadays - for example the osmfr Openstreetmap style does, in my opinion, a decent job of prioritizing labels: http://tile.openstreetmap.fr/

If you look at the database queries (search "placenames" here: https://raw.githubusercontent.com/cquest/osmfr-cartocss/mast... ), it is largely leaning on population data.

I looked around the local area here and it turns out to be quite reasonable, but there are also more than a couple misses, where the more notable town/village in a pair is suppressed.

> I'd imagine Google Maps is optimized to a T for all of the tiny specific label placements you want

As i noticed the other day, they certainly have a very precise notion of where Great Britain is:

http://i.imgur.com/GMqYfkM.png

>Google Maps is optimized to a T

example image used in the article shows most countries with their capitals, and others with some random cities highlighted, truly to the T!

(comment deleted)
Or for the interested, TileMill would be better as you can print exports in PDF as vectors. I spent a great deal of time trying to manually create transit maps for one of our 'archaic' transit agencies, and this was before Mapbox Studio's time. I use Studio a bit, but TileMill does the better job as it caters better for offline usage.

I do agree with others though that it would have been a great amount of effort to invest in understanding CartoCSS for his requirements, and getting to create it.

I'll be honest, I never really gave a lot of thought to whether or not I'm a "map lover" until this HN topic appeared in my feed, but your comment hooked me in...

...so much for this morning's priorities. /sigh

If you're familiar with the Natural Earth data set, do you know if it is possible to apply a transformation so a map could be printed of the World using the Cahill or Waterman projection?

I can envision a striking large-scale art piece that started from a "butterfly" representation of the World.

The data is stored as coordinates, so given software that supports a projection and understands the system used to store the data, it can be transformed.

(Much recently available data is stored using geographic coordinates - basically the latitude and longitude, and maybe the elevation, but a lot of older data, and especially government data, is stored in coordinate systems that are designed to limit the error in spatial analyses that are done on the data. This isn't really something that you would have to understand deeply to make a map in a given projection, but you might have to deal with it along the way.)

You can download QGIS and change the projection system pretty easily. It's also useful for doing other things like simplifying geometries, removing extra data columns, etc.
You should put your email address in your HN profile, so people can contact you. :-)
(comment deleted)
This is an amazing thread and comment. I've been looking to do a similar thing to the OP, and his much more thorough research confirms what I had found - none of the map sellers provide quite what I want, and I would have to resort to building it myself out of google maps (ideally using the API, not the web client).

Mapbox looks like exactly the thing I'm looking for (I want a local street-level map), thanks!

Your thought was my first thought too: but then I realized that Mapbox's products only support Web Mercator projection, which kinda ruins it for me :(
I wish someone would have recommended him to tweak one of many available OSM styles in TileMill. He also could have exported the layer in any tile shape, projection, and resolution using mapnik. You can even render to vector trivially, which comes in very handy for any printable pdfs.

https://github.com/mapbox/osm-bright

https://github.com/mapnik/mapnik/wiki/MapnikRenderers

The project was started 1,5 years ago at the time of writing the article.
I've been using Mapnik for about 8 years now, I think, since it was the first alternative to MapServer. OSM has always been using Mapnik, with mapnik styles in CartoCSS for a long time too (http://wiki.openstreetmap.org/wiki/CartoCSS). TileMill beta (https://github.com/mapbox/tilemill/tree/v0.5.1) came out 4 years ago. So, I definitely would have made the same recommendation 1.5 years ago. It still came out pretty cool :)

Feel free to ask me any gis or web mapping questions as demiurge@irc.freenode.org, I'd love to facilitate more beautiful maps out there.

It would kill me to stick pins in something that nice looking.
Ugh, that was my first thought when I got to the end too. After all that work and expense, I was hoping he'd installed a ferromagnetic backing and was going to use tiny magnets as markers.
Well, once he killed it with his pins, he can print a new one with a different projection.
Yes, the printing was the easy part. In a few years, when the ink fades, he can print it again and remount on the same surface.
I used to do this all the time in the military. We would glue together and laminate smaller maps into one big map (That was then used in a control point for real time planning).
I was about to say—isn't this sort of thing (fine-granularity topographic surveying/GIS) exactly what the Professional version of Google Earth is for, marketed to governments/militaries/etc.?
Which is now free, and lets you save images at 4800x4800 pixels, if you adjust your window just right. Not much use for flat projections though
National Geographic mural map is pretty decent (but yes, it's heavy on borders) http://shop.nationalgeographic.com/ngs/product/maps/wall-map...
The Earth-toned version looks much nicer IMHO http://shop.nationalgeographic.com/ngs/product/maps/wall-map...
Seeing what he ended up with, I don't think he would have been happy with how much of these maps are graphic design, not map.
I thought this one was smaller but it's actually a bit bigger than the one posted. (I have a smaller version of this one, very nice map)
Be careful the National Geographic online store sell their customer's information to marketers. Source: They did it to me.

If you want to opt out you'll have to send a physical letter to a specific address which is only found by clicking "Privacy & Security" then clicking "Privacy Policy" then "complete Privacy Policy" and final in the section called "V. Your Choices"

However they note that even sending this letter may do nothing:

> Because we plan our communications in advance, it may take several weeks for your request to become effective. If you continue to receive our communications in error after expressing an opt-out preference, please let us know so that we can investigate the situation.

And by that "few weeks" they likely have already sent your personal information to "other selected third parties" making the entire exercise pointless.

I love how intentionally misleading their "Privacy & Security" page is. And how even if you click "Privacy Policy" you just get a summary page which is equally misleading. You have to go down three layers to find the legitimate policy which sets out all of their scummy practices.

Too bad he chose Mercator projection. Gall–Peters or Robinson would be my choice.
I'm wondering why he has a skull for a bookstop :)
Why do people feel like they can just edit Antarctica out?
Typical anti-Antarctican sentiment! Rise up, ice crystals!
If using Mercator, you're left with the choice of "absurd surface area consumed" or "trim the nigh-unpopulated lump".
Why not? It's a pretty much uninhabited, massive chunk of land. It's practically the definition of wasted space in a project like this.
(comment deleted)
"Even when the data quality is great the real challenge for a map service is to decide what they should and should not display. Google does an excellent job in always showing the right amount of information."

I used to work on tile rendering at Google and considerable effort was spent on this. Thank you!

Back in the day when Google Maps first came out, I got a bit.. obsessed with it. I wrote a bit of code to download map tiles (they had an interesting, recursive spiral indexing scheme) and stitch them into large images, and printed poster-sized satellite imagery on a 4' plotter I should not have had access to at work. Such beautiful imagery..
a long time ago, like, in the early years of google maps, I used some perl code someone published to pull down the tiles necessary to print off a 16 page map that I could tape together and put on the wall. I think the code was taken down shortly after because of a legal claim. Google obviously doesn't want their service/tiles being used for that....data/imagery owned by them and whatever map data company... Whether you can easily download the tiles or not due to browser caching, doesn't make it legal to use in stuff.

But all in all, hats off, fun project/good results

Well, the poster is in Germany, so German laws apply and section 53 of the copyright law (which is referred to in the post) clearly states that this is allowed use:

> It shall be permissible for a natural person to make single copies of a work for private use on any medium, insofar as they neither directly nor indirectly serve commercial purposes, as long as no obviously unlawfully-produced model or a model which has been unlawfully made available to the public is used for copying. A person authorised to make copies may also cause such copies to be made by another person if no payment is received therefore, or if it involves copies on paper or a similar medium which have been effected by the use of any kind of photomechanical technique or by some other process having similar effects.

http://www.gesetze-im-internet.de/englisch_urhg/englisch_urh...

Notes about projection choice seem to prevail, which is nerdy. Well, 400 euros for a wall map seems like a lot of money, but what isn't described very well is how the source file was created. It seems like the guy was manually stitching screenshots. God knows how much time did this take. There's little to no hacking in this project. Just the bit where he makes something custom.
> There's little to no hacking in this project. Just the bit where he makes something custom.

Well the whole damn map/project was custom. Seems as the same amount of "hacking" as most posts in this sub, except this was not made inside a computer.

I'm pretty sure the costs were not a running tally, i.e. they need to be added up for a total of over 1140 EUR.
I was also confused about that. Just assumed he incremented expenses with each step, but I think you're right, since 10 euros for framing doesn't sound legit. At over thousand of material/services cost the whole thing appears to be even less sensible.
It looks really nice, but it seems a shame to me that the ocean appears featureless.

If I were printing all that blue ink, I'd want ocean trenches to stand out in the same way that the mountain ranges do :)

I can't believe how negative the comments are here, criticizing the projection. I don't really like the term "middlebrow dismissal" but it seems to apply.

As an aside, have you looked closely at Greenland on a globe? It looks all wrong - long and skinny like someone messed up the aspect ratio.

> As an aside, have you looked closely at Greenland on a globe? It looks all wrong - long and skinny like someone messed up the aspect ratio.

:) Yeah! I don't know why the 3D spherical projection gets a free pass when we're talking about mapping.

There's an unbelievable amount of pretentiousness in this thread, it's ridiculous.
Imagine the roar if he'd used Comic Sans as the typeface for all place names. And made the frame out of re-purposed shipping pallets.
I haven’t contributed to those comment threads, but I have found them much more interesting to read than the original article, regardless of the putative quantity of neocortex supporting their authors’ brows.