this is my first time posting to this list - i hope my question falls under a topic that is discussed here.<br><br>i am building a user interface which will allow users to change basic layer appearance such as color and symbols. this is done by reading an existing mapfile and applying the changes mentioned earlier. the layer definitions within the mapfile are not complex at all, each one only has one default class.<br>
<br>modifying the color was not a big deal using $style-&gt;color-&gt;setRGB() once the style is found within the class.<br><br>i would also like the user to be presented with a list of all the symbols defined in the mapfile that i am working with. i have gone through the API but haven&#39;t come across any functions that will allow me to accomplish this. does such functionality exist in the API?<br>
<br>any help would be appreciated.<br><br>thanks in advance.<br><br>ak<br>