Re: [JPP-Devel] vertex styling bug?

2008-07-15 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > I just discovered, that if I turn on the display of vertices for a line > layer, then the lines are not displayed anymore and only the vertices. > Did somebody accidently changed that? or was that a feature of deeStyling? > > I would rathe have the option to see bo

Re: [JPP-Devel] JTin Summer of Code Update:

2008-07-15 Thread Christopher
I've been using the Matterhorn point set to test things. I have a working plugin that uses Chew's algorithm to triangulate a point layer. I copied the code from the openjump core to my own directory structure then went through and changed things to use generics. Now I'm writing a strictSubset me

Re: [JPP-Devel] vertex styling bug?

2008-07-15 Thread Stefan Steiniger
cool :) thanx. Btw: The csv-reader plugin from deeJUMP, does it rely on deegree libs? or could we integrate that in the core? stefan Andreas Schmitz schrieb: > Stefan Steiniger wrote: > > Hi, > >> I just discovered, that if I turn on the display of vertices for a line >> layer, then the lin

Re: [JPP-Devel] vertex styling bug?

2008-07-15 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > Btw: The csv-reader plugin from deeJUMP, does it rely on deegree libs? > or could we integrate that in the core? unfortunately, it does. I'm always trying to integrate things directly into OpenJUMP if possible ;-) Maybe one day we decide to integrate a deegree ver