Re: [JPP-Devel] one way road

2008-09-24 Thread Eric Jarvies
On Sep 24, 2008, at 5:32 AM, Nacho Uve wrote: Hello, Maybe you can use one Arrow Line Style for the line representation. I use Change Style -> Decorations ->End-Arrow-Open. :) 2008/9/24 Bing Ran <[EMAIL PROTECTED]> The requirement comes up and I need to display one way road on my map

Re: [JPP-Devel] one way road

2008-09-24 Thread Rahkonen Jukka
layers. Of course there must be suitable attributes which can be used in queries. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: Stefan Steiniger [mailto:[EMAIL PROTECTED] Lähetetty: ke 24.9.2008 15:18 Vastaanottaja: OpenJump develop and use Aihe: Re: [JPP-Devel] one way road If

Re: [JPP-Devel] one way road

2008-09-24 Thread Stefan Steiniger
If you use the line style as representation: the direction of the digitization (ordered list of points) can encode this. But This probably doeas not work for polygons. No clue about the left-turn thing. Easiest is really to make some attribute definitions. stefan Nacho Uve schrieb: > Hello, >

Re: [JPP-Devel] one way road

2008-09-24 Thread Nacho Uve
Hello, Maybe you can use one Arrow Line Style for the line representation. I use Change Style -> Decorations ->End-Arrow-Open. :) 2008/9/24 Bing Ran <[EMAIL PROTECTED]> > The requirement comes up and I need to display one way road on my map. My > original map data does contain such informat

[JPP-Devel] one way road

2008-09-23 Thread Bing Ran
The requirement comes up and I need to display one way road on my map. My original map data does contain such information and I'm wondering how everyone else is dealing with this. Is it always a customized attribute and rendering or something (standard, style) is already there? Even more challen