﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10947	"""No data found in this area."" message when Overpass query times out"	bastiK	team	"When making the following request in ""Download from Overpass API"":

{{{
[timeout:30];
is_in(50.73322,7.09828);
relation(pivot);
(._;>;);
out meta;
}}}

I get a popup message ""No data found in this area.""

However, I see that the request timed out (wireshark):
{{{
#!xml
<?xml version=""1.0"" encoding=""UTF-8""?>
<osm version=""0.6"" generator=""Overpass API"">
<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
<meta osm_base=""2015-01-07T23:38:02Z"" areas=""2015-01-07T10:31:02Z""/>

  <bounds minlat=""38.9013"" minlon=""-17.8052"" maxlat=""61.7253"" maxlon=""38.1959""/>

<remark> runtime error: Query timed out in ""query"" at line 3 after 31 seconds. </remark>

</osm>
}}}

I would prefer if this message was parsed and displayed in a message window or at least on the command line.

JOSM: 7935
mirored download: 30892"	defect	closed	normal	15.09	Core		fixed	mirrored_download	
