Skip to content

Commit

Permalink
add flyto transition for zipcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Dec 12, 2023
1 parent 21b0bec commit 16268d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Geopanel/Geopanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ const Geopanel = () => {
map?.moveLayer('districts_clicked_outline', "zipcodes")


map?.flyTo({zoom: 8})



}

Expand Down

0 comments on commit 16268d5

Please sign in to comment.