@ -53,8 +53,8 @@ export const AddressSearch = () => {
const geometry = parse(option.item.geometry);
map.flyTo({
center: [geometry.coordinates[0], geometry.coordinates[1]],
zoom: 15,
speed: 5,
zoom: 13,
essential: true,
});
};