TAS:Pokročilé/Pluginy/TGMap: Porovnání verzí

Z Solvertech
Skočit na navigaci Skočit na vyhledávání
imported>Unknown user
 
Řádek 89: Řádek 89:
| <br />
| <br />
|}
|}
[[Category:Config]] [[Category:Tooltip]] [[Category:Mapy]] [[Category:Nastavení]] [[Category:Zobrazení]] [[Category:Parametry]]
<!-- From bodyContent 1572884.mraw -->

Verze z 2. 8. 2022, 13:22

Nastavení informací zobrazujících se v tooltipu v mapě.



TAS Pokroile Pluginy TGMapimage2017-2-14 14-57-9.png

Zápis:

<string>odkud bere;co bere;text před zobrazenou hodnotou {0:formát hodnoty} text za

</string>

Příklad:

<string>stop;demand1;Množství {0:N0}kg
</string>

Výsledek:

Množství - 18kg



Zápis dvou hodnot na jeden řádek:

<string>stop;opentime;Čas závozu: {0:HH:mm}</string>
<string>stop;closetime; - {0:HH:mm}
</string>

Výsledek:

Čas závozu: 04:00 - 15:00



Příklad config:

<?xml version="1.0" encoding="utf-8"?>

<TGMapSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema%22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance%22>
<RouteStopToolTipValues>
<string>stop;name;{0}
</string>
<string>location;address;{0}
</string>
<string>stop;demand1;Množství {0:N0}
</string>
<string>routestop;eta;Příjezd: {0:HH:mm}
</string>
<string>stop;opentime;Čas závozu: {0:HH:mm}</string>
<string>stop;closetime; - {0:HH:mm}
</string>
</RouteStopToolTipValues>
<NotServedToolTipValues>
<string>stop;name;{0}
</string>
<string>location;address;{0}
</string>
<string>stop;demand1;Množství {0:N0}
</string>
<string>stop;opentime;Čas závozu: {0:HH:mm}</string>
<string>stop;closetime; - {0:HH:mm}
</string>
<string>stop;specialcodes;{0}
</string>
</NotServedToolTipValues>
</TGMapSettings>



Parametr Zobrazuje
location;address adresa