]> git.openstreetmap.org Git - rails.git/commitdiff
Fix query tool to get correct bounds for enclosing ways
authorTom Hughes <tom@compton.nu>
Sun, 6 Mar 2016 20:42:04 +0000 (20:42 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 6 Mar 2016 20:42:04 +0000 (20:42 +0000)
The bounding box returned by overpass for geom output is only
the bounds for the clipped geometry, so fetch the geometry and
the bounding box separately and merge them client side.

Fixes #1156


No differences found