<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have a bar charts layer, and some of the bar charts don't show up. &nbsp;Strangely, when I'm using openlayers to display a zoom-and-pan map different bar charts go missing at different levels of zoom. &nbsp;Is this a bug, or some feature?<div><br></div><div>Here's a bit of my mapfile:</div><div><br></div><div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; MAP</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME "luzs-MAP"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Map image size</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SIZE 1000 800</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UNITS meters</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; EXTENT -85.3382299999 33.1785600011 -83.5057259973 34.5140960012</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; PROJECTION</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "init=epsg:4326"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; END</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #TEMPLATEPATTERN 'mapserv_template*'&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Background color for the map canvas -- change as desired</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IMAGECOLOR 255 255 255</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IMAGEQUALITY 95</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IMAGETYPE agg</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OUTPUTFORMAT</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME agg</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DRIVER AGG/PNG</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IMAGEMODE RGB</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END</font></div></div><div><br></div><div>skipping over to the bar charts layer definition:</div><div><br></div><div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; LAYER</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME "years"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TYPE CHART</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CONNECTIONTYPE postgis</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CONNECTION "dbname='atlanta_db' host=localhost port=5433 user='usrPostgres' password='usrPostgres'"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DATA 'graph_point_geom FROM analysis."W01a_CA35DetResid_120501_170604_with_geom" USING UNIQUE gid USING srid=4326'</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PROCESSING "CHART_TYPE=bar" &nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PROCESSING "CHART_BAR_MINVAL=-0.180638991133"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PROCESSING "CHART_BAR_MAXVAL=154895170.852"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PROCESSING "CHART_SIZE=30 50"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STATUS ON&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLASS</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME "sum2005demand"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SIZE [sum2005demand]</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLOR 189 163 26</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo"><br></font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLASS</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME "sum2006demand"</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STYLE</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SIZE [sum2006demand]</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLOR 235 7 177</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END&nbsp;</font></div><div><font class="Apple-style-span" face="Menlo">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END&nbsp;</font></div><div>etc.</div></div><div><br></div><div>--</div><div>John Abraham</div><div><a href="mailto:jea@hbaspecto.com">jea@hbaspecto.com</a></div></body></html>