Switch Overpass endpoint to overpass.kumi.systems

overpass.kumi.systems has higher rate limits than overpass-api.de.
This is the same endpoint brouter-web uses as its default.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-11 01:28:03 +02:00
parent d1b8674575
commit 65330cf9e2
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -1,6 +1,7 @@
import type { PoiCategory } from "./poi-categories.ts";
const OVERPASS_ENDPOINT = "https://overpass-api.de/api/interpreter";
// overpass.kumi.systems has higher rate limits than overpass-api.de
const OVERPASS_ENDPOINT = "https://overpass.kumi.systems/api/interpreter";
export interface Poi {
id: number;