Skip to content

Commit 0ab387a

Browse files
Fix typo in Collinsville (#327)
1 parent 08730b8 commit 0ab387a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/ct/data/city-boundaries.geojson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
{
10731073
"type": "Feature",
10741074
"properties": {
1075-
"id": "canton-collingsville"
1075+
"id": "canton-collinsville"
10761076
},
10771077
"geometry": {
10781078
"type": "Polygon",

packages/ct/data/city-stats.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
"transitStation": null,
154154
"county": "Windham County"
155155
},
156-
"canton-collingsville": {
157-
"name": "Canton - Collingsville",
156+
"canton-collinsville": {
157+
"name": "Canton - Collinsville",
158158
"percentage": "25%",
159159
"population": "10,124",
160160
"transitStation": null,

packages/ct/data/parking-lots/canton-collingsville.geojson renamed to packages/ct/data/parking-lots/canton-collinsville.geojson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Feature",
33
"properties": {
4-
"id": "canton-collingsville"
4+
"id": "canton-collinsville"
55
},
66
"geometry": {
77
"type": "MultiPolygon",

0 commit comments

Comments
 (0)