Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread Uwe Dalluege
Hi, thank you for the tips. Is there a reason why OJ can not catch the first point directly? Regards Uwe Am 09.04.2015 um 06:46 schrieb Rahkonen Jukka (MML): > Hi, > > The trick is that when you are drawing a new feature the new vertices do not > snap to the newly added vertices of that non-f

Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread Rahkonen Jukka (MML)
Hi, Matthias Scholz wrote: > Hi Uwe, > yes there is a small trick, if we talk about the same problem. > 1) go to Customize -> Options -> Snap/Grid -> Snap to vertices and select the > right snapping tolerance for your needs. > 2) draw the draw the linestring > 3) through the snap funktion you c

Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread Rahkonen Jukka (MML)
Hi, The trick is that when you are drawing a new feature the new vertices do not snap to the newly added vertices of that non-finalized geometry. There are workarounds: - digitize first a point and snap the start and end points of the line into it - digitize a polygon and convert it into linestr

Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread Matthias Scholz
Hi Uwe, yes there is a small trick, if we talk about the same problem. 1) go to Customize -> Options -> Snap/Grid -> Snap to vertices and select the right snapping tolerance for your needs. 2) draw the draw the linestring 3) through the snap funktion you can easy draw the last point on the fir

Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread Giuseppe Aruta
Hi Uwe, 1) draw a polygon 2) select the item 3) right click ->Convert select geometies/layers to->LinearRing (or Linestring) Peppe 2015-04-08 15:21 GMT+02:00 Uwe Dalluege : > Hi, > > how can I draw a closed LineString (LinearRing)? > > When I try to catch the first point of the > LineString with

Re: [JPP-Devel] Draw a closed LineString

2015-04-08 Thread edgar . soldin
On 08.04.2015 15:21, Uwe Dalluege wrote: > Hi, > > how can I draw a closed LineString (LinearRing)? > > When I try to catch the first point of the > LineString with the last point of the same LineString > OpenJUMP does not catch the first point. > > Is there a trick? > > Regards > > Uwe > no

[JPP-Devel] Draw a closed LineString

2015-04-08 Thread Uwe Dalluege
Hi, how can I draw a closed LineString (LinearRing)? When I try to catch the first point of the LineString with the last point of the same LineString OpenJUMP does not catch the first point. Is there a trick? Regards Uwe

[JPP-Devel] SVN: [4390] core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ panel/RasterScaleStylePanel.java

2015-04-08 Thread jump-pilot-svn
Revision: 4390 http://sourceforge.net/p/jump-pilot/code/4390 Author: ma15569 Date: 2015-04-08 13:08:58 + (Wed, 08 Apr 2015) Log Message: --- Add more vertical space for better view of main panel (RasterTransparency panel) Modified Paths: -- core/trunk