CONFIG LAYER CONTROL (#40)

This commit is contained in:
Anton Tranelis 2025-05-22 20:47:57 +02:00 committed by GitHub
parent 650b478e75
commit 64daaee93b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,7 @@ function MapContainer({ layers, map }: { layers: LayerProps[]; map: any }) {
donationWidget={map.donation_widget} donationWidget={map.donation_widget}
showThemeControl={map.show_theme_control} showThemeControl={map.show_theme_control}
defaultTheme={map.default_theme} defaultTheme={map.default_theme}
expandLayerControl={map.expand_layer_control}
> >
{layers && {layers &&
apis && apis &&