From e85c08eb26c2d734901c662731e579efd8a4b279 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Thu, 18 Jun 2026 21:02:42 -0500 Subject: [PATCH] docs(radar): note Leaflet is vendored locally, not committed Co-Authored-By: Claude Opus 4.8 (1M context) --- Examples/PIP-Weather-Radar/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Examples/PIP-Weather-Radar/README.md b/Examples/PIP-Weather-Radar/README.md index b3f08f0..d70be0b 100644 --- a/Examples/PIP-Weather-Radar/README.md +++ b/Examples/PIP-Weather-Radar/README.md @@ -52,7 +52,10 @@ needed. ## Setup -1. **Vendor Leaflet:** +> **Note:** Leaflet is **not** committed to this repo (it's third-party, BSD-2-licensed). +> The script below downloads it locally — run it once before deploying. Nothing else to install. + +1. **Vendor Leaflet** (downloads `leaflet.js` + `leaflet.css` into this dir): ```bash ./vendor-leaflet.sh ```