Incorecttarget / protovis-js

Automatically exported from code.google.com/p/protovis-js
1 stars 0 forks source link

countries.js : shouldn't map Greenland as part of Canada #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The file countries.js contains border points that include Greenland as part of 
Canada. Greenland is an autonomous country that is within the Kingdom of 
Denmark.

The fix is easy enough, the last border point for Canada in the countries.js 
file should be "[-80.31534576,62.08556366]" and the remaining points currently 
in the Canada dataset should be applied to Greenland (country code GL). Please 
note that Greenland wasn't a country in the file before this modification.

snippet : 

....
,[-80.31534576,62.08556366]]]},
{code:"GL", name:"Greenland", 
borders:[[[-46.76373672,82.62796021],[-43.40642548,83.22515869], ...

Original issue reported on code.google.com by thatsmys...@gmail.com on 14 Jun 2011 at 10:04

Attachments: