Skip to content

Commit

Permalink
Fixes #31. All active countries now accounted for.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannah committed Jul 23, 2013
1 parent eddd3ab commit d76ddeb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions bin/xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,20 +44,24 @@ my %map_coordinates = (
'Korea (Republic of)' => [ 95, 45, 2 ], 'Korea (Republic of)' => [ 95, 45, 2 ],
Malaysia => [ 95, 45, 2 ], Malaysia => [ 95, 45, 2 ],
Nepal => [ 84, 28, 6 ], Nepal => [ 84, 28, 6 ],
Philippines => [ 120, 12, 5 ],
Qatar => [ 95, 45, 2 ], Qatar => [ 95, 45, 2 ],
Russia => [ 95, 45, 2 ], Russia => [ 95, 45, 2 ],
Singapore => [ 95, 45, 2 ], Singapore => [ 95, 45, 2 ],
Taiwan => [ 95, 45, 2 ], Taiwan => [ 95, 45, 2 ],
Thailand => [ 101, 13, 5 ],
Turkey => [ 95, 45, 2 ], Turkey => [ 95, 45, 2 ],


Austria => [ 15.029297, 49.61071, 3 ], Austria => [ 15.029297, 49.61071, 3 ],
Belgium => [ 4.4, 51, 9 ], Belgium => [ 4.4, 51, 9 ],
Bulgaria => [ 15.029297, 49.61071, 3 ], Bulgaria => [ 15.029297, 49.61071, 3 ],
'Czech Republic' => [ 15.4, 49.67, 7 ],
Denmark => [ 15.029297, 49.61071, 3 ], Denmark => [ 15.029297, 49.61071, 3 ],
Estonia => [ 15.029297, 49.61071, 3 ], Estonia => [ 15.029297, 49.61071, 3 ],
Finland => [ 15.029297, 49.61071, 3 ], Finland => [ 15.029297, 49.61071, 3 ],
France => [ 15.029297, 49.61071, 3 ], France => [ 15.029297, 49.61071, 3 ],
Germany => [ 15.029297, 49.61071, 3 ], Germany => [ 15.029297, 49.61071, 3 ],
Greece => [ 23, 39, 6 ],
'Hrvatska (Croatia)' => [ 15.029297, 49.61071, 3 ], 'Hrvatska (Croatia)' => [ 15.029297, 49.61071, 3 ],
Hungary => [ 15.029297, 49.61071, 3 ], Hungary => [ 15.029297, 49.61071, 3 ],
Ireland => [ 15.029297, 49.61071, 3 ], Ireland => [ 15.029297, 49.61071, 3 ],
Expand All @@ -78,9 +82,11 @@ my %map_coordinates = (
'United Kingdom' => [ 15.029297, 49.61071, 3 ], 'United Kingdom' => [ 15.029297, 49.61071, 3 ],
Yugoslavia => [ 15.029297, 49.61071, 3 ], Yugoslavia => [ 15.029297, 49.61071, 3 ],


Canada => [ -90, 40, 3 ], Canada => [ -90, 40, 3 ],
USA => [ -90, 40, 3 ], Mexico => [ -102, 23, 5 ],
'United States of America' => [ -90, 40, 3 ], Guatemala => [ -90.4, 15.8, 7 ],
USA => [ -90, 40, 3 ],
'United States of America' => [ -90, 40, 3 ],


'Costa Rica' => [ -76, 9, 3 ], 'Costa Rica' => [ -76, 9, 3 ],


Expand Down

0 comments on commit d76ddeb

Please sign in to comment.