Skip to content

Commit

Permalink
removed extra console.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 22, 2023
1 parent e6599d3 commit 33e5622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/intersect-polygon/intersect-polygon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ test("Hole Test", async ({ eq }) => {
test("antimerdian #1", async ({ eq }) => {
const georaster = await parse(urlToData + "gfwfiji_6933_COG.tiff");
const geojson = await fetch(urlToData + "antimeridian/right-edge.geojson").then(res => res.json());
console.dir({ georaster, geojson });
let numberOfIntersectingPixels = 0;
let geom = convertMultiPolygon(geojson);
// reproject geometry to projection of raster
Expand Down

0 comments on commit 33e5622

Please sign in to comment.