Skip to content

Commit ee8763d

Browse files
chriscrosstalkclaude
authored andcommitted
fix(maps): split combined Indiana/Michigan entry into separate states
The East North Central region had a single "indianamichigan" entry pointing to a pmtiles file that doesn't exist. Indiana and Michigan are separate files in the maps repo. Closes #350 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 303c1e9 commit ee8763d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

collections/maps.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,19 @@
367367
"size_mb": 400
368368
},
369369
{
370-
"id": "indianamichigan",
370+
"id": "indiana",
371371
"version": "2025-12",
372-
"title": "Indianamichigan",
373-
"description": "Topographic maps for the state of Indianamichigan",
374-
"url": "https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/pmtiles/indianamichigan_2025-12.pmtiles",
372+
"title": "Indiana",
373+
"description": "Topographic maps for the state of Indiana",
374+
"url": "https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/pmtiles/indiana_2025-12.pmtiles",
375+
"size_mb": 400
376+
},
377+
{
378+
"id": "michigan",
379+
"version": "2025-12",
380+
"title": "Michigan",
381+
"description": "Topographic maps for the state of Michigan",
382+
"url": "https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/pmtiles/michigan_2025-12.pmtiles",
375383
"size_mb": 400
376384
},
377385
{

0 commit comments

Comments
 (0)