hello
How can I make a vector line thicker on display (d.vect ???)
regards
--
Ahmet Temiz
Jeoloji Müh.
Afet Ýþleri Genel Müdürlüðü
Deprem Araþtýrma Dairesi
Tel: (312) 287 89 51 veya (312) 287 26 80/1547
Faks: (312) 287 89 51
E. Posta: temiz@deprem.gov.tr
www.deprem.gov.tr
Ahmet Temiz
Geological Eng.
General Directorate of Disaster Affairs
Earthquake Research Department
Phone: +90 (312) 287 89 51 or (312) 287 26 80/1547
Fax: +90 (312) 287 89 51
E. Mail: temiz@deprem.gov.tr
www.deprem.gov.tr
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
orkun temiz@deprem.gov.tr wrote:
hello
How can I make a vector line thicker on display (d.vect ???)
In the display manager (D.M) just see all that U can achieve, includes thickenning vector lines too.
regards
–
Ahmet Temiz
Jeoloji Müh.
Afet Ýþleri Genel Müdürlüðü
Deprem Araþtýrma Dairesi
Tel: (312) 287 89 51 veya (312) 287 26 80/1547
Faks: (312) 287 89 51
E. Posta: temiz@deprem.gov.tr
www.deprem.gov.tr
Ahmet Temiz
Geological Eng.
General Directorate of Disaster Affairs
Earthquake Research Department
Phone: +90 (312) 287 89 51 or (312) 287 26 80/1547
Fax: +90 (312) 287 89 51
E. Mail: temiz@deprem.gov.tr
www.deprem.gov.tr
–
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
*/orkun <temiz@deprem.gov.tr>/* wrote:
hello
How can I make a vector line thicker on display (d.vect ???)
In the display manager (D.M) just see all that U can achieve,
includes thickenning vector lines too.
d.vect comes with a width= parameter to handle line width.
width Line width
Markus
On Tuesday 16 May 2006 05:20, Markus Neteler wrote:
*/orkun <temiz@deprem.gov.tr>/* wrote:
> hello
>
> How can I make a vector line thicker on display (d.vect ???)
>
> In the display manager (D.M) just see all that U can achieve,
> includes thickenning vector lines too.
d.vect comes with a width= parameter to handle line width.
width Line width
Markus
I wonder how hard it would be to implement line thickness based on an
attribute .... ?
just a thought.
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341
On Tue, May 16, 2006 at 10:17:51AM -0700, Dylan Beaudette wrote:
On Tuesday 16 May 2006 05:20, Markus Neteler wrote:
> */orkun <temiz@deprem.gov.tr>/* wrote:
> > hello
> >
> > How can I make a vector line thicker on display (d.vect ???)
> >
> > In the display manager (D.M) just see all that U can achieve,
> > includes thickenning vector lines too.
>
> d.vect comes with a width= parameter to handle line width.
> width Line width
>
> Markus
I wonder how hard it would be to implement line thickness based on an
attribute .... ?
I just added this feature to CVS, so could you please test if it's working for
you? There are two new options: wcol= and wscale=. Let's say you have a column
"channel_width" and its values are in meters.
d.vect map=streams width=2 wcol=channel_width wscale=0.05
means that line widths are 0.05 * channel_width and if this value is negative,
the default width (2) will be used. Please note that the line width column
should be either INTEGER or DOUBLE PRECISION type.
Huidae Cho
just a thought.
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341
_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser
On Tuesday 16 May 2006 14:22, Huidae Cho wrote:
On Tue, May 16, 2006 at 10:17:51AM -0700, Dylan Beaudette wrote:
> On Tuesday 16 May 2006 05:20, Markus Neteler wrote:
> > */orkun <temiz@deprem.gov.tr>/* wrote:
> > > hello
> > >
> > > How can I make a vector line thicker on display (d.vect ???)
> > >
> > > In the display manager (D.M) just see all that U can achieve,
> > > includes thickenning vector lines too.
> >
> > d.vect comes with a width= parameter to handle line width.
> > width Line width
> >
> > Markus
>
> I wonder how hard it would be to implement line thickness based on an
> attribute .... ?
I just added this feature to CVS, so could you please test if it's working
for you? There are two new options: wcol= and wscale=. Let's say you have
a column "channel_width" and its values are in meters.
d.vect map=streams width=2 wcol=channel_width wscale=0.05
means that line widths are 0.05 * channel_width and if this value is
negative, the default width (2) will be used. Please note that the line
width column should be either INTEGER or DOUBLE PRECISION type.
Huidae Cho
Huidae:
Wow! that was fast.
Looks like it works quite well. Thanks!
here is the output:
http://169.237.35.250/~dylan/temp/d.vect-wcol-test.png
Cheers,
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341
This could be done in a script. It is already implemented in
d.vect.thematic.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
From: Dylan Beaudette <dylan.beaudette@gmail.com>
Reply-To: <dylan.beaudette@gmail.com>
Date: Tue, 16 May 2006 10:17:51 -0700
To: <grassuser@grass.itc.it>
Subject: Re: [GRASS-user] line thickness
On Tuesday 16 May 2006 05:20, Markus Neteler wrote:
*/orkun <temiz@deprem.gov.tr>/* wrote:
hello
How can I make a vector line thicker on display (d.vect ???)
In the display manager (D.M) just see all that U can achieve,
includes thickenning vector lines too.
d.vect comes with a width= parameter to handle line width.
width Line width
Markus
I wonder how hard it would be to implement line thickness based on an
attribute .... ?
just a thought.
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341
On Tuesday 16 May 2006 15:39, Dylan Beaudette wrote:
On Tuesday 16 May 2006 14:22, Huidae Cho wrote:
> On Tue, May 16, 2006 at 10:17:51AM -0700, Dylan Beaudette wrote:
> > On Tuesday 16 May 2006 05:20, Markus Neteler wrote:
> > > */orkun <temiz@deprem.gov.tr>/* wrote:
> > > > hello
> > > >
> > > > How can I make a vector line thicker on display (d.vect ???)
> > > >
> > > > In the display manager (D.M) just see all that U can achieve,
> > > > includes thickenning vector lines too.
> > >
> > > d.vect comes with a width= parameter to handle line width.
> > > width Line width
> > >
> > > Markus
> >
> > I wonder how hard it would be to implement line thickness based on an
> > attribute .... ?
>
> I just added this feature to CVS, so could you please test if it's
> working for you? There are two new options: wcol= and wscale=. Let's say
> you have a column "channel_width" and its values are in meters.
>
> d.vect map=streams width=2 wcol=channel_width wscale=0.05
>
> means that line widths are 0.05 * channel_width and if this value is
> negative, the default width (2) will be used. Please note that the line
> width column should be either INTEGER or DOUBLE PRECISION type.
>
> Huidae Cho
Huidae:
Wow! that was fast.
Looks like it works quite well. Thanks!
here is the output:
http://169.237.35.250/~dylan/temp/d.vect-wcol-test.png
Cheers,
Yikes... after updating from CVS yesterday (after the line thickness patch) it
looks like vector polygons are not being drawn via d.vect:
getting segmentation faults when type=area !!
Any thoughts on that?
Cheers,
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341
Sorry, I fixed it.
Huidae Cho
On Wed, May 17, 2006 at 12:27:17PM -0700, Dylan Beaudette wrote:
On Tuesday 16 May 2006 15:39, Dylan Beaudette wrote:
> On Tuesday 16 May 2006 14:22, Huidae Cho wrote:
> > On Tue, May 16, 2006 at 10:17:51AM -0700, Dylan Beaudette wrote:
> > > On Tuesday 16 May 2006 05:20, Markus Neteler wrote:
> > > > */orkun <temiz@deprem.gov.tr>/* wrote:
> > > > > hello
> > > > >
> > > > > How can I make a vector line thicker on display (d.vect ???)
> > > > >
> > > > > In the display manager (D.M) just see all that U can achieve,
> > > > > includes thickenning vector lines too.
> > > >
> > > > d.vect comes with a width= parameter to handle line width.
> > > > width Line width
> > > >
> > > > Markus
> > >
> > > I wonder how hard it would be to implement line thickness based on an
> > > attribute .... ?
> >
> > I just added this feature to CVS, so could you please test if it's
> > working for you? There are two new options: wcol= and wscale=. Let's say
> > you have a column "channel_width" and its values are in meters.
> >
> > d.vect map=streams width=2 wcol=channel_width wscale=0.05
> >
> > means that line widths are 0.05 * channel_width and if this value is
> > negative, the default width (2) will be used. Please note that the line
> > width column should be either INTEGER or DOUBLE PRECISION type.
> >
> > Huidae Cho
>
> Huidae:
>
> Wow! that was fast.
>
> Looks like it works quite well. Thanks!
>
> here is the output:
> http://169.237.35.250/~dylan/temp/d.vect-wcol-test.png
>
> Cheers,
Yikes... after updating from CVS yesterday (after the line thickness patch) it
looks like vector polygons are not being drawn via d.vect:
getting segmentation faults when type=area !!
Any thoughts on that?
Cheers,
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341