Use overpass.private.coffee as primary Overpass endpoint
Switch the Planner's primary Overpass endpoint from overpass.kumi.systems to overpass.private.coffee. private.coffee is a privacy-focused public Overpass instance that doesn't log queries, which fits the Planner's privacy-first principle better than the previous default. Keep overpass-api.de as the silent fallback for resilience while the self-host-overpass change is in flight. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
32a844d8de
commit
f7c2604121
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { PoiCategory } from "@trails-cool/map-core";
|
||||
|
||||
const OVERPASS_ENDPOINTS = [
|
||||
"https://overpass.kumi.systems/api/interpreter",
|
||||
"https://overpass.private.coffee/api/interpreter",
|
||||
"https://overpass-api.de/api/interpreter",
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue