mirror of
https://github.com/KeymonSoft/Guna_Reparto_Diseno_Viejo.git
synced 2026-04-20 22:29:15 +00:00
se modifica el servidor y se modifica los globos por que tronaba el app
This commit is contained in:
@@ -154,9 +154,15 @@ Sub MapFragment1_Ready
|
||||
If esteAzul = 1 Then esteAzul2= "marker-azul-"&NumSerie&".png"
|
||||
If esteAzul = 2 Then esteAzul2= "marker-azul1-"&NumSerie&".png"
|
||||
If esteAzul = 3 Then esteAzul2= "marker-azul2-"&NumSerie&".png"
|
||||
If esteAzul = 4 Then esteAzul2=gmap.HUE_AZURE+50
|
||||
If esteAzul = 5 Then esteAzul2=gmap.HUE_AZURE+75
|
||||
If esteAzul = 4 Then esteAzul2= "marker-azul-"&NumSerie&".png"
|
||||
If esteAzul = 5 Then esteAzul2= "marker-azul1-"&NumSerie&".png"
|
||||
' Log(ruta & "|" & esteAzul & "|" & esteAzul2)
|
||||
Log(CODIGO)
|
||||
Log(NumSerie)
|
||||
Log(LatitudRu)
|
||||
Log(LongitudRU)
|
||||
Log(esteAzul2)
|
||||
Log(esteAzul)
|
||||
MARK_AZUL = gmap.AddMarker3(LatitudRu, LongitudRU, CODIGO, LoadBitmap(File.DirAssets, esteAzul2))
|
||||
MARK_AZUL.Snippet = "R: " & ruta & " - " & Tienda
|
||||
rutaAnt = ruta
|
||||
|
||||
Reference in New Issue
Block a user