Opened 2 years ago
Last modified 2 years ago
#23357 closed defect
Download from Overpass API crashed — at Initial Version
| Reported by: | SiiG | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
Good morning,
Since this day (Thursday 12/21/2023) I am no longer able to load the data from the following Overpass request:
[out:xml][timeout:25];
{{geocodeArea:Aiguèze, Gard}}->.searchArea;
(
nodehighway(area.searchArea);
nodeaddr:housenumber(area.searchArea);
wayhighway(area.searchArea);
relation["type"="associatedStreet"](area.searchArea);
);
(._;>;);
out meta;
Here is the error message:
The overpass-api.de server reported an incorrect request
Error message: line 3: parse error: Unknown type "->"
Are OSM servers under maintenance?
thank you for your reply


