Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Uwe Dalluege
Hi David,

in the OpenJUMPNight lib directory I found jai_codec.jar and jai_core.jar.
I hope this is enough but it does not work with it!

Regards,

Uwe Dalluege

--
HafenCity Universitaet Hamburg
Department Geomatik
Rechenzentrum
Dipl.-Ing. Uwe Dalluege   :-)
Hebebrandstr. 1
22297 Hamburg
Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
Fax:  +49 40 42827 - 5409
E-Mail: mailto:[EMAIL PROTECTED]
Url: http://www.hcu-hamburg.de/geomatik/
--



David Zwiers schrieb:
> Are the drivers installed? If I recall you need JAI for those formats. 
>
>
>   David Zwiers
>   Vivid Solutions Inc. 
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Uwe
> Dalluege
> Sent: August 13, 2007 4:29 AM
> To: Devel Jump
> Subject: [JPP-Devel] OJ 1.2C: Add Image Layer
>
> Hi,
>
> I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
> Layer.
> Sometimes I see nothing, sometimes I see a black window!
>
> I there a trick to load an image?
>
> Regards,
>
> Uwe
>
>
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJN: No SRID and VIEW support

2007-08-14 Thread Uwe Dalluege
Hi Michael,

thank you for putting my wishes to the feature request!
I am changing my OpenJUMP tutorial to OpenJUMP 1.2 and like
to describe the core functions and some good plugIns.
The SRID plugIn is from Jon Aquino and I improved the PostGIS plugIn.
The PostGIS plugIn is not so comfortable but you can write back
data to database with correct SRID values.

Regards,

Uwe Dalluege

--
HafenCity Universitaet Hamburg
Department Geomatik
Rechenzentrum
Dipl.-Ing. Uwe Dalluege   :-)
Hebebrandstr. 1
22297 Hamburg
Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
Fax:  +49 40 42827 - 5409
E-Mail: mailto:[EMAIL PROTECTED]
Url: http://www.hcu-hamburg.de/geomatik/
--



Michaël Michaud schrieb:
> Hi Uwe,
>
> I added your wishes to the feature request, but I forgot to ask you if 
> you tried Paolo's Plugin (from sourceforge site) which has more 
> advanced features than the plugin included in the core ?
>
> Also, I did not realize you are the one who wrote (or improved ?) 
> PostGIS with SRID PlugIn V1.2.1 
> 
>  
> , which manages SRID and can also write data in a postgis database.
> Should be good to have a unified way to access databases including all 
> those features ;-)
>
> Michaël
>
> Uwe Dalluege a écrit :
>
>> Hi,
>>
>> two wishes for Layer>Add Datastore Layer...
>>
>> 1. It would be nice if Layer>Add Datastore Layer...
>> can read SRID information.
>>
>> 2. It would be very nice if  Layer>Add Datastore Layer...
>> can read also VIEWS and not only tables from datastore.
>>
>> Regards,
>>
>> Uwe
>>
>>
>> - 
>>
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>>  
>>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] OJ 1.2C: Add new raster layer (PIROL)

2007-08-14 Thread Uwe Dalluege
Hi,

in OpenJUMP 1.2C (nightbuild) I have implemented the rasterImage-PlugIn 
from
the PIROL project.

1. Load the image (works fine!)

2. RightClick on the layer and the "Remove selected image layer"
I receive the following error:

java.lang.NoSuchMethodError: 
com.vividsolutions.jump.workbench.model.LayerManager.dispose(Lcom/vividsolutions/jump/workbench/model/Layerable;)V
at 
de.fhOsnabrueck.jump.pirol.plugIns.PirolRasterImage.RemoveSelectedRasterImageLayersPlugIn.remove(RemoveSelectedRasterImageLayersPlugIn.java:67)
at 
de.fhOsnabrueck.jump.pirol.plugIns.PirolRasterImage.RemoveSelectedRasterImageLayersPlugIn.execute(RemoveSelectedRasterImageLayersPlugIn.java:55)
at 
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at 
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


Has something changed in
com.vividsolutions.jump.workbench.model.LayerManager.dispose ( )  ?

Regards,

Uwe



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Uwe Dalluege
Hi,

with OpenJUMPNight 1.2B from 2007.05.10  Layer>Add Image Layer works!
With the latest OpenJUMPNight version 1.2C it does not work!

Where is the different?

Regards,

Uwe

Uwe Dalluege schrieb:
> Hi David,
>
> in the OpenJUMPNight lib directory I found jai_codec.jar and 
> jai_core.jar.
> I hope this is enough but it does not work with it!
>
> Regards,
>
> Uwe Dalluege
>
> -- 
>
> HafenCity Universitaet Hamburg
> Department Geomatik
> Rechenzentrum
> Dipl.-Ing. Uwe Dalluege   :-)
> Hebebrandstr. 1
> 22297 Hamburg
> Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
> Fax:  +49 40 42827 - 5409
> E-Mail: mailto:[EMAIL PROTECTED]
> Url: http://www.hcu-hamburg.de/geomatik/
> -- 
>
>
>
>
> David Zwiers schrieb:
>> Are the drivers installed? If I recall you need JAI for those formats.
>>
>>   David Zwiers
>>   Vivid Solutions Inc.
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Uwe
>> Dalluege
>> Sent: August 13, 2007 4:29 AM
>> To: Devel Jump
>> Subject: [JPP-Devel] OJ 1.2C: Add Image Layer
>>
>> Hi,
>>
>> I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
>> Layer.
>> Sometimes I see nothing, sometimes I see a black window!
>>
>> I there a trick to load an image?
>>
>> Regards,
>>
>> Uwe
>>
>>
>> 
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>>   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ 1.2C: Add new raster layer (PIROL)

2007-08-14 Thread Uwe Dalluege
Hi,

in OpenJUMPNight 1.2B from 2007.05.10 this error does not appear!

Where is the different between 1.2B and 1.2C?

Regards,

Uwe

Uwe Dalluege schrieb:
> Hi,
>
> in OpenJUMP 1.2C (nightbuild) I have implemented the 
> rasterImage-PlugIn from
> the PIROL project.
>
> 1. Load the image (works fine!)
>
> 2. RightClick on the layer and the "Remove selected image layer"
> I receive the following error:
>
> java.lang.NoSuchMethodError: 
> com.vividsolutions.jump.workbench.model.LayerManager.dispose(Lcom/vividsolutions/jump/workbench/model/Layerable;)V
>  
>
>at 
> de.fhOsnabrueck.jump.pirol.plugIns.PirolRasterImage.RemoveSelectedRasterImageLayersPlugIn.remove(RemoveSelectedRasterImageLayersPlugIn.java:67)
>  
>
>at 
> de.fhOsnabrueck.jump.pirol.plugIns.PirolRasterImage.RemoveSelectedRasterImageLayersPlugIn.execute(RemoveSelectedRasterImageLayersPlugIn.java:55)
>  
>
>at 
> com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
>  
>
>at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
>at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
>at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
>at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
>at javax.swing.AbstractButton.doClick(Unknown Source)
>at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
>at 
> javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown 
> Source)
>at java.awt.Component.processMouseEvent(Unknown Source)
>at javax.swing.JComponent.processMouseEvent(Unknown Source)
>at java.awt.Component.processEvent(Unknown Source)
>at java.awt.Container.processEvent(Unknown Source)
>at java.awt.Component.dispatchEventImpl(Unknown Source)
>at java.awt.Container.dispatchEventImpl(Unknown Source)
>at java.awt.Component.dispatchEvent(Unknown Source)
>at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>at java.awt.Container.dispatchEventImpl(Unknown Source)
>at java.awt.Window.dispatchEventImpl(Unknown Source)
>at java.awt.Component.dispatchEvent(Unknown Source)
>at java.awt.EventQueue.dispatchEvent(Unknown Source)
>at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown 
> Source)
>at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
>at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>at java.awt.EventDispatchThread.run(Unknown Source)
>
>
> Has something changed in
> com.vividsolutions.jump.workbench.model.LayerManager.dispose ( )  ?
>
> Regards,
>
> Uwe
>
>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] To Sunburned Surveyor - Help files

2007-08-14 Thread Giuseppe Aruta

--- Sunburned Surveyor <[EMAIL PROTECTED]>
ha scritto:

> Peppe,
> 
> It sounds like you and Stefan have got a good feel
> for the
> documentation you would like to work on.
> 
> If you send me a quick link to the section of the
> wiki you are working
> on then I will check it over.
> 
> The Sunburned Surveyor

SS,

I really need your collaboration if you can correct my
English. You can modify directly  the wiki pages which
I have written. 



On "Tools" wiki page I had problem to explain what are
"Simplify ISA and JTS algorithm". If you can write few
notes about them directly on that page?



I took Stefan's Idea, the "List of Function" has to be
simple, a sort of "What's this" and a simple "How to".
I always reference to on-line documentation (VIVID and
Uwe's one). 
Nevertheless we lack documentation for new
implemantations in OJ1.2. Uwe is working to upgrade
his tutorial. In this moment I think to write small
wiki page which I link to the related function. E.g. I
am writing an "Editing Toolbox" wiki linked to
"Toolbar" page to explain new editing/drawing tools,
following a RAVI's request.
If you think you can work on the same idea: you can
write small wiki pages and link to related function or
tool.Tell me what you think about.

London, thanks again for your collaboration. Please,
if you correct my english use an English dictionary
not the Hillbilly one! 

Peppe


  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJN: No SRID and VIEW support

2007-08-14 Thread Giuseppe Aruta

--- Uwe Dalluege <[EMAIL PROTECTED]> ha
scritto:

> Hi Michael,
> 
> thank you for putting my wishes to the feature
> request!
> I am changing my OpenJUMP tutorial to OpenJUMP 1.2
> and like
> to describe the core functions and some good
> plugIns.
> The SRID plugIn is from Jon Aquino and I improved
> the PostGIS plugIn.
> The PostGIS plugIn is not so comfortable but you can
> write back
> data to database with correct SRID values.
> 
> Regards,
> 
> Uwe Dalluege
> 

Hi Uwe,
I am glad that you upgrade your tutorial, I used your
former one to understand OpenJUMP.
Now I am working, with the collaboration of Stefan and
London, to a short tutorial of OJ1.2 on this page
http://openjump.org/wiki/show/OpenJUMP+List+of+Functions.
The idea is to give a short description of all the
functions and tools in OJ, with related usage and
tips. Anyhow I try to reference to your former
tutorial or to VIVIDS one in order to help people to
use OpenJUMP.
If you need a collaboration or ideas  I will be glad
to help you.

Peppe



Giuseppe Aruta
Dipartimento di Scienze della Terra
Via La Pira, 4
50122 - Firenze (Italy)
[EMAIL PROTECTED]
(39)051301827



  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] momentum on people interested in JUMP/OpenJUMP DB support ; )

2007-08-14 Thread Martin Davis


Stefan Steiniger wrote:
>
> PS: mhm.. how does it come that David knows about Oracle.. is there 
> another plugin outhere (or the one from JTS).. i just wonder, after 
> having also read Pauls message on Oracle.
>   
At Vivid we wrote a Datastore driver for Oracle Spatial.  Is that what 
you're referring too?  Owing to potential problems of licensing and 
support, we didn't release this in the publicly available version of 
JUMP.  I have no idea if they still feel that this is an issue.


-- 
Martin Davis
Senior Technical Architect
Refractions Research, Inc.
(250) 383-3022


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Mouse Wheel Zoom

2007-08-14 Thread Larry Becker
I have ported over the Mouse Wheel Zoom support from SkyJUMP.  I
should appear in OJ's nightly build (assuming I didn't break it).

regards,
Larry Becker
-- 
http://amusingprogrammer.blogspot.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Mouse Wheel Zoom

2007-08-14 Thread Sunburned Surveyor
This is great news Larry.

I'm just curious, how did you go about adding support for mouse wheel
zoom. Did you add a mouse listener to the LayerViewPanel.

SS

On 8/14/07, Larry Becker <[EMAIL PROTECTED]> wrote:
> I have ported over the Mouse Wheel Zoom support from SkyJUMP.  I
> should appear in OJ's nightly build (assuming I didn't break it).
>
> regards,
> Larry Becker
> --
> http://amusingprogrammer.blogspot.com/
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] ChangeLayerableNamePlugIn

2007-08-14 Thread Paul Austin
Did someone forget to checkin ChangeLayerableNamePlugIn to core/trunk?

Paul

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ChangeLayerableNamePlugIn [ignore]

2007-08-14 Thread Paul Austin
Ignore this my workspace hadn't fully been rebuilt works now


Paul Austin wrote:
> Did someone forget to checkin ChangeLayerableNamePlugIn to core/trunk?
>
> Paul
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Mouse Wheel Zoom

2007-08-14 Thread Michaël Michaud
Yes, good new Larry !

I just updated the sources, compiled, and I can tell it works perfecly 
fine :-)

Michaël

Larry Becker a écrit :

>I have ported over the Mouse Wheel Zoom support from SkyJUMP.  I
>should appear in OJ's nightly build (assuming I didn't break it).
>
>regards,
>Larry Becker
>  
>


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Decoration Styles and line styles/fills

2007-08-14 Thread Paul Austin
I've noticed that when you add a line decoration style to a layer it
does some weird stuff to the lines and polygons being styled.

1. For polygons a gray fill is painted behind a polygon, which means you
can't have a semi transparent polygon on top of another layer
2. For line strings any theming is ignored and only the base color for
the line is used.

Does anyone who knows that part of the code know why this is happening?

Paul

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Q-A Plugins

2007-08-14 Thread Michaël Michaud
Hi,

I extracted 5 plugins from JCS which I think, may be useful for many OJ 
users.
Namely :
- MatchedSegmentsPlugIn
- OverlapFinderPlugIn
- CoverageGapPlugIn
- CoverageOverlapFinderPlugIn
- CloseVertexFinderPlugIn

I made them compatible with OpenJUMP API and UI, packaged them in a 
small plugin (85 ko), added internationalization (english and french 
only) made small improvements and placed made them accessible from the 
tools/qa menu.

If Stefan and Landon agree the extension, available at 
http://geo.michaelm.free.fr/OpenJUMP/resources/plugin-qa-0.1-dist.zip 
can be added to the sourceforge site.

Thanks to Martin and vivid's developpers for those nice pieces of code.

Michaël

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Q-A Plugins

2007-08-14 Thread Sunburned Surveyor
This sounds like great work Michael. I have no problem adding them to
the SourceForge site, but let's wait to hear from Stefan. I'm
forwarding this message to him directly, since he is sometimes to busy
to keep up with all of our e-mails.

SS



On 8/14/07, Michaël Michaud <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I extracted 5 plugins from JCS which I think, may be useful for many OJ
> users.
> Namely :
> - MatchedSegmentsPlugIn
> - OverlapFinderPlugIn
> - CoverageGapPlugIn
> - CoverageOverlapFinderPlugIn
> - CloseVertexFinderPlugIn
>
> I made them compatible with OpenJUMP API and UI, packaged them in a
> small plugin (85 ko), added internationalization (english and french
> only) made small improvements and placed made them accessible from the
> tools/qa menu.
>
> If Stefan and Landon agree the extension, available at
> http://geo.michaelm.free.fr/OpenJUMP/resources/plugin-qa-0.1-dist.zip
> can be added to the sourceforge site.
>
> Thanks to Martin and vivid's developpers for those nice pieces of code.
>
> Michaël
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] SVN Notification Mailing List

2007-08-14 Thread Sunburned Surveyor
Guys,

If you are going to contribute to the SVN can you please make sure
your SourceForge e-mail address is subscribed to the notify mailing
list:

https://lists.sourceforge.net/lists/listinfo/jump-pilot-svn-notify

If it is not, I get a message every time you contribute and I have to
approve it or it doesn't get forwarded to the other members.

Thanks a bunch.

The Sunburned Surveyor

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN Notification Mailing List

2007-08-14 Thread Stefan Steiniger
.. mhm.

you only need to check the approprpriate box, so that the sender is 
added to a "always allowed" list..

that should not be that hard for you.. as it is only once (btw. i get 
them as well)

stefan

Sunburned Surveyor schrieb:
> Guys,
> 
> If you are going to contribute to the SVN can you please make sure
> your SourceForge e-mail address is subscribed to the notify mailing
> list:
> 
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-svn-notify
> 
> If it is not, I get a message every time you contribute and I have to
> approve it or it doesn't get forwarded to the other members.
> 
> Thanks a bunch.
> 
> The Sunburned Surveyor
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJN: No SRID and VIEW support

2007-08-14 Thread Stefan Steiniger
btw... Peppe,

do you have the original openoffice from Uwe's tutorial doc?

stefan

Giuseppe Aruta schrieb:
> --- Uwe Dalluege <[EMAIL PROTECTED]> ha
> scritto:
> 
>> Hi Michael,
>>
>> thank you for putting my wishes to the feature
>> request!
>> I am changing my OpenJUMP tutorial to OpenJUMP 1.2
>> and like
>> to describe the core functions and some good
>> plugIns.
>> The SRID plugIn is from Jon Aquino and I improved
>> the PostGIS plugIn.
>> The PostGIS plugIn is not so comfortable but you can
>> write back
>> data to database with correct SRID values.
>>
>> Regards,
>>
>> Uwe Dalluege
>>
> 
> Hi Uwe,
> I am glad that you upgrade your tutorial, I used your
> former one to understand OpenJUMP.
> Now I am working, with the collaboration of Stefan and
> London, to a short tutorial of OJ1.2 on this page
> http://openjump.org/wiki/show/OpenJUMP+List+of+Functions.
> The idea is to give a short description of all the
> functions and tools in OJ, with related usage and
> tips. Anyhow I try to reference to your former
> tutorial or to VIVIDS one in order to help people to
> use OpenJUMP.
> If you need a collaboration or ideas  I will be glad
> to help you.
> 
> Peppe
> 
> 
> 
> Giuseppe Aruta
> Dipartimento di Scienze della Terra
> Via La Pira, 4
> 50122 - Firenze (Italy)
> [EMAIL PROTECTED]
> (39)051301827
> 
> 
> 
>   ___ 
> L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
> http://it.docs.yahoo.com/nowyoucan.html
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] momentum on people interested in JUMP/OpenJUMP DB support ; )

2007-08-14 Thread Stefan Steiniger
yes i was refering to this..
thanx for your info

stefab

Martin Davis schrieb:
> 
> Stefan Steiniger wrote:
>> PS: mhm.. how does it come that David knows about Oracle.. is there 
>> another plugin outhere (or the one from JTS).. i just wonder, after 
>> having also read Pauls message on Oracle.
>>   
> At Vivid we wrote a Datastore driver for Oracle Spatial.  Is that what 
> you're referring too?  Owing to potential problems of licensing and 
> support, we didn't release this in the publicly available version of 
> JUMP.  I have no idea if they still feel that this is an issue.
> 
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Stefan Steiniger
Hei Uwe,

you are right.. i deeply appologize for not testing earlier!!

i only see black screens as well  - and it does not matter if i zoom
.. i actually can't say now what we changed..
maybe it is the rendering thing???

has anybody any f* idea why the screen appears black now? and 1.2 B also 
works on my computer.. so it can be only a matter of source code change 
in the last 4 months *yippy*. it should not be related to library change.

the stupid thing is that i need to disable 1.2 C


stefan

Uwe Dalluege schrieb:
> Hi,
> 
> with OpenJUMPNight 1.2B from 2007.05.10  Layer>Add Image Layer works!
> With the latest OpenJUMPNight version 1.2C it does not work!
> 
> Where is the different?
> 
> Regards,
> 
> Uwe
> 
> Uwe Dalluege schrieb:
>> Hi David,
>>
>> in the OpenJUMPNight lib directory I found jai_codec.jar and 
>> jai_core.jar.
>> I hope this is enough but it does not work with it!
>>
>> Regards,
>>
>> Uwe Dalluege
>>
>> -- 
>>
>> HafenCity Universitaet Hamburg
>> Department Geomatik
>> Rechenzentrum
>> Dipl.-Ing. Uwe Dalluege   :-)
>> Hebebrandstr. 1
>> 22297 Hamburg
>> Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
>> Fax:  +49 40 42827 - 5409
>> E-Mail: mailto:[EMAIL PROTECTED]
>> Url: http://www.hcu-hamburg.de/geomatik/
>> -- 
>>
>>
>>
>>
>> David Zwiers schrieb:
>>> Are the drivers installed? If I recall you need JAI for those formats.
>>>
>>>   David Zwiers
>>>   Vivid Solutions Inc.
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] On Behalf Of Uwe
>>> Dalluege
>>> Sent: August 13, 2007 4:29 AM
>>> To: Devel Jump
>>> Subject: [JPP-Devel] OJ 1.2C: Add Image Layer
>>>
>>> Hi,
>>>
>>> I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
>>> Layer.
>>> Sometimes I see nothing, sometimes I see a black window!
>>>
>>> I there a trick to load an image?
>>>
>>> Regards,
>>>
>>> Uwe
>>>
>>>
>>> 
>>> -
>>> This SF.net email is sponsored by: Splunk Inc.
>>> Still grepping through log files to find problems?  Stop.
>>> Now Search log events and configuration files using AJAX and a browser.
>>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>   
> 
> 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN Notification Mailing List

2007-08-14 Thread Sunburned Surveyor
Roger that Stefan. I have been using that box as I get the messages. I
just thought I would be proactive.

Thanks.

SS

On 8/14/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> .. mhm.
>
> you only need to check the approprpriate box, so that the sender is
> added to a "always allowed" list..
>
> that should not be that hard for you.. as it is only once (btw. i get
> them as well)
>
> stefan
>
> Sunburned Surveyor schrieb:
> > Guys,
> >
> > If you are going to contribute to the SVN can you please make sure
> > your SourceForge e-mail address is subscribed to the notify mailing
> > list:
> >
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-svn-notify
> >
> > If it is not, I get a message every time you contribute and I have to
> > approve it or it doesn't get forwarded to the other members.
> >
> > Thanks a bunch.
> >
> > The Sunburned Surveyor
> >
> > -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Mouse Wheel Zoom

2007-08-14 Thread Larry Becker
Yep, along with some support in ZoomTool.

Larry

On 8/14/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote:
> This is great news Larry.
>
> I'm just curious, how did you go about adding support for mouse wheel
> zoom. Did you add a mouse listener to the LayerViewPanel.
>
> SS
>
> On 8/14/07, Larry Becker <[EMAIL PROTECTED]> wrote:
> > I have ported over the Mouse Wheel Zoom support from SkyJUMP.  I
> > should appear in OJ's nightly build (assuming I didn't break it).
> >
> > regards,
> > Larry Becker
> > --
> > http://amusingprogrammer.blogspot.com/
> >
> > -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


-- 
http://amusingprogrammer.blogspot.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN Notification Mailing List

2007-08-14 Thread Larry Becker
I'm probably responsible for most of the commit notifications today,
but I don't understand what I could have done to prevent it.  I
subscribed to the svn notify list and used the same email address that
I have registered with Sourceforge.  Did I miss something?

Larry

On 8/14/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote:
> Roger that Stefan. I have been using that box as I get the messages. I
> just thought I would be proactive.
>
> Thanks.
>
> SS
>
> On 8/14/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> > .. mhm.
> >
> > you only need to check the approprpriate box, so that the sender is
> > added to a "always allowed" list..
> >
> > that should not be that hard for you.. as it is only once (btw. i get
> > them as well)
> >
> > stefan
> >
> > Sunburned Surveyor schrieb:
> > > Guys,
> > >
> > > If you are going to contribute to the SVN can you please make sure
> > > your SourceForge e-mail address is subscribed to the notify mailing
> > > list:
> > >
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-svn-notify
> > >
> > > If it is not, I get a message every time you contribute and I have to
> > > approve it or it doesn't get forwarded to the other members.
> > >
> > > Thanks a bunch.
> > >
> > > The Sunburned Surveyor
> > >
> > > -
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems?  Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > > ___
> > > Jump-pilot-devel mailing list
> > > Jump-pilot-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> > >
> >
> > -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


-- 
http://amusingprogrammer.blogspot.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Larry Becker
Hi Uwe and Stefan,

I'm not familiar with the Image Layer code (SkyJUMP doesn't use it),
but I'll take a look at it to see if anything I'm responsible for
might have caused the problem.

regards,
Larry

On 8/14/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> Hei Uwe,
>
> you are right.. i deeply appologize for not testing earlier!!
>
> i only see black screens as well  - and it does not matter if i zoom
> .. i actually can't say now what we changed..
> maybe it is the rendering thing???
>
> has anybody any f* idea why the screen appears black now? and 1.2 B also
> works on my computer.. so it can be only a matter of source code change
> in the last 4 months *yippy*. it should not be related to library change.
>
> the stupid thing is that i need to disable 1.2 C
>
>
> stefan
>
> Uwe Dalluege schrieb:
> > Hi,
> >
> > with OpenJUMPNight 1.2B from 2007.05.10  Layer>Add Image Layer works!
> > With the latest OpenJUMPNight version 1.2C it does not work!
> >
> > Where is the different?
> >
> > Regards,
> >
> > Uwe
> >
> > Uwe Dalluege schrieb:
> >> Hi David,
> >>
> >> in the OpenJUMPNight lib directory I found jai_codec.jar and
> >> jai_core.jar.
> >> I hope this is enough but it does not work with it!
> >>
> >> Regards,
> >>
> >> Uwe Dalluege
> >>
> >> --
> >>
> >> HafenCity Universitaet Hamburg
> >> Department Geomatik
> >> Rechenzentrum
> >> Dipl.-Ing. Uwe Dalluege   :-)
> >> Hebebrandstr. 1
> >> 22297 Hamburg
> >> Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
> >> Fax:  +49 40 42827 - 5409
> >> E-Mail: mailto:[EMAIL PROTECTED]
> >> Url: http://www.hcu-hamburg.de/geomatik/
> >> --
> >>
> >>
> >>
> >>
> >> David Zwiers schrieb:
> >>> Are the drivers installed? If I recall you need JAI for those formats.
> >>>
> >>>   David Zwiers
> >>>   Vivid Solutions Inc.
> >>> -Original Message-
> >>> From: [EMAIL PROTECTED]
> >>> [mailto:[EMAIL PROTECTED] On Behalf Of Uwe
> >>> Dalluege
> >>> Sent: August 13, 2007 4:29 AM
> >>> To: Devel Jump
> >>> Subject: [JPP-Devel] OJ 1.2C: Add Image Layer
> >>>
> >>> Hi,
> >>>
> >>> I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
> >>> Layer.
> >>> Sometimes I see nothing, sometimes I see a black window!
> >>>
> >>> I there a trick to load an image?
> >>>
> >>> Regards,
> >>>
> >>> Uwe
> >>>
> >>>
> >>> 
> >>> -
> >>> This SF.net email is sponsored by: Splunk Inc.
> >>> Still grepping through log files to find problems?  Stop.
> >>> Now Search log events and configuration files using AJAX and a browser.
> >>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> >>> ___
> >>> Jump-pilot-devel mailing list
> >>> Jump-pilot-devel@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >>>
> >>>
> >>>
> >
> >
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


-- 
http://amusingprogrammer.blogspot.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Stefan Steiniger
ok.. i just recognized that also my last cvs version contains the error:
i.e. it must have been happend between 1.2B release and the change to 
the cvs. since my last update is from 2. June it must have been between:
24. April and 2/3.June ?

probably...

Stefan Steiniger schrieb:
> Hei Uwe,
> 
> you are right.. i deeply appologize for not testing earlier!!
> 
> i only see black screens as well  - and it does not matter if i zoom
> .. i actually can't say now what we changed..
> maybe it is the rendering thing???
> 
> has anybody any f* idea why the screen appears black now? and 1.2 B also 
> works on my computer.. so it can be only a matter of source code change 
> in the last 4 months *yippy*. it should not be related to library change.
> 
> the stupid thing is that i need to disable 1.2 C
> 
> 
> stefan
> 
> Uwe Dalluege schrieb:
>> Hi,
>>
>> with OpenJUMPNight 1.2B from 2007.05.10  Layer>Add Image Layer works!
>> With the latest OpenJUMPNight version 1.2C it does not work!
>>
>> Where is the different?
>>
>> Regards,
>>
>> Uwe
>>
>> Uwe Dalluege schrieb:
>>> Hi David,
>>>
>>> in the OpenJUMPNight lib directory I found jai_codec.jar and 
>>> jai_core.jar.
>>> I hope this is enough but it does not work with it!
>>>
>>> Regards,
>>>
>>> Uwe Dalluege
>>>
>>> -- 
>>>
>>> HafenCity Universitaet Hamburg
>>> Department Geomatik
>>> Rechenzentrum
>>> Dipl.-Ing. Uwe Dalluege   :-)
>>> Hebebrandstr. 1
>>> 22297 Hamburg
>>> Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
>>> Fax:  +49 40 42827 - 5409
>>> E-Mail: mailto:[EMAIL PROTECTED]
>>> Url: http://www.hcu-hamburg.de/geomatik/
>>> -- 
>>>
>>>
>>>
>>>
>>> David Zwiers schrieb:
 Are the drivers installed? If I recall you need JAI for those formats.

   David Zwiers
   Vivid Solutions Inc.
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Uwe
 Dalluege
 Sent: August 13, 2007 4:29 AM
 To: Devel Jump
 Subject: [JPP-Devel] OJ 1.2C: Add Image Layer

 Hi,

 I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
 Layer.
 Sometimes I see nothing, sometimes I see a black window!

 I there a trick to load an image?

 Regards,

 Uwe


 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now >>  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


   
>>
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN Notification Mailing List

2007-08-14 Thread Sunburned Surveyor
Sorry for the trouble Larry. I manually subscribed you as Stefan
mentioned, so hopefully that fixes the problem.

I may be doing something wrong on my end, so don't worry about it. I
just thought some of the SVN users not know they needed to be
subscribed, but I think I  might've opened a can of worms. :]

SS

On 8/14/07, Larry Becker <[EMAIL PROTECTED]> wrote:
> I'm probably responsible for most of the commit notifications today,
> but I don't understand what I could have done to prevent it.  I
> subscribed to the svn notify list and used the same email address that
> I have registered with Sourceforge.  Did I miss something?
>
> Larry
>
> On 8/14/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote:
> > Roger that Stefan. I have been using that box as I get the messages. I
> > just thought I would be proactive.
> >
> > Thanks.
> >
> > SS
> >
> > On 8/14/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> > > .. mhm.
> > >
> > > you only need to check the approprpriate box, so that the sender is
> > > added to a "always allowed" list..
> > >
> > > that should not be that hard for you.. as it is only once (btw. i get
> > > them as well)
> > >
> > > stefan
> > >
> > > Sunburned Surveyor schrieb:
> > > > Guys,
> > > >
> > > > If you are going to contribute to the SVN can you please make sure
> > > > your SourceForge e-mail address is subscribed to the notify mailing
> > > > list:
> > > >
> > > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-svn-notify
> > > >
> > > > If it is not, I get a message every time you contribute and I have to
> > > > approve it or it doesn't get forwarded to the other members.
> > > >
> > > > Thanks a bunch.
> > > >
> > > > The Sunburned Surveyor
> > > >
> > > > -
> > > > This SF.net email is sponsored by: Splunk Inc.
> > > > Still grepping through log files to find problems?  Stop.
> > > > Now Search log events and configuration files using AJAX and a browser.
> > > > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > > > ___
> > > > Jump-pilot-devel mailing list
> > > > Jump-pilot-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > > >
> > > >
> > >
> > > -
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems?  Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > > ___
> > > Jump-pilot-devel mailing list
> > > Jump-pilot-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> >
> > -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
> --
> http://amusingprogrammer.blogspot.com/
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Larry Becker
Ok, I've stepped the Image Layer code in the debugger up though the
final g.drawImage() method in GraphicImage.paint() and all seemed to
be well.  Of course, I can't really tell if the jpeg got converted to
an image correctly using the debugger, but I suspect it has.

It would appear that the black area fills the window area and not
simply the image polygon so it definitely looks like some kind of
graphics interaction.  I stepped though the whole repaint pipeline for
the image layer and I didn't execute any code that had been changed in
the last several months.

Will try more tomorrow.

regards,
Larry

On 8/14/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> ok.. i just recognized that also my last cvs version contains the error:
> i.e. it must have been happend between 1.2B release and the change to
> the cvs. since my last update is from 2. June it must have been between:
> 24. April and 2/3.June ?
>
> probably...
>
> Stefan Steiniger schrieb:
> > Hei Uwe,
> >
> > you are right.. i deeply appologize for not testing earlier!!
> >
> > i only see black screens as well  - and it does not matter if i zoom
> > .. i actually can't say now what we changed..
> > maybe it is the rendering thing???
> >
> > has anybody any f* idea why the screen appears black now? and 1.2 B also
> > works on my computer.. so it can be only a matter of source code change
> > in the last 4 months *yippy*. it should not be related to library change.
> >
> > the stupid thing is that i need to disable 1.2 C
> >
> >
> > stefan
> >
> > Uwe Dalluege schrieb:
> >> Hi,
> >>
> >> with OpenJUMPNight 1.2B from 2007.05.10  Layer>Add Image Layer works!
> >> With the latest OpenJUMPNight version 1.2C it does not work!
> >>
> >> Where is the different?
> >>
> >> Regards,
> >>
> >> Uwe
> >>
> >> Uwe Dalluege schrieb:
> >>> Hi David,
> >>>
> >>> in the OpenJUMPNight lib directory I found jai_codec.jar and
> >>> jai_core.jar.
> >>> I hope this is enough but it does not work with it!
> >>>
> >>> Regards,
> >>>
> >>> Uwe Dalluege
> >>>
> >>> --
> >>>
> >>> HafenCity Universitaet Hamburg
> >>> Department Geomatik
> >>> Rechenzentrum
> >>> Dipl.-Ing. Uwe Dalluege   :-)
> >>> Hebebrandstr. 1
> >>> 22297 Hamburg
> >>> Tel.: +49 40 42827 - 5335 oder 5353 oder 5313
> >>> Fax:  +49 40 42827 - 5409
> >>> E-Mail: mailto:[EMAIL PROTECTED]
> >>> Url: http://www.hcu-hamburg.de/geomatik/
> >>> --
> >>>
> >>>
> >>>
> >>>
> >>> David Zwiers schrieb:
>  Are the drivers installed? If I recall you need JAI for those formats.
> 
>    David Zwiers
>    Vivid Solutions Inc.
>  -Original Message-
>  From: [EMAIL PROTECTED]
>  [mailto:[EMAIL PROTECTED] On Behalf Of Uwe
>  Dalluege
>  Sent: August 13, 2007 4:29 AM
>  To: Devel Jump
>  Subject: [JPP-Devel] OJ 1.2C: Add Image Layer
> 
>  Hi,
> 
>  I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
>  Layer.
>  Sometimes I see nothing, sometimes I see a black window!
> 
>  I there a trick to load an image?
> 
>  Regards,
> 
>  Uwe
> 
> 
>  
>  -
>  This SF.net email is sponsored by: Splunk Inc.
>  Still grepping through log files to find problems?  Stop.
>  Now Search log events and configuration files using AJAX and a browser.
>  Download your FREE copy of Splunk now >>  http://get.splunk.com/
>  ___
>  Jump-pilot-devel mailing list
>  Jump-pilot-devel@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 
> 
> >>
> >
> >
> > -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


-- 
http://amusingprogrammer.blogspot.com/


Re: [JPP-Devel] OJN: No SRID and VIEW support

2007-08-14 Thread Uwe Dalluege
Hi Peppe,

thank you for your offer to help me with my tutorial :-)
I think it is a good idea to have a short description of OJ functions.
Do you have this description in an OpenOffice document?
Maybe I put it to my tutorial as appendix ( if you agree ).

Regards,

Uwe

Giuseppe Aruta schrieb:
> --- Uwe Dalluege <[EMAIL PROTECTED]> ha
> scritto:
>
>   
>> Hi Michael,
>>
>> thank you for putting my wishes to the feature
>> request!
>> I am changing my OpenJUMP tutorial to OpenJUMP 1.2
>> and like
>> to describe the core functions and some good
>> plugIns.
>> The SRID plugIn is from Jon Aquino and I improved
>> the PostGIS plugIn.
>> The PostGIS plugIn is not so comfortable but you can
>> write back
>> data to database with correct SRID values.
>>
>> Regards,
>>
>> Uwe Dalluege
>>
>> 
>
> Hi Uwe,
> I am glad that you upgrade your tutorial, I used your
> former one to understand OpenJUMP.
> Now I am working, with the collaboration of Stefan and
> London, to a short tutorial of OJ1.2 on this page
> http://openjump.org/wiki/show/OpenJUMP+List+of+Functions.
> The idea is to give a short description of all the
> functions and tools in OJ, with related usage and
> tips. Anyhow I try to reference to your former
> tutorial or to VIVIDS one in order to help people to
> use OpenJUMP.
> If you need a collaboration or ideas  I will be glad
> to help you.
>
> Peppe
>
> 
>
> Giuseppe Aruta
> Dipartimento di Scienze della Terra
> Via La Pira, 4
> 50122 - Firenze (Italy)
> [EMAIL PROTECTED]
> (39)051301827
>
>
>
>   ___ 
> L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
> http://it.docs.yahoo.com/nowyoucan.html
>   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel