- assigned_to: nobody --> mikfer
- status: open --> open-fixed
le style de la trace est
<StyleMap id="msn_track-02000">
<Pair>
<key>normal</key>
<styleUrl>#sn_track-011</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_track-02000</styleUrl>
</Pair>
</StyleMap>
je pense qu'il faut remplacer par
<StyleMap id="msn_track-02000">
<Pair>
<key>normal</key>
<styleUrl>#sn_track-02000</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_track-02000</styleUrl>
</Pair>
</StyleMap>
en définissant les styles suivants
<Style id="sn_track-02000">
<IconStyle>
<Icon>
<href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<color>ff1bfbff</color>
<width>6</width>
</LineStyle>
</Style>
<Style id="sh_track-02000">
<IconStyle>
<scale>1.2</scale>
<Icon>
<href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<color>ff1bfbff</color>
<width>8</width>
</LineStyle>
</Style>