﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20819	Data from the municipality of Arpaillargues-et-Aureilhac (France) does not load !!!	SiiG	team	"==== What steps will reproduce the problem?

1. Clic on ""Download"" toolbar button 

2. Writing the following Overpass Request :

{{{
[out:xml][timeout:25];
{{geocodeArea:Arpaillargues-et-Aureilhac, Gard}}->.searchArea;
(
  node[""highway""](area.searchArea);
  node[""addr:housenumber""](area.searchArea);
  way[""highway""](area.searchArea);
  relation[""type""=""associatedStreet""](area.searchArea);
);
(._;>;);
out meta;
}}}

3. 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>
}}}
"	defect	new	normal		Core			template_report download overpass	lchevalier@…
