Skip to content

Commit

Permalink
stop comparing geojson strings, only Approx geometries - refs #205
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 10, 2017
1 parent 3a5e112 commit 0249469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/geometry_visual_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ void clip_geometry(mapnik::Map const& map,
}
std::string expected_string(input.data().get(), input.size());
mapnik::geometry::geometry<double> geom_expected;
CHECK(expected_string == geojson_string);
if (mapnik::json::from_geojson(expected_string, geom_expected))
{
assert_g_equal(geom_expected, geom4326_pbf);
Expand Down

0 comments on commit 0249469

Please sign in to comment.