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
_______________________________________________
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk

Reply via email to