TAS:Pokročilé/Pluginy/TGMap: Porovnání verzí
|  (Tato verze je označená pro překlad) | značka: revertováno | ||
| Řádek 1: | Řádek 1: | ||
| <languages />    | <languages />     | ||
| <!--T:1--> | <!--T:1--> | ||
| Řádek 108: | Řádek 108: | ||
| | <br /> | | <br /> | ||
| |} | |} | ||
Verze z 18. 8. 2022, 12:26
Nastavení informací zobrazujících se v tooltipu v mapě.
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 | 
