No xml result for specific xapi request

Hi all,

i am using xapi interface now for 4 weeks without problems.
But there seems a problem if the bounding box has negativ value for left and pos. value for right boundary.
Example:

http://xapi.openstreetmap.org/api/0.6/map?bbox=-0.492188,51.662109,0.023438,52.048828

I get following result:

<?xml version='1.0' standalone='no'?>

Only start tag is included, but no nodes,ways,… and also is missing.

Rudi

Weird. I tried it and saw the same problem. Can’t see anything wrong with your bounding box (looks like this: http://www.openstreetmap.org/?minlon=-0.492188&minlat=51.662109&maxlon=0.023438&maxlat=52.048828&box=yes )

I thought maybe structuring the URL like this would help, but no :

http://www.informationfreeway.org/api/0.6/*[bbox=-0.492188,51.662109,0.023438,52.048828]

Interestingly this query does work (requesting a specific tag with same bbox) :

http://www.informationfreeway.org/api/0.6/*[amenity=fuel][bbox=-0.492188,51.662109,0.023438,52.048828]

You’ll have to ask this question elsewhere or maybe pester User:80n directly about it.

Hi Harry, thanks for your reply.
I sent mail to 80n, and he is working on this.