New York City

Download (60 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'us-ny-newyork_mill'});

Download (62 KB)

To render the map use the following code:

$('#map').vectorMap({map: 'us-ny-newyork_merc'});

Codes

1 1 Manhattan
2 3 Brooklyn
3 2 Bronx
4 5 Staten Island
5 4 Queens

Processor config

[{
  "name": "read_data",
  "file_name": "new-york-boroughs/nybb.shp"
},{
  "name": "write_data",
  "format": "jvectormap",
  "params": {
    "code_field": "BoroCode",
    "name_field": "BoroName",
    "name": "us-ny-newyork"
  }
}]

Data source

This map is based on data available at http://www.nyc.gov/html/dcp/html/bytes/dwndistricts.shtml#bcd. Data is in public domain.