HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
11–20 of 67 posts
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#12Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#13I would include a zoom function, some small countries are hard to find.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#14Nice and interesting, well done! I also like the offline caching feature. The only tiny imperfection I see it's in the lines connecting two countries, I'd like to see an arrow so I know if I'm looking at arrivals or departures. Is there a way to filter the GMO database to see only the current migration flow (say, last 5 years)?
I have tried to add arrows at some point, but it cluttered the visualization too much (especially for countries where migrations are quite local : limited to border-sharing countries). That said, there may be a solution I did not think about.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#15Minor nitpick: When I click on 'Macedonia' the origin point appears in Sweden. When I click on 'Serbia' it appears in Canada.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#16This is awesome really enjoyed it, spent about 20 mins checking out how people and moving around the world. I would include a zoom function, some small countries are hard to find.
At first I wanted to use polymaps, which supports zoom and pan, but I found it difficult to draw on top of it (for the "arrows") and it lacked ie support. So I went for Raphael.js, but found it to cumbersome to implement zoom and pan.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#17Very impressive, nicely done! Spent a couple of minutes exploring migrant streams. Minor nitpick: When I click on 'Macedonia' the origin point appears in Sweden. When I click on 'Serbia' it appears in Canada.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#18Really Responsive too and it all works in Opera or seemed to anyway, so many developers forget about Opera because it doesn't have the same amount of marketing as the others. But anyway Sweet Build!
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#19This is really informative, and very well done to boot. Great work! The colour scheme struck me as a little odd, though. It goes from darker (more migration) to lighter (less migration) but then abruptly to dark grey (no migration), making it harder to interpret at first glance. It would be nice if it were somewhat monotonic: bright colour = more migration, darker/duller colour = less migration, dark grey = no migrat…
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#20Fascinating how boring data may be presented interesting and fresh by simple vizualisation. This remings me of the TED talk given by Hans Rosling about global statistics of population, mortality, internet access etc. Whoever made this map should contact mr. Hans, I smell collaboration there.