Skip to content

Commit 05d0372

Browse files
committed
adjust zoom level to max for consistent results
1 parent be1ceed commit 05d0372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PropertyMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ const PropertyMap: FC<PropertyMapProps> = ({
504504
});
505505
map?.easeTo({
506506
center: feature.center,
507-
zoom: 15,
507+
zoom: MAX_MAP_ZOOM,
508508
});
509509
}
510510
}}

0 commit comments

Comments
 (0)