mirror of
https://github.com/KeymonSoft/Ruteador-NonUI.git
synced 2026-04-21 22:59:18 +00:00
- Se agregaron mas TRY/CATCH y se agregó el parametro "f", para especifiar un punto que debe ser el punto final (destino)
This commit is contained in:
@@ -90,8 +90,8 @@ Sub generaMatrizRuteoTiempos(r As String, resp As ServletResponse, ruta As Strin
|
||||
Loop
|
||||
Main.db.Close
|
||||
StopMessageLoop
|
||||
Main.error = ""
|
||||
resp.ContentType = "text/html"
|
||||
|
||||
resp.Write($"<a href="https://osm.quelltextlich.at/viewer-js.html?kml_url=https://pi.famguerra.com/kmz.php?c=${listCoords}">Mapa</a>"$)
|
||||
Return 1
|
||||
End Sub
|
||||
@@ -110,11 +110,10 @@ Sub tiempos(r As String, resp As ServletResponse, ruta As String, almacen As Str
|
||||
End If
|
||||
Loop
|
||||
Main.db.Close
|
||||
|
||||
' Log("Iniciamos ruteoCompleto")
|
||||
' ruteoCompleto(r)
|
||||
|
||||
StopMessageLoop
|
||||
Main.error = ""
|
||||
resp.ContentType = "text/html"
|
||||
resp.Write($"<a href="https://osm.quelltextlich.at/viewer-js.html?kml_url=https://pi.famguerra.com/kmz.php?c=${listCoords}">Mapa</a>"$)
|
||||
Return 1
|
||||
|
||||
Reference in New Issue
Block a user