Skip to content

Commit

Permalink
set iselevation to true for geouser_raster test
Browse files Browse the repository at this point in the history
  • Loading branch information
elidwa committed Aug 4, 2023
1 parent bb73593 commit c3db209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/selftests/geouser_raster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

local encodedRaster = base64.encode( rasterfile )
local len = string.len(encodedRaster)
local params = {data = encodedRaster, length = len, date = 0, elevation = false}
local params = {data = encodedRaster, length = len, date = 0, elevation = true}

local robj = geo.userraster(params)
runner.check(robj ~= nil)
Expand Down

0 comments on commit c3db209

Please sign in to comment.