Bonjour,
Pour mon site, position de départ de la flèche (Flèche Gauche)
<stylesheet>
<image width="60" height="60"/><!-- ================= Wind direction ================= -->
<circulargauge width="60" height="60" shadow="0" orientation="1" position-x="0" position-y="0">
<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
<label hide="1"/>
<ticks color="00000000" majorticks="0" minorticks="0" side="32" hidefirst="1" hidelast="1" hideminorticks="1" hide="1" minorticksize="1" majorticksize="1"/>
</axis>
<index>
<current_wind_direction texture="direction_vent.png" side="2" thick="2"/>
</index>
</circulargauge>
</stylesheet>
Logo direction vent
-
- Membre
- Messages : 56
- Inscription : mer. mars 25, 2009 3:39 pm
- Localisation : Angliers (17)
- Contact :
Re: Logo direction vent
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
Re: Logo direction vent
Pour ça :
<image width="60" height="60"/><!-- ================= Wind direction ================= -->
<circulargauge width="60" height="60" shadow="0" orientation="1" position-x="50" position-y="90">
<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
<label hide="1"/>
<ticks color="00000000" majorticks="0" minorticks="0" side="32" hidefirst="1" hidelast="1" hideminorticks="1" hide="1" minorticksize="1" majorticksize="1"/>
</axis>
<index>
<current_wind_direction texture="venticone.png" side="2" thick="2"/>
</index>
</circulargauge>
j'ai ça :
Sachant que le sens du vent vient dans l'autre sens de la flèche.....
<image width="60" height="60"/><!-- ================= Wind direction ================= -->
<circulargauge width="60" height="60" shadow="0" orientation="1" position-x="50" position-y="90">
<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
<label hide="1"/>
<ticks color="00000000" majorticks="0" minorticks="0" side="32" hidefirst="1" hidelast="1" hideminorticks="1" hide="1" minorticksize="1" majorticksize="1"/>
</axis>
<index>
<current_wind_direction texture="venticone.png" side="2" thick="2"/>
</index>
</circulargauge>
j'ai ça :

Sachant que le sens du vent vient dans l'autre sens de la flèche.....
VP2, Weatherlink 6.0.3, GraphWeather 3.0.33 Beta , Windows 7 Intégrale 64bits






- jturlier
- Membre
- Messages : 3149
- Inscription : mar. août 22, 2006 8:38 am
- Localisation : 34410 Sérignan - Languedoc
- Contact :
Re: Logo direction vent
Bonjour Arnaud
Cela devrait faire l'affaire.
Jean
<axis color="00000000" min="0" max="360" fromangle="-90" toangle="270" hide="1">Arnaud62 a écrit :<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
Cela devrait faire l'affaire.
Jean
Re: Logo direction vent
Bingo ça fonctionnejturlier a écrit :Bonjour Arnaud<axis color="00000000" min="0" max="360" fromangle="-90" toangle="270" hide="1">Arnaud62 a écrit :<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
Cela devrait faire l'affaire.
Jean

Merci bien

VP2, Weatherlink 6.0.3, GraphWeather 3.0.33 Beta , Windows 7 Intégrale 64bits





