From bcb67463090daafe4d2f562b9b85833c8eb7d3a6 Mon Sep 17 00:00:00 2001 From: glebpinigin Date: Thu, 8 Dec 2022 23:39:11 +0300 Subject: [PATCH] RasterStreamsToVector issue with output projection fixed --- .../tools/stream_network_analysis/raster_streams_to_vector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitebox-tools-app/src/tools/stream_network_analysis/raster_streams_to_vector.rs b/whitebox-tools-app/src/tools/stream_network_analysis/raster_streams_to_vector.rs index 1f5a1af0e..9c2ef9b74 100755 --- a/whitebox-tools-app/src/tools/stream_network_analysis/raster_streams_to_vector.rs +++ b/whitebox-tools-app/src/tools/stream_network_analysis/raster_streams_to_vector.rs @@ -252,7 +252,7 @@ impl WhiteboxTool for RasterStreamsToVector { let mut output = Shapefile::new(&output_file, ShapeType::PolyLine)?; // set the projection information - // output.projection = input.get_wkt(); + output.projection = streams.configs.coordinate_ref_system_wkt.clone(); // add the attributes output