Skip to content

Commit

Permalink
Add tolerance from #4081 back in
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@17521 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
pramsey committed Jun 12, 2019
1 parent 37dc0d6 commit fe39e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgis/gserialized_gist_nd.c
Expand Up @@ -628,7 +628,7 @@ gserialized_expand(GSERIALIZED *g, double distance)
if (gserialized_get_gbox_p(g, &gbox) == LW_FAILURE)
return g;

gbox_expand(&gbox, fdistance);
gbox_expand(&gbox, 1.01 * fdistance);

return gserialized_set_gbox(g, &gbox);
}
Expand Down

0 comments on commit fe39e0f

Please sign in to comment.