[JPP-Devel] Window synchronization broken

2012-06-18 Thread Rahkonen Jukka
Hi,

I had a need to use two project windows with different layer synchronized for 
panning and zooming. Unfortunately that option seems to be badly broken in 
1.5.2.  It is even hard to describe what happens now. Sometimes if I zoom in in 
project one the zooming happens only in project two, but not always. Anyway, 
this feature is unusable right now. Perhaps it should be deactivated as a first 
aid.

-Jukka Rahkonen-
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Window synchronization broken

2012-06-18 Thread edgar . soldin
On 18.06.2012 12:33, Rahkonen Jukka wrote:
> Hi,
>  
> I had a need to use two project windows with different layer synchronized for 
> panning and zooming. Unfortunately that option seems to be badly broken in 
> 1.5.2.  It is even hard to describe what happens now. Sometimes if I zoom in 
> in project one the zooming happens only in project two, but not always. 
> Anyway, this feature is unusable right now. Perhaps it should be deactivated 
> as a first aid.
>  

i will have a look at this and fix it in the next release. for now you probably 
need to use 1.5.1 for this functionality.. sorry ede

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ColorChooser plugin

2012-06-18 Thread Giuseppe Aruta
Hi Michael,
I tested ColorChooser plugin with latest OJ NB (20120616-r2939).
a) It doesn't search COLOR attribute, now
b) It changes the color of all selected features
I upload my site with a new version of colorchooser plugin 
(https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/colorchooser/ColorChooser4.jar/download)
 which has source code embedded

I made a test with Ubuntu 11.10 - Can you give a look with Windows, please?

Giuseppe



 Da: Michaël Michaud 
A: Giuseppe Aruta ; OpenJump develop and use 
 
Inviato: Domenica 17 Giugno 2012 22:09
Oggetto: Re: [JPP-Devel] ColorChooser plugin
 

Hi Giuseppe,

I made a small test with the ColorChooser plugin.
Code change in BasicStyle looks fine, but when I try to apply a
  new color on selected features,
I get the following exception.
java.lang.IllegalArgumentException: Nom d'attribut non reconnu:
  COLOR
    at
com.vividsolutions.jump.feature.FeatureSchema.getAttributeIndex(FeatureSchema.java:86)
    at
com.vividsolutions.jump.feature.AbstractBasicFeature.setAttribute(AbstractBasicFeature.java:77)
    at
geoarbores.com.isa.jump.plugin.FeatureColorChooserPlugIn$7.execute(FeatureColorChooserPlugIn.java:312)

Seems that the plugin is looking for a "COLOR" attribute (instead
  of R_G_B ?), but I could not check further
because source code is not included in colorchooser3.jar

Moreover, if I select several features, it seems that color is
  applied to the first one in the selection only.

Suggestion : what do you think about making a single button
  instead of two (right click to drop down the list) ?

Michaël 


Hi all,
>Following OJ Roadmap, I made a small modification to BasicStyle.jar file on 
>SVN in order to use ColorChooser plugin (stored 
>here: http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/colorchooser/).
>I tested it today with a fresh OJ NB and it seems to work fine. I invite the 
>other developers/user to give a feedback.
>Regards
>
>
>Giuseppe
>
>
>
>
>
>--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>___
Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Window synchronization broken

2012-06-18 Thread Michaël Michaud

Hi,
I had a need to use two project windows with different layer 
synchronized for panning and zooming. Unfortunately that option seems 
to be badly broken in 1.5.2.  It is even hard to describe what happens 
now. Sometimes if I zoom in in project one the zooming happens only in 
project two, but not always. Anyway, this feature is unusable right 
now. Perhaps it should be deactivated as a first aid.


It seems that it looses the normal behaviour the first time you try to 
pan/zoom on the project which has *not* the focus.
Seems that you can easily get the good behaviour again by choosing 
select tool

and clicking in the project you want to have the focus on.

Michaël

-Jukka Rahkonen-


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ColorChooser plugin

2012-06-18 Thread Michaël Michaud

Hi,

Hi Michael,
I tested ColorChooser plugin with latest OJ NB (20120616-r2939).
a) It doesn't search COLOR attribute, now
b) It changes the color of all selected features
I upload my site with a new version of colorchooser plugin 
(https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/colorchooser/ColorChooser4.jar/download) 
which has source code embedded


I made a very quick test, and it seems to work fine now,

In the roadmap, I had planned to include it (merge it ?) in the CORE,
but as it is in a separate jar right now, I ask again what others want
to do with it
1) let it packaged "as is" (in a separate jar) and distribute it
- in PLUS
- in CORE,
- as an independant extension
2) merge it with the core distribution

Michaël



I made a test with Ubuntu 11.10 - Can you give a look with Windows, 
please?


Giuseppe


*Da:* Michaël Michaud 
*A:* Giuseppe Aruta ; OpenJump develop and 
use 

*Inviato:* Domenica 17 Giugno 2012 22:09
*Oggetto:* Re: [JPP-Devel] ColorChooser plugin

Hi Giuseppe,

I made a small test with the ColorChooser plugin.
Code change in BasicStyle looks fine, but when I try to apply a new 
color on selected features,

I get the following exception.
java.lang.IllegalArgumentException: Nom d'attribut non reconnu: COLOR
at 
com.vividsolutions.jump.feature.FeatureSchema.getAttributeIndex(FeatureSchema.java:86)
at 
com.vividsolutions.jump.feature.AbstractBasicFeature.setAttribute(AbstractBasicFeature.java:77)
at 
geoarbores.com.isa.jump.plugin.FeatureColorChooserPlugIn$7.execute(FeatureColorChooserPlugIn.java:312)


Seems that the plugin is looking for a "COLOR" attribute (instead of 
R_G_B ?), but I could not check further

because source code is not included in colorchooser3.jar

Moreover, if I select several features, it seems that color is applied 
to the first one in the selection only.


Suggestion : what do you think about making a single button instead of 
two (right click to drop down the list) ?


Michaël


Hi all,
Following OJ Roadmap, I made a small modification to BasicStyle.jar 
file on SVN in order to use ColorChooser plugin (stored 
here:http://sourceforge.net/projects/opensit/files/Openjump/PlugIn/colorchooser/).
I tested it today with a fresh OJ NB and it seems to work fine. I 
invite the other developers/user to give a feedback.

Regards

Giuseppe



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats.http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net  

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel







--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Concave Hull Extension for OpenJUMP

2012-06-18 Thread Michaël Michaud
Hi all,

Thanks to Eric Grosso, a plugin to calculate Concave Hull
is now available for OpenJUMP.
The plugin is based on the triangulation API of JTS.

Here is the announce from Eric :
https://sourceforge.net/mailarchive/message.php?msg_id=29361528

Here the documentation/download page :
http://www.rotefabrik.free.fr/concave_hull/

And here the announce on our  wiki :
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Main_Page

Michaël

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Window synchronization broken

2012-06-18 Thread Rahkonen Jukka
Hi,

Thanks for the workarounds.

By the way, I was using OpenJUMP for checking the results from playing with 
Spatialite and ST_OffsetCurve. It seems to be rather cool, as well as other new 
GEOS functions in this document:
http://www.gaia-gis.it/spatialite-3.0.0-BETA/GEOS-advanced.pdf

Calculating 15 metre offsets for 3.1 million (rather short) linestrings took 70 
minutes with old single processor 3 GHz Xeon and 20 minutes with 2 x 3 GHz home 
grade computer.  I guess that OpenJUMP might be faster. At least OJ  was 
considerably faster in doing 4.7 million spatial joins between points and 
polygons (70 minutes vs. 5 hours) even I  did have proper spatial index in 
Spatialite.  On the other hand, PostGIS made in in 10 minutes with the same 
computer. But for some other operations Spatialite is very fast.

I suppose it could be possible to implement OffsetCurve also in OpenJUMP too 
because of the close relation on JTS and GEOS.

-Jukka-
Lähettäjä: Michaël Michaud [michael.mich...@free.fr]
Lähetetty: 18. kesäkuuta 2012 21:41
Vastaanottaja: OpenJump develop and use
Aihe: Re: [JPP-Devel] Window synchronization broken

Hi,
> I had a need to use two project windows with different layer synchronized for 
> panning and zooming. Unfortunately that option seems to be badly broken in 
> 1.5.2.  It is even hard to describe what happens now. Sometimes if I zoom in 
> in project one the zooming happens only in project two, but not always. 
> Anyway, this feature is unusable right now. Perhaps it should be deactivated 
> as a first aid.

It seems that it looses the normal behaviour the first time you try to pan/zoom 
on the project which has not the focus.
Seems that you can easily get the good behaviour again by choosing select tool
and clicking in the project you want to have the focus on.

Michaël
>
> -Jukka Rahkonen-
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Window synchronization broken

2012-06-18 Thread Michaël Michaud
Hi Jukka,
> By the way, I was using OpenJUMP for checking the results from playing with 
> Spatialite and ST_OffsetCurve. It seems to be rather cool, as well as other 
> new GEOS functions in this document:
> http://www.gaia-gis.it/spatialite-3.0.0-BETA/GEOS-advanced.pdf
Interesting. All these functions have also been added to postgis 2.0.
OffsetCurve would be quite easy to add to OpenJUMP (just added it to 
OpenJUMP roadmap).
Don't know if all other new functions are JTS port or if some are pure 
geos functions. Have to check that.
> Calculating 15 metre offsets for 3.1 million (rather short) linestrings took 
> 70 minutes with old single processor 3 GHz Xeon and 20 minutes with 2 x 3 GHz 
> home grade computer.  I guess that OpenJUMP might be faster. At least OJ  was 
> considerably faster in doing 4.7 million spatial joins between points and 
> polygons (70 minutes vs. 5 hours) even I  did have proper spatial index in 
> Spatialite.  On the other hand, PostGIS made in in 10 minutes with the same 
> computer. But for some other operations Spatialite is very fast.
OpenJUMP took 70 mn where PostGIS took 10 mn for a simple spatial join ?
I don't know how you performed the spatial join in OpenJUMP, but I think 
that
- simple query uses envelope test but no spatial index
- matching extension (also well suited for spatial join) uses indexes 
and can be much faster.
> I suppose it could be possible to implement OffsetCurve also in OpenJUMP too 
> because of the close relation on JTS and GEOS.
Sure, for such a plugin, exposing a JTS function, main work is for UI 
design and Internationalization.

Michaël
>
> -Jukka-
> Lähettäjä: Michaël Michaud [michael.mich...@free.fr]
> Lähetetty: 18. kesäkuuta 2012 21:41
> Vastaanottaja: OpenJump develop and use
> Aihe: Re: [JPP-Devel] Window synchronization broken
>
> Hi,
>> I had a need to use two project windows with different layer synchronized 
>> for panning and zooming. Unfortunately that option seems to be badly broken 
>> in 1.5.2.  It is even hard to describe what happens now. Sometimes if I zoom 
>> in in project one the zooming happens only in project two, but not always. 
>> Anyway, this feature is unusable right now. Perhaps it should be deactivated 
>> as a first aid.
> It seems that it looses the normal behaviour the first time you try to 
> pan/zoom on the project which has not the focus.
> Seems that you can easily get the good behaviour again by choosing select tool
> and clicking in the project you want to have the focus on.
>
> Michaël
>> -Jukka Rahkonen-
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] [ jump-pilot-Bugs-3528917 ] Open wizard looks weird with windows 64

2012-06-18 Thread SourceForge . net
Bugs item #3528917, was opened at 2012-05-22 12:53
Message generated for change (Comment added) made by michaudm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3528917&group_id=118054

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General / Other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: michael michaud (michaudm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Open wizard looks weird with windows 64

Initial Comment:
OpenJUMP 1.6 + windows vista 64 + jre7 64
The Open wizard does not display wizards correctly.
The icon of OpenFile is hidden, and the whole left panel seems to have been 
shifted to the top.

--

>Comment By: michael michaud (michaudm)
Date: 2012-06-18 23:42

Message:
Seems to be caused by jre7 rather than windows vista 64.
Experienced the same problem with Windows Vista (64) + jre7_05 (32 bits).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3528917&group_id=118054

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel