From 4327ce133f5aa7eff9e210d6307e06c5255965ff Mon Sep 17 00:00:00 2001 From: Hunter Coleman <35200320+HColeman1@users.noreply.github.com> Date: Tue, 27 Nov 2018 16:31:32 -0600 Subject: [PATCH] Update us-states.json In the us-states.json file the state abbreviation for Iowa should be IA, not IW. --- data/us-states.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/us-states.json b/data/us-states.json index 0d0c069..b9a5223 100644 --- a/data/us-states.json +++ b/data/us-states.json @@ -2031,7 +2031,7 @@ }, { "type": "Feature", - "id": "IW", + "id": "IA", "properties": { "name": "Iowa", "density": 54.81 }, "geometry": { "type": "Polygon",