<html>
  <head>

  </head>
  <body style="line-height: normal; margin-top: 4px; margin-bottom: 1px; margin-left: 4px; margin-right: 4px; font-variant: normal">
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Comic Sans MS" size="3">Matt&#44;</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Comic Sans MS" size="3">Interesting problem. &nbsp;&nbsp;My gut solution would be to build &#40;or find&#41; a TTF font of the symbols you want to display&#44; and simply use this font to label&#44; just like text&#44; only via the ttf symbols instead. &nbsp;You would then be able to group the symbols&#44; even label with multiple rows via a WRAP parameter. &nbsp;Each Symbol&#44; would become a single character in the label. &nbsp;Might make the label assembly into a chore. &nbsp;But it sounds like it&#39;s gets you what you are looking for.</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Comic Sans MS" size="3">If you have symbols that are multi-colored&#44; never fear &#40;with even more work&#41; you can stack the symbols on top of each other to achieve most desired effects.</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Comic Sans MS" size="3">bobb</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <br>
      <br>
      &gt;&gt;&gt; Matt McClelland &lt;matt@wildwalks.com&gt; wrote:<br>    </p>
    <table border="0" style="font-size: 1em; margin-top: 0; margin-bottom: 0; margin-left: 15px; margin-right: 0" bgcolor="#f3f3f3">
      <tr>
        <td>
          <div style="border-left: solid 1px #050505; padding-left: 7px">
            <p style="margin-bottom: 0; margin-top: 0">
              Hi<br><br>I have a bunch of symbols that overlap on a map. EG at a park where I want to show an symbol for playground&#44; toilet and picnic tables. The data for each of these items are individual point data items.<br><br>I would like to ask mapserver&#44; very kindly&#44; to &#39;tile&#39; nearby symbols into a group<br>OR<br>Use the main symbol like a label. So that I could have a dot where the play equipment is&#44; then nearby have the symbol for the play equipment. This is obviously very easy to do with text&#44; but is it possible with a symbol&#63;&#63;<br><br>I have tried this<br>CLASS<br>EXPRESSION /play&#124;playground/<br>NAME &quot;Children&#39;s Playground&quot;<br>STYLE<br>SYMBOL &#39;waypoint&#39;<br>color 255 0 0<br>SIZE 5<br>END<br>LABEL<br>STYLE<br>SYMBOL &#39;/var/www/osm/kml/icons/play.png&#39;<br>Size 10<br>END<br>...text styleing info....<br>END<br>END<br><br>I get my &#39;waypoint&#39; dot and the play.png in the same location. I would like the play.png to be positioned AUTO like I can with text.<br>Any ideas&#63;&#63;<br><br>Thanks<br>Matt :&#41;<br><br>
            </p>
          </div>
        </td>
      </tr>
    </table>
  </body>
</html>