mirror of
https://github.com/KeymonSoft/Marquez_Reparto.git
synced 2026-04-20 06:09:17 +00:00
- VERSION 4.07.28
- Se agregó el nuevo ruteo dinamico
This commit is contained in:
@@ -33,7 +33,8 @@ Sub Process_Globals
|
||||
Dim cedisLocation As Location
|
||||
Dim reqManager As DBRequestManager
|
||||
' Dim server As String = "http://187.189.244.154:1781"
|
||||
Dim server As String = "http://11.0.0.168:1781"
|
||||
' Dim server As String = "http://11.0.0.168:1781"
|
||||
Dim server As String = "http://keymon.lat:9000"
|
||||
Dim muestraProgreso = 0
|
||||
Dim c As Cursor
|
||||
End Sub
|
||||
@@ -63,8 +64,10 @@ Sub Service_Create
|
||||
Timer1.Enabled = True
|
||||
SharedFolder = rp.GetSafeDirDefaultExternal("")
|
||||
cedisLocation.Initialize
|
||||
cedisLocation.Latitude = "19.48118148992086"
|
||||
cedisLocation.Longitude = "-99.15295579261536"
|
||||
' cedisLocation.Latitude = "19.48118148992086"
|
||||
' cedisLocation.Longitude = "-99.15295579261536"
|
||||
cedisLocation.Latitude = "0"
|
||||
cedisLocation.Longitude = "0"
|
||||
End Sub
|
||||
|
||||
Sub Service_Start (StartingIntent As Intent)
|
||||
|
||||
Reference in New Issue
Block a user