RE: Link Layer problem?

From: S. Russell Berckmoes <berck@radixtek.com>
Date: Mon Mar 11 2002 - 14:59:35 EST

>
>So you created a LinkServer that reads VPF data? I think that's
>probably where you need to look, particularly where the LinkGraphics are
>created.
>

Yes I did with help from Larry Harper who you gave some direction to. I
haven't done anything different than what I was doing by changing the line
and fill colors. It just doesn't allow changing of the line width.

>
>Is this client code? You still have to use it in the server, and load
>the LinkGraphics with the drawing attributes sent in the request.
>
No, this is server code. A link list polygon is created on the server side
using the link properties below. Again, line colors and fill colors (when I
use them for areas) work correctly. It is the line width that I can't get to
work.

>>
>> Properties props = new Properties();
>> LinkProperties lp = new LinkProperties();
>> .
>> .
>> .
>> // transportation properties
>> props.setProperty("trans.coverageType", "trans");
>> props.setProperty("trans.featureTypes", "edge");
>> props.setProperty("trans.edge", "runwayl");
>> props.setProperty("trans.lineColor", "ff55ff");
>> props.setProperty("trans.lineWidth", "3f");
>> // link properties
>> lp.setProperty(LinkProperties.LPC_LINEWIDTH, "3f");
>> lp.setProperty(LinkProperties.LPC_LINECOLOR, "ff55ff");
>> .
>> .
>> .
>>

         \\|//
        (- o)
-----oOOo-(_)-oOOo------
Russ Berckmoes
Sr Software Engineer
Radix Technologies, Inc.
329 N. Bernardo Ave.
Mountain View, CA 94043
(650) 988-4700
(650) 988-8713 FAX
(650) 944-1524 Direct
berck@radixtek.com
------------------------

--
[To unsubscribe to this list send an email to "majdart@bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Mon Mar 11 15:00:09 2002

This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:32 EDT