<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for answer,<br>
<br>
That's not exactly what i want.<br>
I want to change the color after each stop : <br>
<br>
<font color="#ff0000">>        >          >       >    
||     <font color="#333399">>     >      >     >    
>     >  ||     <font color="#33cc00">>      >     
>     >     ><br>
</font></font></font>  one path                      stop        
another path              stop             another path<br>
<br>
Is that possible with a field in db that specify that a stop has
hapenned ???<br>
Thanks<br>
<br>
<br>
Stephen Woodbridge wrote:<br>
<blockquote cite="mid423AD99C.4030509@swoodbridge.com" type="cite">Use
a and EXPRESSION ([SPEED] < 0.5) or whatever you want to consider as
stopped in your CLASS and color it stopped, Follow this with a CLASS
with no EXPRESSION to be the default case and color it moving.
  <br>
  <br>
-Steve
  <br>
  <br>
Stéphane RIFF wrote:
  <br>
  <blockquote type="cite">What i want to do is :
    <br>
 I represent gps track on a map, this work fine with one class and one
    <br>
color.
    <br>
I want mapserver to change the symbol color each time ths vehicles stop
    <br>
and start again
    <br>
in the database it's a field that match speed. So each time the speed
    <br>
field is equal to zero
    <br>
i want to change the color.
    <br>
I don't know how to do that , is it possible ??? How ???
    <br>
    <br>
Hope i'm understandable
    <br>
Thanks
    <br>
    <br>
  </blockquote>
  <br>
  <br>
  <br>
</blockquote>
<br>
</body>
</html>