Skip to Content.
Sympa Menu

overpass - Re: [overpass] Corrupted data in minutely updated DB

Subject: Overpass API developpement

List archive

Re: [overpass] Corrupted data in minutely updated DB


Chronological Thread 
  • From: Roland Olbricht <>
  • To:
  • Subject: Re: [overpass] Corrupted data in minutely updated DB
  • Date: Fri, 6 Oct 2017 07:05:53 +0200

Hi,

All of a sudden, there are strange things, e.g. a lookup "is_in" of the
location lat: 49.75, lon: 10.17 Kitzingen in germany returns that it now lies
in Tunesia TN-83.

Please figure out the id of the offending object and compare it to the object on the main database.

I assume that

is_in(49.75,10.17);
out;

delivers for you, amongst others, an area

area id="3601434953"

with tag "ISO3166-2"="TN-83". Such an area is always computed from an OSM object. You can figure that out by

is_in(49.75,10.17);
rel(pivot);
out;

In this cause it should be relation 1434953. Please check that relation both on the main instance and your local instance:

rel(1434953);
out geom;

Are the results equal or different?

Best regards,
Roland



Archive powered by MHonArc 2.6.19+.

Top of Page