diff --git a/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx b/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx index d793cccf..6335cc84 100644 --- a/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx +++ b/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx @@ -6,7 +6,7 @@ export const TagsControl = () => { const removeFilterTag = useRemoveFilterTag() return ( -
+
{filterTags.map((tag) => (
{children} diff --git a/lib/src/Components/Map/UtopiaMapInner.tsx b/lib/src/Components/Map/UtopiaMapInner.tsx index b25f9b13..aa6786cb 100644 --- a/lib/src/Components/Map/UtopiaMapInner.tsx +++ b/lib/src/Components/Map/UtopiaMapInner.tsx @@ -64,6 +64,7 @@ export function UtopiaMapInner({ maplibreStyle, zoomOffset = 0, tileSize = 256, + showZoomControl, }: { children?: React.ReactNode geo?: GeoJsonObject @@ -81,6 +82,7 @@ export function UtopiaMapInner({ maplibreStyle?: string zoomOffset?: number tileSize?: number + showZoomControl?: boolean }) { const selectNewItemPosition = useSelectPosition() const setSelectNewItemPosition = useSetSelectPosition() @@ -285,7 +287,9 @@ export function UtopiaMapInner({ - +
+ +
{showFullscreenControl && }