This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Error while search with area in own overpass api server

0

Hi,

I have installed the osm-3s_v0.7.53 in ubuntu server and making request to get details. if i run query as

[timeout:25]; ( node[name="starbucks"]; way[name="starbucks"]; rel[name="starbucks"]; ); out center;

I get xml response. But if try

[timeout:25]; area[name="france"]; ( node[name="starbucks"]; way[name="starbucks"]; rel[name="starbucks"]; ); out center;

i get the following error

runtime error: open64: 111 Connection refused /home/osm-3s_v0.7.53/bin/db//osm3s_v0.7.53_areas Unix_Socket::7

Help verymuch appriciated

This question is marked "community wiki".

asked 20 Apr '17, 11:05

mptkarthikeyan_82's gravatar image

mptkarthikey...
11223
accept rate: 0%

edited 20 Apr '17, 11:43

scai's gravatar image

scai ♦
33.3k21309459

Source code available on GitHub .