HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
1–10 of 67 posts
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#2Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#3The GDP of Somalia is apparently so low it is NaN.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#4BTW changing #hashcode based on the country looking at would be great too.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#5Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#6Very nice. I was wondering how difficult it would be to capture a particular state of the map (say UK departures) as a PNG for embedding or generating a PDF. Could you do that on the server side?
That said, I have already been pondering about this for a previous projects: http://populationpyramid.net and there are solutions : either export the svg tags through an ajax query to a server that would then render it as PNG, or create a script that would create the svg files directly from the data. I did not take time to implement this, though (I have to sleep sometimes...)
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#7The 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)?
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#8Nice 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)?
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
#9The 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 migration.
Re: HTML5 Map of the the World Migrations using SVG, Raphael.js and offline storage
#10Nice 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.