Skip to content

Instantly share code, notes, and snippets.

@meiqimichelle
Created December 1, 2013 02:13
Show Gist options
  • Save meiqimichelle/7727773 to your computer and use it in GitHub Desktop.
Save meiqimichelle/7727773 to your computer and use it in GitHub Desktop.
JSON US states (full names) with average lat/long in one field
[
{
"state":"Alaska",
"latLong":"61.3850;-152.2683"
},
{
"state":"Alabama",
"latLong":"32.7990;-86.8073"
},
{
"state":"Arkansas",
"latLong":"34.9513;-92.3809"
},
{
"state":"Arizona",
"latLong":"33.7712;-111.3877"
},
{
"state":"California",
"latLong":"36.1700;-119.7462"
},
{
"state":"Colorado",
"latLong":"39.0646;-105.3272"
},
{
"state":"Connecticut",
"latLong":"41.5834;-72.7622"
},
{
"state":"Delaware",
"latLong":"39.3498;-75.5148"
},
{
"state":"Florida",
"latLong":"27.8333;-81.7170"
},
{
"state":"Georgia",
"latLong":"32.9866;-83.6487"
},
{
"state":"Hawaii",
"latLong":"21.1098;-157.5311"
},
{
"state":"Iowa",
"latLong":"42.0046;-93.2140"
},
{
"state":"Idaho",
"latLong":"44.2394;-114.5103"
},
{
"state":"Illinois",
"latLong":"40.3363;-89.0022"
},
{
"state":"Indiana",
"latLong":"39.8647;-86.2604"
},
{
"state":"Kansas",
"latLong":"38.5111;-96.8005"
},
{
"state":"Kentucky",
"latLong":"37.6690;-84.6514"
},
{
"state":"Louisiana",
"latLong":"31.1801;-91.8749"
},
{
"state":"Massachusetts",
"latLong":"42.2373;-71.5314"
},
{
"state":"Maryland",
"latLong":"39.0724;-76.7902"
},
{
"state":"Maine",
"latLong":"44.6074;-69.3977"
},
{
"state":"Michigan",
"latLong":"43.3504;-84.5603"
},
{
"state":"Minnesota",
"latLong":"45.7326;-93.9196"
},
{
"state":"Missouri",
"latLong":"38.4623;-92.3020"
},
{
"state":"Mississippi",
"latLong":"32.7673;-89.6812"
},
{
"state":"Montana",
"latLong":"46.9048;-110.3261"
},
{
"state":"North Carolina",
"latLong":"35.6411;-79.8431"
},
{
"state":"North Dakota",
"latLong":"47.5362;-99.7930"
},
{
"state":"Nebraska",
"latLong":"41.1289;-98.2883"
},
{
"state":"New Hampshire",
"latLong":"43.4108;-71.5653"
},
{
"state":"New Jersey",
"latLong":"40.3140;-74.5089"
},
{
"state":"New Mexico",
"latLong":"34.8375;-106.2371"
},
{
"state":"Nevada",
"latLong":"38.4199;-117.1219"
},
{
"state":"New York",
"latLong":"42.1497;-74.9384"
},
{
"state":"Ohio",
"latLong":"40.3736"
},
{
"state":"Oklahoma",
"latLong":"35.5376;-96.9247"
},
{
"state":"Oregon",
"latLong":"44.5672;-122.1269"
},
{
"state":"Pennsylvania",
"latLong":"40.5773;-77.2640"
},
{
"state":"Rhode Island",
"latLong":"41.6772;-71.5101"
},
{
"state":"South Carolina",
"latLong":"33.8191;-80.9066"
},
{
"state":"South Dakota",
"latLong":"44.2853;-99.4632"
},
{
"state":"Tennessee",
"latLong":"35.7449;-86.7489"
},
{
"state":"Texas",
"latLong":"31.1060;-97.6475"
},
{
"state":"Utah",
"latLong":"40.1135;-111.8535"
},
{
"state":"Virginia",
"latLong":"37.7680;-78.2057"
},
{
"state":"Vermont",
"latLong":"44.0407;-72.7093"
},
{
"state":"Washington",
"latLong":"47.3917;-121.5708"
},
{
"state":"Wisconsin",
"latLong":"44.2563;-89.6385"
},
{
"state":"West Virginia",
"latLong":"38.4680;-80.9696"
},
{
"state":"Wyoming",
"latLong":"42.7475;-107.2085"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment