Maze Posted September 19, 2015 Share Posted September 19, 2015 hello dear php-experts,i am not very familiar with openstreetmap -i do my first steps with the start - and i do some requests on http://www.overpass-turbo.eu with the following request - see http://overpass-turbo.eu/s/bxKall goes well - i get a long list of data [out:csv(::id,::type,"name","addr:postcode","addr:street","addr:housenumber","website"," contact:email=*")]; area[name="Heidelberg"]->.a; ( node(area.a)[amenity=hospital]; way(area.a)[amenity=hospital]; rel(area.a)[amenity=hospital]; out; as said above all goes well - i get a long list of data:But the main question is - how to set another timestamp -note: i need to have a timestamp with at least 500 sechow to achieve that?- what to do here.- should i do a request on commandline -cf. http://overpass-api.de/command_line.htmlif i want to do a request with a larger dataset_see the following repuest: http://overpass-turbo.eu/s/bxMwith a target area that is so big ... that we need to have a nother timestamp. [out:csv(::id,::type,"name","addr:postcode","addr:street","addr:housenumber","website"," contact:email=*")]; area[name="Bayern"]->.a; ( node(area.a)[amenity=hospital]; way(area.a)[amenity=hospital]; rel(area.a)[amenity=hospital]; out; qeustion: how to set the timestamp to another value? Quote Link to comment Share on other sites More sharing options...
scootstah Posted September 19, 2015 Share Posted September 19, 2015 Where is this timestamp you are talking about? Quote Link to comment Share on other sites More sharing options...
Maze Posted September 19, 2015 Author Share Posted September 19, 2015 hello dear scootsah man many thanks for the qic answer wel i did a mistake. - i need to know how to set the timeout Where is this timestamp you are talking about? i need to know a method and a way to set the timeout. can you help me to set the timeout? I LOVE TO HEAR FROM YOU Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.