A map-first web app for tracking climbs of Scotland’s 282 Munros. Browse every Munro on a topographic map, open one to see its details and routes up, and tick it off with a date. Your progress lives in the browser (localStorage) — no login.
Status: v1 prototype. All 282 summits are plotted; route data has been derived for a sample of hills (Ben Lomond, plus others in progress). The rest show an honest “no routes sourced yet” state with a link out to Walkhighlands.
Any static file server works — the app is plain HTML/CSS/JS with no build step:
cd munro-app
python -m http.server 5178
# open http://localhost:5178
munro-app/data/munros.geojson, derived from the
Database of British and Irish Hills
munrotab v8.0.1 (current SMC classification, 2021 == "MUN" → 282), with
OSGB36 eastings/northings reprojected to WGS84. Licence: CC-BY / OGL.munro-app/data/routes.json, derived from the OpenStreetMap foot
network (ODbL) by shortest-path from trailhead to summit. See
munro-app/data/derive_routes.py.munro-app/data/coverage_check.py /
coverage_results.tsv: OSM path coverage across contrasting Munros.Route descriptions on sites like Walkhighlands are copyrighted and are not reproduced here. Derived geometry comes from open data (OSM); anything unverified is flagged as such in the UI. Auto-derived routes are not a substitute for proper navigation.