How would you add bounds for the frame that you run your overpass query on? Aka export the bounds into the xml raw data file (this question was posted to that answer to another question before) asked 22 Sep '15, 21:40 brettbarkley aseerel4c26 ♦ |
Assuming you're using the overpass turbo wizard, you will not get any kind of bounding box information in your Overpass API result. Although this is not really documented, a feature called global bounding box might come in handy in your case: it will add that bounding box detail to your response you didn't get so far. Simply add Bounding box details are now automatically added to the Overpass response:
If you're using XML output mode instead, Overpass API will produce a slightly different format:
answered 23 Sep '15, 08:30 mmd @brettbarkley: Please mark this answer as accepted if it solves your problem.
(28 Sep '15, 19:14)
aseerel4c26 ♦
Hi @mmd, can you show a direct URL that only outputs the BBOX (in JSON, text or any format)? I try with your bC5 example and not see bounds. Using the
(21 Aug '18, 11:11)
ppKrauss
|
note: I have moved your question into a new question entry as it seems not to be tightly related with the original question at the older entry.
Could you please explain your question/problem a bit more? I fail to fully understand it. What do you mean by "bounds"?
I guess he looks for a way for saving the bounding box from the Overpass query also to the output file.