map needs to be more zoomed into the plot area #3

Closed
opened 2026-01-28 09:40:45 -08:00 by priyatham · 1 comment
Owner
No description provided.
Owner

image

Before
mapRef.current!.getView().animate({ center: coords, zoom: 14, duration: 2500, easing: easeOut });

After
mapRef.current!.getView().animate({ center: coords, zoom: 20, duration: 2500, easing: easeOut });

![image](/attachments/fc64bd27-e5ba-4bc9-8e66-d6c6b91fb95d) Before mapRef.current!.getView().animate({ center: coords, zoom: 14, duration: 2500, easing: easeOut }); After mapRef.current!.getView().animate({ center: coords, zoom: 20, duration: 2500, easing: easeOut });
555 KiB
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: priyatham/ai-real-estate-tool#3
No description provided.