World Capitals Voronoi

132 points
1/21/1970
7 days ago
by vincnetas

Comments


pithon

The framerate and latency on this visualization is absolute magic. Hover the mouse around over the sphere: https://www.jasondavies.com/maps/voronoi/

4 days ago

canyp

Indeed. It is rare to encounter a webgl/gpu visualization that doesn't rev up the fans at 100% while sitting idle, let alone to have this low latency handling input. Virtually all web demos I have seen run terribly because literally 0 attention is paid to actual rendering. The other day somebody submitted one here and admitted they didn't know backface culling was a thing. They also almost universally have no sort of frame pacing.

4 days ago

chrismorgan

I find zooming on this world capitals one to be quite slow for some reason, mostly well below 10fps, and it’s rendering all frames rather than skipping to keep up (the wrong decision, I reckon). Panning is excellent; and zooming is fine on /maps/voronoi/, which has only a dozen or so points, which I guess must be few enough not to slow it down. I’m curious what’s going on, but not enough to delve into the code myself.

Actually, even /maps/voronoi/ lags if you zoom in really far, and in a way that can break the scroll capture—I presume the code is non-passively watching scroll events and calling preventDefault(), but once it’s lagging hard enough the browser takes matters into its own hands and says you didn’t act fast enough.

4 days ago

sheept

It feels quite choppy on mobile, but I think it could be fixed by adding touch-action: none

4 days ago

jasondavies

Fixed!

4 days ago

the_origami_fox

South Africa is split into 4 segments. Johannesburg is not a capital. Otherwise South Africa has 3 capital cities - administrative (Pretoria), legislative (Cape Town) and judicial (Bloemfontein) - but Pretoria is informally considered the "main" capital.

4 days ago

jasondavies

Fixed!

4 days ago

rubenvanwyk

Came here to say this.

4 days ago

Beretta_Vexee

Perhaps you should limit it to capital cities or states with a certain population size. Including all the European microstates does not seem appropriate to me; Andorra, Monaco, San Marino and the Vatican have very varying degrees of independence and geopolitical significance.

4 days ago

zamadatix

Regardless of how one selects states there will always be comments saying it was done wrong. Don't fall into this trap, just stick with one of the UN lists as has already been done here (looks like members+recognized observer states) and accept not everyone can be perfectly pleased with what is considered a state or not.

Interactive data filters would definitely be fun on its own account though. E.g. the population slider or by having a button making it the largest cities above x population instead of countries/capitals or so on with centers of states. It looks like there are several different maps on this site, such things may make it more a single experience with more overall value than the separated parts. Still cool as it is though :) just one possibility to go further with it.

4 days ago

pcrh

The Vatican is surrounded on all sides by Rome. It is on the boundary of Municipio I (historical center) and Municipio XIII (Aurelia), however. So is Municipio I considered the "actual" capital of Italy?

Also, the Vatican is the Holy See (as in seat), not Holy Sea (as in water)...

4 days ago

jasondavies

Excellent point. I've removed Vatican City from the map for now, as it is entirely enclosed by another capital city (Rome) and so its Voronoi cell will be tiny.

4 days ago

maybewhenthesun

Very nice.

I guess most dutchies would disagree with the decision to pick De Hague as the Main Capital, though :-)

While all power is in De Hague , Amsterdam definitely is the Capital. De Hague is for complaining about, Amsterdam is for celebrating.

4 days ago

jasondavies

Fixed. It was originally Amsterdam, but I was experimenting with resolving ambiguous capitals by using the de facto seat of government, based on other feedback here (e.g. South Africa originally had multiple capitals). I've switched back to the more familiar atlas capital in ambiguous cases.

4 days ago

cperciva

It would be interesting to see a map which was not minimizing [distance to capital] but instead minimized [distance to capital]/sqrt([national population]). The latter would be more robust against Sybil attacks.

4 days ago

mckn1ght

I was wondering what kind of metric could be used to visualize a nation’s ability to project power. Maybe some ratio involving the furthest distance from the capital city to the nation’s border?

I’m curious why the sqrt of the population in the denominator?

4 days ago

cperciva

Square root of the population is because that's what it takes to normalize large vs small countries. Imagine slicing a country into quarters; each slice has a quarter of the population and half the radius.

4 days ago

MarkusQ

I think that's supposed to be read as "or"? (I momentarily had the same confusion myself.)

4 days ago

wood_spirit

Related post from same site earlier this week https://news.ycombinator.com/item?id=48385457

4 days ago

spprashant

It took me this map to realize the capital of Sri Lanka is Sri Jayawardenepura Kotte, and not Colombo as I thought for over 30 years.

Always interesting to find capital cities which are in fact not the most famous cities from that country. Makes for great trivia questions.

4 days ago

THX1137

Not quite - it's somewhat like South Africa in that certain institutions are in Colombo and others in Kotte (specifically the legislature is in Kotte). In addition, Kotte and Colombo are nearly adjacent.

4 days ago

forthwall

Interesting, if a country has multiple capitals, it gets split even more!

5 days ago

jasondavies

I've updated the map to use only one de facto capital city per region.

4 days ago

keybored

I think Montevideo’s slice of Antarctica is the craziest.

4 days ago

pcrh

Las Malvinas son Uruguayo.

4 days ago

raverbashing

The funny thing about this is that it's almost realistic

But in fact of course geography plays a big part

That "non-existent" country between France and Spain would actually be the center of Occitan/Langues d'Oc. (Well, it's actually the location of Andorra)

It is also in the middle of the Pyrenees so of course that is going to push population out to the sides

Same thing for where the areas "bleed over" water regions or some rivers

4 days ago

mattoxic

Taipei claiming a big chunk of the PRC. Probably go down as well as Ottawa and Mexico City claiming big chunks of the USA

4 days ago

yellowapple

Funny enough, Mexico's borders on this globe ain't far off from where they were before the Mexican-American War.

4 days ago

nsavage

The bad news is that we lose Windsor in this trade. The good news is that we pick up Seattle and Minneapolis.

4 days ago

orthoxerox

Well, it has claims on all of China in reality, being the rump state.

4 days ago

T_S_

New Risk board released

4 days ago

f137

Suppose right before this re-bordering takes place, the countries are given the chance to change the capitals' location. Suppose further that they all do it to maximize the area after re-bordering.

I wonder how much the result will differ?

4 days ago

dimview

Looks like it uses seven colors (including bodies of water). Can it be done with fewer colors? The four color theorem does not quite apply, as all bodies of water have to be the same color.

4 days ago

pimlottc

I would love to see some stats with this. What countries gain/loss the most? Which countries are the last changed? What areas are the now the most countries away from their original country?

5 days ago

jcranmer

Eyeballing the map:

For largest absolute net gain of land area, I guess Mongolia wins the cake, getting a very large slice of Siberia while losing almost no land. For a percentage net gain of land area, maybe one of the European microstates, or East Timor.

Largest absolute net loss of land area is Russia for sure. Largest percent loss is... probably Russia? Again, losing Siberia is a large fraction of its land, and nobody else seems to be so screwed by the distance.

Excluding overseas territories, there's three borders between Yakutia-cum-Japan and its current capital, Moscow, and another case of that in the far western reaches of Brazil. If you include overseas territories, well, French Polynesia is currently almost literally antipodal from Paris, and I don't really know how you would count 'most countries away' in that case, but you can't really get further than that.

5 days ago

radpanda

I dunno, New Zealand getting a big chunk of Antarctica is a pretty big percentage gain too.

4 days ago

zamadatix

@jasondavies, if you're still taking small enhancement requests - a fullscreen button (for the visualization, not the whole page) would be fabulous

4 days ago

zamadatix

I don't know who would be more upset - the UK for losing so much to Ireland or France for losing a little bit to the UK.

4 days ago

CGMthrowaway

Well, this was a creative way of solving Iran's blockade of the Strait of Hormuz!

3 days ago

legostormtroopr

Speedrun: Starting World War III, any%

4 days ago

gnoll_of_gozag

would be interesting to see one that takes into account things like railroads or terrain ruggedness

4 days ago

martinclayton

Dublin knabs a decent chunk of Great Britain, Copenhagen gets southern Sweden. Seems fair.

5 days ago

raverbashing

If they added Cardiff and Edinburgh I think the map would be more realistic

4 days ago

OisinMoran

Join the Celtic Union, don't be shy!

4 days ago

Svoka

Ukraine's capital is misspelled "Kiev". Should be "Kyiv"

4 days ago

falcor84

Just for a bit of context, this site is from over a decade ago, at which point almost everyone outside of Ukraine used the old spelling of Kiev, despite the official transliteration change to Kyiv from 1995 [0]. Ukraine ended up having to run the KyivNotKiev [1] campaign to get other countries to adopt the new spelling, which mostly gradually happened over the last few years. But I think it's a bit much to expect every resource out there to retroactively update their spelling.

[0] https://en.wikipedia.org/wiki/Names_of_Kyiv

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

4 days ago

Svoka

Thank you for westsplaining me my history.

It was always Kyiv. Your (personal or collective) ignorance and/or obsession over moscowite imperiealists doesn't change the name of my city.

3 days ago

4gotunameagain

Kiev is a perfectly valid English spelling.

4 days ago

Svoka

Love when people try to explain me how to call my city.

3 days ago

4gotunameagain

Yeah, in English. Turns out you cannot choose how other languages refer to your country or your city, who would've guessed ?

Please only refer to Ethiopia as ܟ݁ܽܘܫ from now on. They know how their country is called.

2 days ago

jasondavies

Fixed!

4 days ago

Svoka

Thanks. Only correct response.

3 days ago

polotics

the choice of which city makes it into a dot seems very arbitrary, just for my corner of the woods, I see Genova and Lyons are omitted even they they are larger than their dot-neighbours on this map...

4 days ago

yiyus

It's not arbitrary. They are the capitals. Capitals are not necessarily the largest cities.

4 days ago

mlsu

Now the corollary. For each country, given existing borders, place the capital directly in the geographic area centroid? Population centroid? Which capitals move most?

4 days ago

Conscat

I find it very funny to imagine Keralam and Tamil Nadu part of Sri Lanka.

5 days ago

rv1994

Although ethnically they're closer to Sri Lanka than North India

4 days ago

NathanielBaking

Madison, Canada. Now I just need to sell this to the Canadians.

4 days ago

jezzamon

I want to see one a diagram which includes the oceans too

5 days ago

Georgelemental

Hmm, looks like it models capital cities as a single point, and therefore assigns much more territory to Vatican City than would a model that took into account Rome's city boundaries

4 days ago

bensyverson

Yes, this is the point, right?

4 days ago

Liquid_Fire

It says "determined by the closest capital city". The only area where Vatican City is closer than (some part of) Rome is within Vatican City.

4 days ago

canyp

It is the point, precisely.

4 days ago

vulcan01

Huh, Canada seems roughly intact (except for BC).

5 days ago

wk_end

BC's intact too, if I'm reading this correctly. We lose some far north to Iceland and the very southern tip of Ontario to the US, and that seems to be it as far as I can tell. And as a trade we get New England, a good chunk of Washington, and the northern Plains and a bit of the Midwest. Not bad, really!

5 days ago

[deleted]
5 days ago

vincnetas

If country boundaries were Voronoi diagrams with respect to their capitals.

7 days ago

syats

Great work.

5 days ago

brunellus

I really enjoyed this.

5 days ago

bwestergard

Seems right, ship it.

5 days ago

yattapick

[flagged]

4 days ago