[geometry] merged to release branch

[SVN r82022]
This commit is contained in:
Barend Gehrels
2012-12-16 15:14:35 +00:00
parent 8ffd54aeee
commit 5ce1a36676
89 changed files with 1791 additions and 1625 deletions

View File

@@ -100,6 +100,13 @@ void test_areal()
test_one<Polygon, MultiPolygon, MultiPolygon>("case_recursive_boxes_4",
case_recursive_boxes_4[0], case_recursive_boxes_4[1],
13, 157, 67.0); // Area from SQL Server
test_one<Polygon, MultiPolygon, MultiPolygon>("ggl_list_20120915_h2_a",
ggl_list_20120915_h2[0], ggl_list_20120915_h2[1],
2, 10, 6.0); // Area from SQL Server
test_one<Polygon, MultiPolygon, MultiPolygon>("ggl_list_20120915_h2_b",
ggl_list_20120915_h2[0], ggl_list_20120915_h2[2],
2, 10, 6.0); // Area from SQL Server
}
template <typename Polygon, typename MultiPolygon, typename Box>