highcharts / map-collection-dist

Other
29 stars 37 forks source link

Update county boundaries for Connecticut, USA #146

Closed jedrzejruta closed 4 weeks ago

jedrzejruta commented 1 month ago

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

Unidraga commented 1 month ago

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

KacperMadej commented 1 month ago

Internal note: OSM:

area["ISO3166-2"="US-CT"]->.a;
(
    rel(area.a)["admin_level"="6"];
);
out body;
>;
out skel qt;
KacperMadej commented 1 month ago

Pre-release map update preview for testing: us-ct-all.topo.json us-ct-all.geo.json us-ct-all

Unidraga commented 1 month ago

Thanks KacperMadej! Map looks good! Is there a timeline on when it will be released onto map collection?

KacperMadej commented 1 month ago

@Unidraga Thank you for checking out the map. The release is planned for this week.

Unidraga commented 1 month ago

@KacperMadej thanks for the great work! Looking forward to the release!