feat(map): share canonical Foundry presentation

This commit is contained in:
Codex
2026-07-29 17:55:25 +03:00
parent bc1c0dd6e6
commit 65644a8609
5 changed files with 383 additions and 61 deletions
@@ -11,7 +11,10 @@ export type ProviderEndpoint = {
url?: string;
mapStyle?: string;
};
attributions: readonly unknown[];
attributions: readonly {
html?: string;
collapsible?: boolean;
}[];
};
export function parseProviderEndpoint(