Skip to content

Commit bb01d6c

Browse files
committed
1 parent f8ae682 commit bb01d6c

File tree

6 files changed

+4557
-42
lines changed

6 files changed

+4557
-42
lines changed

src/marks/raster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ function interpolatePixel(index, canvas, {X, Y, R, G, B, FO}, {r, g, b, a}) {
214214
imageData[j + 2] = b;
215215
}
216216
imageData[j + 3] = FO ? FO[i] * 255 : a;
217-
context2d.putImageData(image, 0, 0);
218217
}
218+
context2d.putImageData(image, 0, 0);
219219
}

test/data/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ https://observablehq.com/@bmschmidt/data-driven-projections-darwins-world
2626
Bureau of Labor Statistics
2727
https://www.bls.gov/
2828

29+
## ca55-south.csv
30+
Great Britain aeromagnetic survey
31+
https://www.bgs.ac.uk/datasets/gb-aeromagnetic-survey/
32+
2933
## cars.csv
3034
1983 ASA Data Exposition
3135
http://lib.stat.cmu.edu/datasets/

0 commit comments

Comments
 (0)