admin管理员组

文章数量:1130349

I'm looking to use D3 to draw a map with some points on it. The Albers Projection US works great. I need a map with Canada (by province), Mexico (by state) and Puerto Rico on it as well. Any remendation for the best projection on this map would be greatly appreciated.

Thanks!-Dre

I'm looking to use D3 to draw a map with some points on it. The Albers Projection US works great. I need a map with Canada (by province), Mexico (by state) and Puerto Rico on it as well. Any remendation for the best projection on this map would be greatly appreciated.

Thanks!-Dre

Share Improve this question asked May 20, 2013 at 21:56 Andres AlvarezAndres Alvarez 211 silver badge2 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 13

As far as projections go, the azimuthal equidistant projection isn’t a bad choice for this purpose:

You should be able to follow my Let’s Make a Map tutorial to get the province and state-level data, or you can use the World Atlas project for the same, using the Admin 1 dataset from Natural Earth.

I'm looking to use D3 to draw a map with some points on it. The Albers Projection US works great. I need a map with Canada (by province), Mexico (by state) and Puerto Rico on it as well. Any remendation for the best projection on this map would be greatly appreciated.

Thanks!-Dre

I'm looking to use D3 to draw a map with some points on it. The Albers Projection US works great. I need a map with Canada (by province), Mexico (by state) and Puerto Rico on it as well. Any remendation for the best projection on this map would be greatly appreciated.

Thanks!-Dre

Share Improve this question asked May 20, 2013 at 21:56 Andres AlvarezAndres Alvarez 211 silver badge2 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 13

As far as projections go, the azimuthal equidistant projection isn’t a bad choice for this purpose:

You should be able to follow my Let’s Make a Map tutorial to get the province and state-level data, or you can use the World Atlas project for the same, using the Admin 1 dataset from Natural Earth.

本文标签: