Skip to content

Commit

Permalink
Fix for #110
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed Sep 3, 2020
1 parent 6de93d8 commit 8065f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/stream_network_analysis/stream_link_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ impl WhiteboxTool for StreamLinkIdentifier {
}

let elapsed_time = get_formatted_elapsed_time(start);
output.configs.data_type = DataType::I16;
output.configs.data_type = DataType::I32;
output.configs.palette = "qual.plt".to_string();
output.configs.photometric_interp = PhotometricInterpretation::Categorical;
output.add_metadata_entry(format!(
Expand Down

0 comments on commit 8065f3c

Please sign in to comment.