diff --git a/B4A/MAPA_RUTAS.bas b/B4A/MAPA_RUTAS.bas index f0fa023..91959a2 100644 --- a/B4A/MAPA_RUTAS.bas +++ b/B4A/MAPA_RUTAS.bas @@ -166,6 +166,7 @@ Sub MapFragment1_Ready ' Log($"|${c.GetString("CAT_CL_LONG")}|${c.GetString("CAT_CL_LAT")}|"$) ' Log(i&"|"&c.GetString("CAT_CL_LAT")&"|") LatitudRu = 0 + Log(c.GetString("CAT_CL_NOMBRE")) If c.GetString("CAT_CL_LAT") <> "" Then LatitudRu = c.GetString("CAT_CL_LAT") LongitudRU = 0 If c.GetString("CAT_CL_LONG") <> "" Then LongitudRU = c.GetString("CAT_CL_LONG") diff --git a/B4A/Profina.b4a.meta b/B4A/Profina.b4a.meta index eb62e69..667009a 100644 --- a/B4A/Profina.b4a.meta +++ b/B4A/Profina.b4a.meta @@ -82,6 +82,6 @@ ModuleClosedNodes6= ModuleClosedNodes7= ModuleClosedNodes8= ModuleClosedNodes9= -NavigationStack=C_Cliente,B4XPage_CloseRequest,426,0,DBRequestManager,Class_Globals,9,0,DBRequestManager,ExecuteQuery,36,0,appUpdater,CreateNotification,220,0,appUpdater,CreateNotification2,218,0,appUpdater,download_newApk,158,0,B4XMainPage,B4XPage_Created,172,0,C_Cliente,GPS_LocationChanged,385,0,C_Principal,Class_Globals,0,0,C_Principal,B4XPage_Created,247,0,C_Principal,JobDone,1025,0 +NavigationStack=DBRequestManager,Class_Globals,9,0,DBRequestManager,ExecuteQuery,36,0,appUpdater,CreateNotification,220,0,appUpdater,CreateNotification2,218,0,appUpdater,download_newApk,158,0,B4XMainPage,B4XPage_Created,172,0,C_Cliente,GPS_LocationChanged,385,0,C_Principal,Class_Globals,0,0,C_Principal,B4XPage_Created,247,0,C_Principal,JobDone,1025,0,MAPA_RUTAS,MapFragment1_Ready,165,1 SelectedBuild=0 -VisibleModules=1,2,3,12,4,5,6,7,8,9 +VisibleModules=1,2,3,12,4,5,6,7,8,9,23