Merge pull request #238 from trails-cool/fix/overpass-endpoint

Use overpass.private.coffee as primary Overpass endpoint
This commit is contained in:
Ullrich Schäfer 2026-04-18 01:51:04 +02:00 committed by GitHub
commit bf8cdd5cdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
];