PDF-export: the time-sensitive icons (notably hopening_hours) are now hidden

This commit is contained in:
Pieter Vander Vennet 2023-11-14 17:35:50 +01:00
parent fb193123e0
commit 24b9f045c8
5 changed files with 14 additions and 4 deletions

View file

@ -35,4 +35,5 @@ export interface ShowDataLayerOptions {
fetchStore?: (id: string) => Store<Record<string, string>>
onClick?: (feature: Feature) => void
metaTags?: Store<Record<string, string>>
}