Browser security blocks loading local GeoJSON data files directly from a file:// URL.
Quick Fixes to run locally:
1. If in VS Code, click the "Go Live" button in the bottom right corner (Live
Server).
2. Run python -m http.server in this folder and visit
http://localhost:8000.
3. Run npx serve in this directory in your terminal.