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-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 linestring or linearring later.
>
> If you really need a geometry that is LINEARRING in WKT (not just LINESTRING 
> with the same start and end point) you must either draw a polygon and use 
> geometry converter, or draw a line and convert it by editing the WKT from
>
> LINESTRING (
>      666 435,
>      714 307,
>      590 344,
>      666 435
> )
>
> into
>
> LINEARRING (
>      666 435,
>      714 307,
>      590 344,
>      666 435
> )
>
> -Jukka Rahkonen-
>
>
> 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
>
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own 
> process in accordance with the BPMN 2 standard Learn Process modeling best 
> practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ 
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to