mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added prototype of UTM area filtering
p4#: 21788
This commit is contained in:
@@ -72,6 +72,7 @@ QStringList Interface::jsonWellPaths()
|
||||
FetchWellPathsDialog fetchWellPaths;
|
||||
fetchWellPaths.setSsiHubUrl(m_webServiceAddress);
|
||||
fetchWellPaths.setDestinationFolder(m_jsonDestinationFolder);
|
||||
fetchWellPaths.setRegion(m_north, m_south, m_east, m_west);
|
||||
|
||||
QStringList importedWellPathFiles;
|
||||
if (fetchWellPaths.exec() == QDialog::Accepted)
|
||||
|
||||
Reference in New Issue
Block a user