This commit is contained in:
Andras Schmelczer 2026-07-12 15:03:33 +01:00
parent 982e0cc89c
commit cfaf58dfba
44 changed files with 793 additions and 201 deletions

View file

@ -24,7 +24,7 @@ function getPoiGroupColor(group: string): [number, number, number] {
return color;
}
/** Best-effort web URL from a free-text website field GIAS stores some with
/** Best-effort web URL from a free-text website field. GIAS stores some with
* "http://", some without, and some as bare hostnames. */
function normalizeSchoolWebsiteUrl(raw: string): string | null {
const trimmed = raw.trim();