Skip to Content.
Sympa Menu

overpass - RE: [overpass] Can't run some queries (they time out)

Subject: Overpass API developpement

List archive

RE: [overpass] Can't run some queries (they time out)


Chronological Thread 
  • From: FRANCHOIS Serge <>
  • To: "" <>
  • Subject: RE: [overpass] Can't run some queries (they time out)
  • Date: Thu, 10 Nov 2016 10:18:39 +0000
  • Accept-language: en-US

Hi,

I've tried this.

My dispatcher command is:

"${EXEC_DIR}"/bin/dispatcher --osm-base --meta --db-dir="${DB_DIR}"
--time=86400

The query is:

encoding remark: Please enter your query and terminate it with CTRL+D.
area(3600052411) -> .myArea;
(
relation["boundary"="administrative"]["admin_level"="6"](area.myArea);
) ;
(._;>;);
out geom;

<?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="2012-12-07T16:05:03Z" areas="2012-12-07T16:05:03Z"/>


</osm>
runtime error: Query failed with the exception: Zlib_Inflate: -3

Above is the error I get now. Is this a bug, or expected behaviour?

Btw, is there a stable version that we can use, instead of the latest
development version?
For instance, the version that is currently running on overpass-de ? What are
the space and time values used on that machine?


Thanks!
Serge




-----Original Message-----
From:
[] On Behalf Of Roland Olbricht
Sent: Wednesday, November 09, 2016 9:20 PM
To:
Subject: Re: [overpass] Can't run some queries (they time out)

Hi all,

> I don't know exactly why it works this way, but you need to start the
> dispatcher first (without --time or --space parameter).

That has been a bug. I have just fixed it.

Best regards,

Roland




Archive powered by MHonArc 2.6.18.

Top of Page