Skip to content

Instantly share code, notes, and snippets.

@Chantz94
Chantz94 / swcp_tracker.html
Created September 19, 2025 16:47
SWCP Tracker
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>South West Coast Path — 52-Stage Tracker</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin=""/>
<style>
html,body,#map { height:100%; margin:0; padding:0 }
#controls {