I&#39;m trying to plot symbols on a map (US highway shields), but am experiencing problems.<br><br>If
I ask MapServer for two adjacent squares of map, on the northern square
I get the top half a symbol (it is at the southern boundary) and on the
southern square there is no sign of that symbol. When the squares are
later put together to form a larger map, the effect is of half a
symbol. Is there a way to prevent partial symbols? The PARTIALS
directive only appears to apply to labels, not symbols.
<br><br>I also note that if I render an overlapping square containing
half of the northern and half of the southern square, the symbol that
is cut off in the northern square is nowhere to be seen. What happened?
Is there some sort of decluttering going on? If so, how can this be
controlled?
<br><br>Northern tile: <a href="http://www.screenshots.cc/view_image/9fb511255/1.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.screenshots.cc/view_image/9fb511255/1.png</a><br>Southern tile: 
<a href="http://www.screenshots.cc/view_image/ee8631252/3.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.screenshots.cc/view_image/ee8631252/3.png</a><br>Overlap tile (halfway between northern &amp; southern): <a href="http://www.screenshots.cc/view_image/c0f0a1216/2.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.screenshots.cc/view_image/c0f0a1216/2.png
</a><br><br>Below is some relevant stuff from the map file:<br><br>SYMBOL<br>&nbsp; NAME &quot;Interstate&quot;<br>&nbsp; TYPE PIXMAP<br>&nbsp; IMAGE &quot;/home/map/shapes/PB13/shields<div id="mb_0">/INTERSTATE_ALPHA.PNG&quot;<br>END<br>
<br>LAYER<br>
&nbsp;&nbsp;&nbsp; NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; us_interstate_symbols_level_8<br>&nbsp;&nbsp;&nbsp; DATA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/home/map/shapes/PB13/Interstate_symbols_level_8&quot;<br><br>&nbsp;&nbsp;&nbsp; STATUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OFF<br>&nbsp;&nbsp;&nbsp; TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANNOTATION<br>&nbsp;&nbsp;&nbsp; LABELCACHE on<br>&nbsp;&nbsp;&nbsp; LABELITEM &quot;Route&quot;
<br>&nbsp;&nbsp;&nbsp; MAXSCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2407465<br>&nbsp;&nbsp;&nbsp; MINSCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1203732<br>&nbsp;&nbsp;&nbsp; LABELMAXSCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2407465<br>&nbsp;&nbsp;&nbsp; LABELMINSCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1203732<br>&nbsp;&nbsp;&nbsp; TRANSPARENCY 90<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp;&nbsp;&nbsp; END
<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wms_title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; us_interstate_symbols<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_onlineresource&quot; &quot;<a href="http://wxtile2.wsi.com:85/cgi-bin/mapserv?map=map/labeltest.map&amp;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://wxtile2.wsi.com:85/cgi-bin/mapserv?map=map/labeltest.map&amp;
</a>&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_srs&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EPSG:4326 EPSG:900913&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL &quot;Interstate&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE truetype
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT &quot;tahoma&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 7<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #ANGLE auto<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION cc<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 255 255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BACKGROUNDCOLOR 0 84 146<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS FALSE
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FORCE TRUE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>END<br><br>Thanks,<br><span class="sg">Dave.<br><br></span></div>