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, toilet and picnic tables.  The data for each of these items are individual point data items.<br><br>I would like to ask mapserver, very kindly, 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, then nearby have the symbol for the play equipment.  This is obviously very easy to do with text, but is it possible with a symbol??<br>
<br>I have tried this <br>   CLASS<br>      EXPRESSION /play|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??<br><br>Thanks<br>Matt  :)<br><br>