Skip to content

Commit bbe8f2e

Browse files
committed
minimum bounds 0.1 degree larger
1 parent 3b48a38 commit bbe8f2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ class CustomTooltip(PMTilesMapLibreTooltip):
318318
""")
319319

320320

321-
def check_bounds(bounds, min_size = 0.8):
321+
def check_bounds(bounds, min_size = 0.9):
322322
west, south, east, north = bounds
323323
"""
324324
Expand bounding box to ensure minimum width and height, and clamp within CA bounds.
325-
Default is 0.8 degrees
325+
Default is 0.9 degrees
326326
"""
327327
west, south, east, north = bounds
328328
width = east - west

0 commit comments

Comments
 (0)