We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81af6c6 commit 03f4eb1Copy full SHA for 03f4eb1
src/methods/rasterize.jl
@@ -90,7 +90,6 @@ end
90
function _rasterize(to::DimTuple, ::GI.AbstractFeatureTrait, feature; fill, name, kw...)
91
fillval = _featurefillval(feature, fill)
92
name = _filter_name(name, fill)
93
- @show name fillval
94
dest = _create_rasterize_dest(fillval, to; name, kw...)
95
return rasterize!(dest, feature; fill, kw...)
96
end
0 commit comments