Logo direction vent

steph17
Membre
Messages : 56
Inscription : mer. mars 25, 2009 3:39 pm
Localisation : Angliers (17)
Contact :

Re: Logo direction vent

Message par steph17 »

Bonjour,

Pour mon site, position de départ de la flèche (Flèche Gauche)
direction_vent.png
<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>
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
Station Davis Vantage Pro2
http://www.meteo17angliers.fr
Image
Arnaud62
Membre
Messages : 202
Inscription : jeu. déc. 18, 2008 3:57 pm

Re: Logo direction vent

Message par Arnaud62 »

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 : Image


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
ImageImageImage
Avatar de l’utilisateur
jturlier
Membre
Messages : 3149
Inscription : mar. août 22, 2006 8:38 am
Localisation : 34410 Sérignan - Languedoc
Contact :

Re: Logo direction vent

Message par jturlier »

Bonjour Arnaud
Arnaud62 a écrit :<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
<axis color="00000000" min="0" max="360" fromangle="-90" toangle="270" hide="1">
Cela devrait faire l'affaire.

Jean
Arnaud62
Membre
Messages : 202
Inscription : jeu. déc. 18, 2008 3:57 pm

Re: Logo direction vent

Message par Arnaud62 »

jturlier a écrit :Bonjour Arnaud
Arnaud62 a écrit :<axis color="00000000" min="0" max="360" fromangle="90" toangle="450" hide="1">
<axis color="00000000" min="0" max="360" fromangle="-90" toangle="270" hide="1">
Cela devrait faire l'affaire.

Jean
Bingo ça fonctionne :)

Merci bien :)
VP2, Weatherlink 6.0.3, GraphWeather 3.0.33 Beta , Windows 7 Intégrale 64bits
ImageImageImage
Répondre