-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Issue Category
Content Downloads (ZIM, Maps, Collections)
Bug Description
When selecting "East North Central" from the Maps Manager and pressing download, it says that the East North Central area is in queue to download. However, the files associated with the area are not downloaded.
Problem:
In Collections/maps.json, it points towards the file 'indianamichigan_2025-12.pmtiles' from the NOMAD maps repository when downloading the maps. This file is invalid, so NOMAD doesn't install anything. The code below shows both the faulty code and the fixed code:
Current code:
{
"id": "indianamichigan",
"version": "2025-12",
"title": "Indianamichigan",
"description": "Topographic maps for the state of Indianamichigan",
"url": "https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/pmtiles/indianamichigan_2025-12.pmtiles",
"size_mb": 400
},Replacement code:
{
"id": "indiana",
"version": "2025-12",
"title": "Indiana",
"description": "Topographic maps for the state of Indiana",
"url": "https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/pmtiles/indiana_2025-12.pmtiles",
"size_mb": 400
},
{
"id": "michigan",
"version": "2025-12",
"title": "Michigan",
"description": "Topographic maps for the state of Michigan",
"url": "https://github.com/Crosstalk-Solutions/project-nomad-maps/raw/refs/heads/master/pmtiles/michigan_2025-12.pmtiles",
"size_mb": 400
},Steps to Reproduce
Click on "East North Central" in the Maps Manager, then press download.
Expected Behavior
It starts downloading the associated files related to the map region.
Actual Behavior
It says 'Download for collection "East North Central" has been queued.', however it does not download any content.
N.O.M.A.D. Version
1.29.1
Operating System
Ubuntu 24.04
Docker Version
Docker Version 29.3.0
Do you have a dedicated GPU?
No
GPU Model (if applicable)
No response
System Specifications
AMD Ryzen™ 7 4800U with Radeon™ Graphics × 16
32.0 GiB Memory
188.8 GB/308.3 GB storage available
Service Status (if relevant)
No response
Relevant Logs
Browser Console Errors (if UI issue)
Screenshots
No response
Additional Context
No response
Pre-submission Checklist
- I have searched for existing issues that might be related to this bug
- I am running the latest version of Project N.O.M.A.D. (or have noted my version above)
- I have redacted any personal or sensitive information from logs and screenshots
- This issue is NOT related to running N.O.M.A.D. on an unsupported/non-Debian-based OS