Merge remote-tracking branch 'origin/develop' into Elena/import
commit
472beaae01
|
|
@ -12,6 +12,7 @@ using OliviaAddInPro.Helper;
|
|||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
|
||||
namespace OliviaAddInPro.Model
|
||||
{
|
||||
|
|
@ -49,7 +50,7 @@ namespace OliviaAddInPro.Model
|
|||
public static string PathData; //<Path del shp con datos a planificar, ya filtrados e intersecados con las zonas y niveles
|
||||
public static string PathNW; //<Path del shp con la red navegable
|
||||
|
||||
//paths GDBs
|
||||
//paths GDBs
|
||||
public static string PathGdbGen; //<Path de la gdb general de la que se extraen los datos de interés
|
||||
public static string PathGdbNw; //<Path de la gdb referente a la red de carreteras de TOMTOM
|
||||
public static string PathSimbVSM; //<Path de la galeria de estilos aplicada por VSM
|
||||
|
|
@ -70,7 +71,7 @@ namespace OliviaAddInPro.Model
|
|||
*/
|
||||
public static int TiempoOutSocket;
|
||||
};
|
||||
/**
|
||||
/**
|
||||
* Nombre de las capas que se van a necesitar para la exportación de datos
|
||||
*/
|
||||
public struct Capas
|
||||
|
|
@ -191,7 +192,7 @@ namespace OliviaAddInPro.Model
|
|||
DockpaneRecogidaViewModel.Hide_();
|
||||
}
|
||||
}
|
||||
else if(OliviaGlob.IsProps())
|
||||
else if (OliviaGlob.IsProps())
|
||||
{
|
||||
if (sh)
|
||||
{
|
||||
|
|
@ -319,8 +320,11 @@ namespace OliviaAddInPro.Model
|
|||
{
|
||||
HelperGlobal.ponMsg(Resource1.String_exito);
|
||||
}
|
||||
Application.Current.Dispatcher.Invoke(new Action(() => { finEjecuta2(); }));
|
||||
//tiene que hacer delegate finEjecuta2()
|
||||
}
|
||||
|
||||
|
||||
public static void finEjecuta2()
|
||||
{
|
||||
//muestra la ventana
|
||||
|
|
|
|||
Loading…
Reference in New Issue