feat(map): share canonical Foundry presentation
This commit is contained in:
@@ -11,7 +11,10 @@ export type ProviderEndpoint = {
|
||||
url?: string;
|
||||
mapStyle?: string;
|
||||
};
|
||||
attributions: readonly unknown[];
|
||||
attributions: readonly {
|
||||
html?: string;
|
||||
collapsible?: boolean;
|
||||
}[];
|
||||
};
|
||||
|
||||
export function parseProviderEndpoint(
|
||||
|
||||
Reference in New Issue
Block a user