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:
parent
d1b8674575
commit
65330cf9e2
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue