Lower POI minimum zoom from 12 to 10
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b156093167
commit
f310e0f66f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { queryPois, OverpassRateLimitError, type Poi, type BBox } from "./overpa
|
|||
import { getCached, setCached } from "./poi-cache.ts";
|
||||
import { poiCategories } from "./poi-categories.ts";
|
||||
|
||||
const MIN_ZOOM = 12;
|
||||
const MIN_ZOOM = 10;
|
||||
const DEBOUNCE_MS = 800;
|
||||
const MIN_REQUEST_INTERVAL_MS = 2000;
|
||||
const BACKOFF_BASE_MS = 10000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue