my attempt to retrieve: http://overpass-api.de/api/map?bbox=19.3813,39.0555,21.5373,40.0718 provides the answer: <?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="2017-07-19T23:01:03Z"/> <bounds minlat="39.0917000" minlon="19.2783000" maxlat="39.9403000" maxlon="20.2959000"/> <remark> runtime error: open64: 1500 Unknown error 1500 /opt/osm-3s/v0.7.54/db/relations.bin File_Blocks::read_block: Index inconsistent </remark> </osm> is there something I should do locally to retrieve the dataset or is it a server error that should be corrected ? -> I prefer using overpassapi but for the time being I can look at another source for this dataset (will try with geofabrik)... thx asked 20 Jul '17, 22:52 jc67 |
This might be a result of the recent server issues, see https://lists.openstreetmap.org/pipermail/talk/2017-July/078321.html and http://wiki.openstreetmap.org/wiki/Overpass_API/status answered 21 Jul '17, 08:52 scai ♦ |