yes.<div>Below is the style copied from my Map file.</div><div><div>        STYLE</div><div>            COLOR 0 140 70</div><div>            WIDTH [gid]</div><div>         END</div><br><div class="gmail_quote">On Wed, Jun 1, 2011 at 2:12 PM, thomas bonfort [via OSGeo.org] <span dir="ltr">&lt;<a href="/user/SendEmail.jtp?type=node&node=6426093&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">

        are you using the exact syntax of your first example, i.e. &quot;WIDTH [gid]&quot; ?
<br><br></div><div class="im">On Wed, Jun 1, 2011 at 10:27, prab.raja &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=6426084&amp;i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt; wrote:
</div><div><div class="im"><br>&gt; But when I tried this mapserver gives error message as &quot;getInteger(): Symbol
<br>&gt; definition error. Parsing error near (gid)&quot;.
<br>&gt; I am using MapServer version 5.2.1.
<br>&gt;
<br></div><div class="im">&gt; On Wed, Jun 1, 2011 at 1:48 PM, Havard Tveite [via OSGeo.org] &lt;[hidden
<br>&gt; email]&gt; wrote:
<br>&gt;&gt;
<br></div>&gt;&gt; According to &lt;URL: &lt;a href=&quot;<a href="http://www.mapserver.org/mapfile/style.html" target="_blank" rel="nofollow" link="external">http://www.mapserver.org/mapfile/style.html</a> &quot;&gt;<a href="http://www.mapserver.org/mapfile/style.html" target="_blank" rel="nofollow" link="external">http://www.mapserver.org/mapfile/style.html</a> &gt;
<br><div><div></div><div class="h5">&gt;&gt; that should be possible.
<div class='shrinkable-quote'><br>&gt;&gt;
<br>&gt;&gt; Håvard
<br>&gt;&gt;
<br>&gt;&gt; On 6/1/2011 8:09 AM, prab.raja wrote:
<br>&gt;&gt; &gt; Hi,
<br>&gt;&gt; &gt; I would like to know if it&#39;s posible to draw line layer with variable
<br>&gt;&gt; &gt; width
<br>&gt;&gt; &gt; from database table.
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; Something like this?
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; LAYER
<br>&gt;&gt; &gt;        NAME line_layer
<br>&gt;&gt; &gt;        CONNECTIONTYPE postgis
<br>&gt;&gt; &gt;        CONNECTION &quot;user=postgres password=****** dbname=shpdb
<br>&gt;&gt; &gt; host=localhost
<br>&gt;&gt; &gt; port=5432&quot;
<br>&gt;&gt; &gt;        DATA &quot;the_geom FROM  (SELECT gid, the_geom FROM line_layer)
<br>&gt;&gt; &gt;           AS SUBQUERY using unique gid&quot;
<br>&gt;&gt; &gt;        PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;
<br>&gt;&gt; &gt;        TYPE line
<br>&gt;&gt; &gt;        OPACITY 100
<br>&gt;&gt; &gt;        STATUS Off
<br>&gt;&gt; &gt;        CLASS
<br>&gt;&gt; &gt;           STYLE
<br>&gt;&gt; &gt;              COLOR 0 140 70
<br>&gt;&gt; &gt;              WIDTH [gid]
<br>&gt;&gt; &gt;           END
<br>&gt;&gt; &gt;        END
<br>&gt;&gt; &gt;     END
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; --
<br>&gt;&gt; &gt; View this message in context:
<br>&gt;&gt; &gt; <a href="http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6425708.html" rel="nofollow" link="external" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6425708.html</a></div>

&gt;&gt; &gt; Sent from the Mapserver - User mailing list archive at Nabble.com.
<div class='shrinkable-quote'><br>&gt;&gt; &gt; _______________________________________________
<br>&gt;&gt; &gt; mapserver-users mailing list
<br>&gt;&gt; &gt; [hidden email]
<br>&gt;&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>&gt;&gt; &gt;
<br>&gt;&gt; --
<br>&gt;&gt; Håvard Tveite
<br>&gt;&gt; Department of Mathematical Sciences and Technology, UMB
<br>&gt;&gt; Drøbakveien 31, POBox 5003, N-1432 Ås, NORWAY
<br>&gt;&gt; Phone: +47 64965483 Fax: +47 64965401 <a href="http://www.umb.no/imt/" rel="nofollow" link="external" target="_blank">http://www.umb.no/imt/</a><br>&gt;&gt; _______________________________________________
<br>&gt;&gt; mapserver-users mailing list
<br>&gt;&gt; [hidden email]
<br>&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt; ________________________________
<br>&gt;&gt; If you reply to this email, your message will be added to the discussion
<br>&gt;&gt; below:
<br>&gt;&gt;
<br>&gt;&gt; <a href="http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6426034.html" rel="nofollow" link="external" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6426034.html</a></div>

&gt;&gt; To unsubscribe from Is it posible to substitute a value from table for
<br>&gt;&gt; width of line, click here.
<br>&gt;
<br>&gt;
<br>&gt; --
<br>&gt; Regards,
<br>&gt; Prabu Raja
<br>&gt;
<br>&gt;
<br></div></div>&gt; ________________________________
<br>&gt; View this message in context: Re: Is it posible to substitute a value from
<br><div class="im">&gt; table for width of line
<br></div><div class="im">&gt; Sent from the Mapserver - User mailing list archive at Nabble.com.
<br>&gt;
<br>&gt; _______________________________________________
<br>&gt; mapserver-users mailing list
<br>&gt; <a href="http://user/SendEmail.jtp?type=node&amp;node=6426084&amp;i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>&gt;
<br>&gt;
</div></div><div class="im">_______________________________________________
<br>mapserver-users mailing list
<br><a href="http://user/SendEmail.jtp?type=node&amp;node=6426084&amp;i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        </div><div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif"><div class="im">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </div><a href="http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6426084.html" target="_blank" rel="nofollow" link="external">http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6426084.html</a>
        </div><div><div></div><div class="h5">
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em">
                
                To unsubscribe from Is it posible to substitute a value from table for width of line, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.
        </div></div></div></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Prabu Raja<br><br>
</div>

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Is-it-posible-to-substitute-a-value-from-table-for-width-of-line-tp6425708p6426093.html">Re: Is it posible to substitute a value from table for width of line</a><br/>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/Mapserver-User-f1969211.html">Mapserver - User mailing list archive</a> at Nabble.com.<br/>