feat: add user geolocation marker and auto-zoom to map based on search radius
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@props(['results' => []])
|
||||
|
||||
<div
|
||||
x-data="stationMap(@entangle('results'))"
|
||||
x-data="stationMap(@entangle('results'), @entangle('meta'), @entangle('radius'))"
|
||||
class="h-56 w-full overflow-hidden border-y border-[#e5ded7] md:h-96"
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user