osm-spline / xappy.js

Xappy.JS
Other
37 stars 4 forks source link

bbox: right and top are exclusive, left and bottom inclusive #113

Closed mren closed 8 years ago

mren commented 13 years ago

node2 in petra has the coordinates lat: 53.6, `lon: 7.2``

i expected that the request

node[bbox=7.2,53.6,7.2,53.6]

would return this node, but this does not return anything.

node[bbox=7.2,53.6,7.3,53.7]

returns the node

is this consistent?

AlexanderS commented 12 years ago

Have you tested:

node[bbox=7.1,53.5,7.2,53.6]

Maybe the bbox must have a width and height to match anything?