using theme control (#37)

This commit is contained in:
Anton Tranelis 2025-04-29 11:09:32 +02:00 committed by GitHub
parent 823d8c2c82
commit 9d8dbc235e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,8 @@ function MapContainer({ layers, map }: { layers: LayerProps[]; map: any }) {
showLayerControl={map.show_layer_control}
showGratitudeControl={map.show_gratitude_control}
donationWidget={map.donation_widget}
showThemeControl={map.show_theme_control}
defaultTheme={map.default_theme}
>
{layers &&
apis &&