USA

Download (92 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'us_aea'});

Download (94 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'us_lcc'});

Download (79 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'us_mill'});

Download (84 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'us_merc'});

Codes

1 US-VA Virginia
2 US-PA Pennsylvania
3 US-TN Tennessee
4 US-WV West Virginia
5 US-NV Nevada
6 US-TX Texas
7 US-NH New Hampshire
8 US-NY New York
9 US-HI Hawaii
10 US-VT Vermont
11 US-NM New Mexico
12 US-NC North Carolina
13 US-ND North Dakota
14 US-NE Nebraska
15 US-LA Louisiana
16 US-SD South Dakota
17 US-DC District of Columbia
18 US-DE Delaware
19 US-FL Florida
20 US-CT Connecticut
21 US-WA Washington
22 US-KS Kansas
23 US-WI Wisconsin
24 US-OR Oregon
25 US-KY Kentucky
26 US-ME Maine
27 US-OH Ohio
28 US-OK Oklahoma
29 US-ID Idaho
30 US-WY Wyoming
31 US-UT Utah
32 US-IN Indiana
33 US-IL Illinois
34 US-AK Alaska
35 US-NJ New Jersey
36 US-CO Colorado
37 US-MD Maryland
38 US-MA Massachusetts
39 US-AL Alabama
40 US-MO Missouri
41 US-MN Minnesota
42 US-CA California
43 US-IA Iowa
44 US-MI Michigan
45 US-GA Georgia
46 US-AZ Arizona
47 US-MT Montana
48 US-MS Mississippi
49 US-SC South Carolina
50 US-RI Rhode Island
51 US-AR Arkansas

Processor config

[{
  "name": "read_data",
  "file_name": "ne_10m_admin_1_states_provinces_lakes/ne_10m_admin_1_states_provinces_lakes.shp",
  "filter": "iso_a2 = \"US\""
},{
  "name": "remove_small_polygons",
  "minimal_area": 1000000000
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "iso_3166_2",
    "name_field": "name",
    "name": "us",
    "insets": [{
      "codes": ["US-AK"],
      "width": 220,
      "left": 0,
      "top": 440
    },{
      "codes": ["US-HI"],
      "width": 80,
      "left": 245,
      "top": 460
    }]
  }
}]