mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
rollback to copying bbox member of filter_in_box - previous change led to odd node-mapnik shapefile query failure
This commit is contained in:
parent
04c1808703
commit
aedc3512c2
@ -199,7 +199,7 @@ inline bool point_on_path(double x,double y,Iter start,Iter end, double tol)
|
||||
// filters
|
||||
struct filter_in_box
|
||||
{
|
||||
box2d<double> const& box_;
|
||||
box2d<double> box_;
|
||||
explicit filter_in_box(box2d<double> const& box)
|
||||
: box_(box) {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user