Solucion compilacion
parent
82be994483
commit
c1be801015
|
|
@ -68,24 +68,17 @@ namespace OliviaAddInPro.Services
|
|||
spatRef = geom_export.SpatialReference;
|
||||
filtroEspacial = CreaFiltro(com.ConsultaAmbs, geom_export);
|
||||
fue_mal = filtroEspacial == null;
|
||||
if(fue_mal)
|
||||
if (fue_mal)
|
||||
ErrStr = "error al crear el filtro de exportacion";
|
||||
|
||||
if (!fue_mal)
|
||||
{
|
||||
Ejecuta(modo);
|
||||
return true;
|
||||
}
|
||||
|
||||
cps.Value = 80;
|
||||
|
||||
if (!fue_mal)
|
||||
fue_mal = Ejecuta(modo, cps, out ErrStr);
|
||||
|
||||
return fue_mal;
|
||||
|
||||
}
|
||||
|
||||
return fue_mal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepara la geometría para exportar los ámbitos
|
||||
|
|
|
|||
Loading…
Reference in New Issue