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.
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.
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.
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.
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.
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)...
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.
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.
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.
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.
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.
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?
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.
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?
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.
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...
Now the corollary. For each country, given existing borders, place the capital directly in the geographic area centroid? Population centroid? Which capitals move most?
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
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!
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
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.
The framerate and latency on this visualization is absolute magic. Hover the mouse around over the sphere: https://www.jasondavies.com/maps/voronoi/
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.
It feels quite choppy on mobile, but I think it could be fixed by adding touch-action: none
Fixed!
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.
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.
Came here to say this.
Fixed!
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.
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.
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)...
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.
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.
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.
2014 https://web.archive.org/web/20140515004053/https://www.jason...
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.
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.
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.
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.
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?
I think that's supposed to be read as "or"? (I momentarily had the same confusion myself.)
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.
Related post from same site earlier this week https://news.ycombinator.com/item?id=48385457
@jasondavies, if you're still taking small enhancement requests - a fullscreen button (for the visualization, not the whole page) would be fabulous
Interesting, if a country has multiple capitals, it gets split even more!
I've updated the map to use only one de facto capital city per region.
New Risk board released
Taipei claiming a big chunk of the PRC. Probably go down as well as Ottawa and Mexico City claiming big chunks of the USA
Funny enough, Mexico's borders on this globe ain't far off from where they were before the Mexican-American War.
The bad news is that we lose Windsor in this trade. The good news is that we pick up Seattle and Minneapolis.
Well, it has claims on all of China in reality, being the rump state.
would be interesting to see one that takes into account things like railroads or terrain ruggedness
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?
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.
I dunno, New Zealand getting a big chunk of Antarctica is a pretty big percentage gain too.
I think Montevideo’s slice of Antarctica is the craziest.
Las Malvinas son Uruguayo.
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...
It's not arbitrary. They are the capitals. Capitals are not necessarily the largest cities.
Now the corollary. For each country, given existing borders, place the capital directly in the geographic area centroid? Population centroid? Which capitals move most?
Dublin knabs a decent chunk of Great Britain, Copenhagen gets southern Sweden. Seems fair.
If they added Cardiff and Edinburgh I think the map would be more realistic
Join the Celtic Union, don't be shy!
I find it very funny to imagine Keralam and Tamil Nadu part of Sri Lanka.
Although ethnically they're closer to Sri Lanka than North India
Madison, Canada. Now I just need to sell this to the Canadians.
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
Yes, this is the point, right?
It is the point, precisely.
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.
I want to see one a diagram which includes the oceans too
Speedrun: Starting World War III, any%
Huh, Canada seems roughly intact (except for BC).
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!
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
If country boundaries were Voronoi diagrams with respect to their capitals.
Ukraine's capital is misspelled "Kiev". Should be "Kyiv"
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
Fixed!
Kiev is a perfectly valid English spelling.
Great work.
I really enjoyed this.
Seems right, ship it.