Skip to content

Commit

Permalink
Update CreateLayer.cs
Browse files Browse the repository at this point in the history
Updated sample data reference
  • Loading branch information
Wolf-K authored Aug 3, 2023
1 parent 28471e6 commit 5c81639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoxelLayers/VoxelSample/Examples/CreateLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal class CreateLayer : Button
protected override void OnClick()
{
//Set path to a .NetCDF
_path = @"C:\Data\VoxelData\china_epa.nc";
_path = @"C:\Data\VoxelData\EMU_Caribbean_Voxel.nc";
var map = MapView.Active.Map;

QueuedTask.Run(() =>
Expand Down

0 comments on commit 5c81639

Please sign in to comment.