Opened 5 years ago

Last modified 5 years ago

#20819 closed defect

Data from the municipality of Arpaillargues-et-Aureilhac (France) does not load !!! — at Initial Version

Reported by: SiiG Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: template_report download overpass Cc: lchevalier@…

Description

What steps will reproduce the problem?

  1. Clic on "Download" toolbar button
  1. Writing the following Overpass Request :

[out:xml][timeout:25];
{{geocodeArea:Arpaillargues-et-Aureilhac, Gard}}->.searchArea;
(

nodehighway(area.searchArea);
nodeaddr:housenumber(area.searchArea);
wayhighway(area.searchArea);
relation["type"="associatedStreet"](area.searchArea);

);
(._;>;);
out meta;

  1. Clic on "Download" button in the "Download" window

What is the expected result?

Download data type "highway" and "addr:housenumber" of Arpaillargues-et-Aureilhac municipality.

What happens instead?

The following error message appears and data are not loaded (see attached file) :

The 'overpass-api.de' server reported a bad request.
Error message : line 3: parse error: Unknown type "->"

Please provide any additional information below. Attach a screenshot if possible.

The Overpass Request works fine with all the other municipalities that concern us.
Example : Saint-Nazaire, Saint-André de Roquepertuis, ...

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-07-30 12:44:04 +0200 (Thu, 30 Jul 2020)
Build-Date:2020-07-31 01:30:49
Revision:16812
Relative:URL: ^/trunk

Identification: JOSM/1.5 (16812 fr) Windows 7 64-Bit
OS Build number: Windows 7 Professional (7601)
Memory Usage: 247 MB / 989 MB (131 MB allocated, but free)
Java version: 1.8.0_291-b10, Oracle Corporation, Java HotSpot(TM) Client VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 1680x1050 (scaling 1.0x1.0), \Display1 1680x1050 (scaling 1.0x1.0)
Maximum Screen Size: 1680x1050
Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32
Dataset consistency test: No problems found

Plugins:
+ apache-commons (35524)
+ ejml (35458)
+ geotools (35458)
+ jaxb (35543)
+ jts (35458)
+ opendata (35640)
+ utilsplugin2 (35640)

Last errors/warnings:
- E: Requête incorrecte - <html>Le serveur 'overpass-api.de' a signalé une requête erronée.<br><br>Message d’erreur : line 3: parse error: Unknown type &quot;-&gt;&quot; </html>
- W: L'évaluation de {{geocodeArea:Arpaillargues, Gard}} a échoué: java.util.NoSuchElementException
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<line 3: parse error: Unknown type &quot;-&gt;&quot;>, Error Body=<<?xml version="1.0" encoding="UTF-8"?>
- E: Requête incorrecte - <html>Le serveur 'overpass-api.de' a signalé une requête erronée.<br><br>Message d’erreur : line 3: parse error: Unknown type &quot;-&gt;&quot; </html>
- W: L'évaluation de {{geocodeArea:Arpaillargues, Gard}} a échoué: java.util.NoSuchElementException
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<line 3: parse error: Unknown type &quot;-&gt;&quot;>, Error Body=<<?xml version="1.0" encoding="UTF-8"?>
- E: Requête incorrecte - <html>Le serveur 'overpass-api.de' a signalé une requête erronée.<br><br>Message d’erreur : line 3: parse error: Unknown type &quot;-&gt;&quot; </html>
- W: L'évaluation de {{geocodeArea:Aureilhac, Gard}} a échoué: java.util.NoSuchElementException
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<line 3: parse error: Unknown type &quot;-&gt;&quot;>, Error Body=<<?xml version="1.0" encoding="UTF-8"?>
- E: Requête incorrecte - <html>Le serveur 'overpass-api.de' a signalé une requête erronée.<br><br>Message d’erreur : line 3: parse error: Unknown type &quot;-&gt;&quot; </html>

Change History (1)

by SiiG, 5 years ago

Attachment: Capture.JPG added
Note: See TracTickets for help on using tickets.