Jump to content

setting timestamp in openstreetmap - overpass-request


Maze

Recommended Posts

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/bxK

all 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 sec

how to achieve that?

- what to do here.
- should i do a request on commandline -
cf. http://overpass-api.de/command_line.html



if i want to do a request with a larger dataset_

see the following repuest: http://overpass-turbo.eu/s/bxM

with 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?
 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.