Skip to content

Commit ee76c39

Browse files
asinghvi17rafaqz
andcommitted
Update src/sources/rasterdatasources.jl
Co-authored-by: Rafael Schouten <[email protected]>
1 parent e8d59d5 commit ee76c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sources/rasterdatasources.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ _source_crs(T::Type{ALWB}) = crs=EPSG(4326)
135135
function _filterkw(T, kw)
136136
rds = []; gd = []
137137
for p in kw
138-
dest = first(p) in RDS.getraster_kw(T) ? rds : gd
138+
dest = first(p) in RDS.getraster_keywords(T) ? rds : gd
139139
push!(dest, p)
140140
end
141141
rds, gd

0 commit comments

Comments
 (0)