Skip to content

Commit

Permalink
increase bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerrr committed Oct 31, 2024
1 parent 0e14063 commit d9bb2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bus-map",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
}}
center={[-74.006, 40.7128]}
maxBounds={[
[-74.25909, 40.477399],
[-73.700272, 40.917577]
[-74.45909, 40.277399],
[-73.000272, 41.017577]
]}
zoom={12}
maxZoom={17}
Expand Down

0 comments on commit d9bb2ca

Please sign in to comment.