mirror of
https://github.com/KeymonSoft/Ruteador-NonUI.git
synced 2026-04-17 21:06:16 +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:
3
Mapa.bas
3
Mapa.bas
@@ -89,6 +89,7 @@ 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>"$)
|
||||
@@ -112,8 +113,8 @@ Sub tiempos(r As String, resp As ServletResponse, ruta As String, almacen As Str
|
||||
|
||||
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