Last active
September 10, 2021 18:54
-
-
Save johndhancock/7a248c63d6624052922faeafa7691ec4 to your computer and use it in GitHub Desktop.
Boston Neighborhoods.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Roslindale", | |
"latlong": [-71.1245, 42.2913] | |
}, | |
{ | |
"name": "Jamaica Plain", | |
"latlong": [-71.1202, 42.3098] | |
}, | |
{ | |
"name": "Mission Hill", | |
"latlong": [-71.1038, 42.3298] | |
}, | |
{ | |
"name": "Longwood", | |
"latlong": [-71.1048, 42.3380] | |
}, | |
{ | |
"name": "Bay Village", | |
"latlong": [-71.0680, 42.3491] | |
}, | |
{ | |
"name": "Leather District", | |
"latlong": [-71.0578, 42.3506] | |
}, | |
{ | |
"name": "Chinatown", | |
"latlong": [-71.0621, 42.3513] | |
}, | |
{ | |
"name": "North End", | |
"latlong": [-71.0542, 42.3651] | |
}, | |
{ | |
"name": "Roxbury", | |
"latlong": [-71.0949, 42.3249] | |
}, | |
{ | |
"name": "South End", | |
"latlong": [-71.0770, 42.3413] | |
}, | |
{ | |
"name": "Back Bay", | |
"latlong": [-71.0796, 42.3507] | |
}, | |
{ | |
"name": "East Boston", | |
"latlong": [-71.0391, 42.3752] | |
}, | |
{ | |
"name": "Charlestown", | |
"latlong": [-71.0617, 42.3779] | |
}, | |
{ | |
"name": "West End", | |
"latlong": [-71.0638, 42.3639] | |
}, | |
{ | |
"name": "Beacon Hill", | |
"latlong": [-71.0677, 42.3589] | |
}, | |
{ | |
"name": "Downtown", | |
"latlong": [-71.0568, 42.3576] | |
}, | |
{ | |
"name": "Fenway", | |
"latlong": [-71.0975, 42.3435] | |
}, | |
{ | |
"name": "Brighton", | |
"latlong": [-71.1565, 42.3501] | |
}, | |
{ | |
"name": "West Roxbury", | |
"latlong": [-71.1494, 42.2792] | |
}, | |
{ | |
"name": "Hyde Park", | |
"latlong": [-71.1244, 42.2557] | |
}, | |
{ | |
"name": "Mattapan", | |
"latlong": [-71.0869, 42.2723] | |
}, | |
{ | |
"name": "Dorchester", | |
"latlong": [-71.0743, 42.2974] | |
}, | |
{ | |
"name": "South Boston Waterfront", | |
"latlong": [-71.041076, 42.348376] | |
}, | |
{ | |
"name": "South Boston", | |
"latlong": [-71.0494, 42.3334] | |
}, | |
{ | |
"name": "Allston", | |
"latlong": [-71.1322, 42.3554] | |
}, | |
{ | |
"name": "Harbor Islands", | |
"latlong": [-70.9777015, 42.3379683] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment