Update county boundaries for Connecticut, USA
Closed this issue · 9 comments
The county boundaries of Connecticut, USA have been recently updated and are reflected on the US Census TIGER files as well as on the Connecticut Geodata Portal
Connecticut updated their county boundaries recently. More information here
And the new County Map is released on US Census TIGER
I'm looking for the Connecticut County Map on highcharts map collection to be updated with the latest version
Internal note:
OSM:
area["ISO3166-2"="US-CT"]->.a;
(
rel(area.a)["admin_level"="6"];
);
out body;
>;
out skel qt;
Pre-release map update preview for testing:
us-ct-all.topo.json
us-ct-all.geo.json
Thanks KacperMadej!
Map looks good! Is there a timeline on when it will be released onto map collection?
@Unidraga
Thank you for checking out the map.
The release is planned for this week.
@KacperMadej thanks for the great work! Looking forward to the release!
Hi @KacperMadej.
Is it possible to get an old version of the topo.json file for Connecticut? The new boundary update is great, but I still need to use the old one for the time being. Just wondering if it's possible to get it as a file, link, or in some other form.
Thank you!
Hi @ViktorKoziyatko! Of course, you can find old maps in "HISTORICAL" Sections: https://code.highcharts.com/mapdata/
Old Connecticut map is under "HISTORICAL: OTHER" section: https://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/historical/countries/us-2023/us-ct-all-2023
@hubertkozik
Oh man, I should have kept my eyes more open. I didn't even think of looking at the bottom of that page. Thank you very much!