You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`OVERTURE_PMTILES_URL` → bump on monthly Overture release
25
25
26
-
3.**Update hardcoded links in [site/public/about.html](../../../site/public/about.html)** — the data-access section embeds both a `source.coop` browse link and a `data.source.coop` path; both must match the new version folder.
27
-
28
-
4.**Local preview**:
26
+
3.**Local preview**:
29
27
```bash
30
28
cd site && npm run dev
31
29
```
@@ -35,25 +33,24 @@ Cooperative version folder.
35
33
- Taxonomy legend renders from `taxonomy.html`
36
34
- POI popups show non-empty name/category/confidence
37
35
38
-
5.**Production build**:
36
+
4.**Production build**:
39
37
```bash
40
38
npm run build
41
39
```
42
40
Inspect `dist/` output; flag large chunk-size increases if dependencies changed.
43
41
44
-
6.**Deploy** — per host's deployment mechanism (not scripted in-repo).
42
+
5.**Deploy** — per host's deployment mechanism (not scripted in-repo).
45
43
46
-
7.**Post-deploy check** — load the deployed site, open browser console, confirm no CORS or 404s on the new Source Coop URLs.
44
+
6.**Post-deploy check** — load the deployed site, open browser console, confirm no CORS or 404s on the new Source Coop URLs.
47
45
48
46
## Commit convention
49
47
50
48
Two separate commits, matching the recent history:
51
49
- "Push to new data version" — `config.yaml` and publish-side changes
52
-
- "Update to latest data version" — `site/src/constants.js` + `site/public/about.html`
50
+
- "Update to latest data version" — `site/src/constants.js`
53
51
54
52
## Key files
55
53
56
54
-[site/src/constants.js](../../../site/src/constants.js) — PMTiles URLs, color ramps, zoom thresholds, CONFLATED_LABELS
0 commit comments