Skip to content

Commit 43ff280

Browse files
committed
switch to a more powerful overpass server
the .de server is constantly overloaded, 98% failure
1 parent 6924361 commit 43ff280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/parser/src/stages/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function loadOsmFile() {
3636
'utf8',
3737
);
3838
const fetched = await fetch(
39-
`https://overpass-api.de/api/interpreter?data=${encodeURIComponent(query)}`,
39+
`https://maps.mail.ru/osm/tools/overpass/api/interpreter?data=${encodeURIComponent(query)}`,
4040
{ headers: { 'User-Agent': USER_AGENT } },
4141
).then((response) => <Promise<OsmFile>>response.json());
4242

0 commit comments

Comments
 (0)