Skip to content

Commit

Permalink
frmDownload.vb -- fix to download by view extents
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDudaRESPEC committed Aug 29, 2024
1 parent 143172f commit 2e5b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D4EMDownloadData/frmDownload.vb
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Public Class frmDownload
Dim lExtents As Extent = Nothing
Select Case cboRegion.SelectedItem
Case pRegionViewRectangle
lExtents = lMapExtent 'pMapWin.View.Extents
lExtents = pMapWin.Map.ViewExtents 'pMapWin.View.Extents
Case pRegionExtentSelectedLayer
lExtents = lMapExtent 'pMapWin.Layers(pMapWin.Layers.CurrentLayer).Extents
Case pRegionExtentSelectedShapes
Expand Down

0 comments on commit 2e5b937

Please sign in to comment.