[OSM-talk] Local Overpass Issue
Mike Thompson
miketho16 at gmail.com
Mon Sep 19 20:19:12 UTC 2016
A company I support maintains a private instance of the overpass server so
that they do not burden the public server with their queries. The instance
has been working for a over a year, but last week we discovered that a
simple query, e.g.
[out:xml];
node(min_lat,min_long,max_lat,max_long);
out meta;
Was:
* Returning nodes outside the bbox
* Returning multiple nodes with same id (same nodes that were outside the
bbox)
* Returning outdated nodes, e.g. version 2 when main OSM db says current
version is 2 (same nodes that were outside the bbox).
The public server does not exhibit these issues.
The symptoms lead me to believe that some sort of index has become corrupt.
Is there a way to rebuild the indexes?
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20160919/d9e71153/attachment.html>
More information about the talk
mailing list