Re: [JPP-Devel] Select object on actual layer

2017-11-22 Thread Matthias Scholz
Hi,

this feature was gone between OJ 1.8.0 and 1.9.0. In 1.8.0 the exact
behavior was the following:
-load two layers
-select one layer
-activate the selection tool
-click in the map
Now objects on many layers are selected. This is the default. Now press
and release the  key once and OJ 1.8.0 switches to a single layer
selection mode. With the  key you can switch back.

The change was made in revision 4452 at 17 May 2015 by Michaël. It would
be nice if we get this back into the CORE edition, because the PLUS
edition is too much for some users.

Matthias


> Hi,
>
> I do not remember such a shift key shortcut. How old OpenJUMP should I use 
> for testing? I suppose that you want to select features from many layers from 
> time to time and setting other layers as non-selectable is not a practical 
> solution.
>
> -Jukka Rahkonen-
>
> -Alkuperäinen viesti-
> Lähettäjä: Matthias Scholz [mailto:m...@jammerhund.de] 
> Lähetetty: 21. marraskuuta 2017 16:30
> Vastaanottaja: jump-pilot-devel@lists.sourceforge.net
> Aihe: [JPP-Devel] Select object on actual layer
>
> Hi,
>
> how can i select object(s) with the selectiontool that only on the actual 
> selected layer? In older OJ versions i could switch the selectionbehavior 
> with the shift key.
>
> Thanks
>
> Matthias
>
> --
> Check out the vibrant tech community on one of the world's most engaging tech 
> sites, Slashdot.org! http://sdm.link/slashdot 
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Elevation data view in OJ

2017-11-21 Thread Matthias Scholz
Hi,

does anybody know a possibility to view digital elevation data in OJ?
The fileformat is a simple textformat. One row is one record with the
following space separated fields: latitude longitude elevation

The fileformat himself is not the problem. I can convert this. The
question is, can OJ do that in general???

Thanks

Matthias

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Select object on actual layer

2017-11-21 Thread Matthias Scholz
Hi,

how can i select object(s) with the selectiontool that only on the
actual selected layer? In older OJ versions i could switch the
selectionbehavior with the shift key.

Thanks

Matthias

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Plugin closing

2017-11-17 Thread Matthias Scholz

Hi ede,

you have convinced me ;-) I've added some code for handling multiple 
ApplicationExitHandler's. The old behaviour was kept. But i have allowed 
me, to declare the old methods as deprecated. The ConnectionManager 
class have I adjusted.


Matthias

On 17.11.2017 12:20, Matthias Scholz wrote:

Hi,

are there any possibility/listener for a plugin to get informed if OJ is
closing? I need this in a plugin to close a connection to an external
application.


there is a workaround, see
   com.vividsolutions.jump.workbench.datastore.ConnectionManager() line 77

but actually that is something i really wanted to rework. maybe now is the 
time? what i would like to do is

1. keep the old behaviour, but make 
oldApplicationExitHandler.exitApplication(mainFrame); do nothing
2. add a new WorkbenchFrame.addApplicationExitHandler( handler ) that simply 
queues handlers in the workbenchframe and runs them one after another, but 
makes sure it's own exit handler is run last

would you mind adding something like that? if not using the workaround should 
suffice for your use case.

..ede

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--


_ __ ___ _ ___ __ _

Technologieconsulting
Matthias Scholz
Siebigeröder Str 17a
06308 Klostermansfeld

T +49 34772 34150
E m...@jammerhund.de
W www.openjump.de
_ __ ___ _ ___ __ _


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Plugin closing

2017-11-17 Thread Matthias Scholz
Hi,

are there any possibility/listener for a plugin to get informed if OJ is
closing? I need this in a plugin to close a connection to an external
application.

Thanks

Matthias

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 
first one :-)


In theory (OGC SimpleFeature) a closed Linestring is a Linestring with 
the same start- and endpoint. If you have done this with the snapping 
function OJ handels this two point as one point during a movement. And a 
Linearring is a special case of a Linearring. You can read this in the 
JTS documentation:


http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/LineString.html
http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/LineString.html

Or take a look in the OGC document 
https://portal.opengeospatial.org/files/?artifact_id=829 on page 2-1 
figure 2.1 and chapter 2.1.6 at page 2-5. Here you can read that a 
closed Linestring a Linearring is.


With both (closed) geometries you cannot made a area computation! This 
is in OJ only with a Polygon possible. Don't know why


Regards

Matthias



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 uwe.dallu...@hcu-hamburg.de 
mailto:uwe.dallu...@hcu-hamburg.de:


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_15utm_medium=emailutm_campaign=VA_SF
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
mailto: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_15utm_medium=emailutm_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_15utm_medium=emailutm_campaign=VA_SF___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Nice to have list: Open file in NAS-ALKIS xml format

2014-10-24 Thread Matthias Scholz
Hi,

from my point of view, it is much heavy to build a nearly specification 
(GeoInfoDok) complete import. The NAS have some relations in it, that 
you have to resolve. Than you can get updates to your previous NAS files 
as base. You have to make a differential import with that. Next problems 
are that every of our 16 states (Bundesländer) can do some specific 
interpretations and extensions.
And finally this XML files are very very big! We talk about hundrets of 
megabytes and above or not rerely gigabytes. We have here for a 10.000 
population city with a area of 141 km² and about 22.000 estates's and 
about 11.000 buidlings a xml NAS dataset of 1,7 GB! Dont know how big 
are NAS data of Hamburg ;-)
In this case i would prefer to use the PostNAS project, wich is a part 
of the OGR/GDAL library. A first and simple geometry import should be 
possible with a streaming xml parser.

regards
Matthias

 Hi,

 please can somebody put to the Nice To Have-list
 that OpenJUMP-Core can read NAS-ALKIS xml files like
 QGIS can do.
 This file-format is an important German cadaster-format
 and it would be nice if OpenJUMP-Core could read this directly.

 Thanks for help!

 Uwe

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

-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   e...@jammerhund.de
   Wwww.openjump.de
_ __ ___ _ ___ __ _


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


Re: [JPP-Devel] Matthias and OJ at FOSSGIS 2014

2014-10-23 Thread Matthias Scholz
nice event, but just a little bit too few time or too much to talk
  ;-)

Matthias
 Hi;

 Good catch,
 and interesting demonstration of topology tools.

 Michaël
 just found..
 http://www.youtube.com/watch?v=4eKfKuh8h7g

 ..ede


 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://p.sf.net/sfu/Zoho
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://p.sf.net/sfu/Zoho
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


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


[JPP-Devel] OpenJUMP Release 1.7 in the press :-)

2014-05-12 Thread Matthias Scholz
http://geoobserver.wordpress.com
http://geoobserver.wordpress.com/2014/05/12/oss-openjump-1-7-verfugbar/


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-03-17 Thread Matthias Scholz
Hi!

 two pairs of shoes..
 lib/ext/*.jar -
   install themselves via Extension mechanism
 lib/*.jar -
   CORE libs containing plugins installed via default-plugins.xml

 and an outdated version anyway ;). Matthias just build 1.0.0 but obviously 
 didn't release it in the sf.net files section.

 Matthias: can you please put it on
   
 http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/
   for people to test out?
done into 
https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/1.0.0/


 wrt. to the integration.

 @All.. is there agreement that this is wanted in CORE, or would we rather 
 have it in PLUS, to keep CORE lean?
We can have a File - Print submenu with SkyPrint in CORE and SkyPrint + 
Geoff's plugin in the PLUS.

 Matthias: you might wanna read the old thread on what we negotiated
 http://sourceforge.net/p/jump-pilot/mailman/jump-pilot-devel/thread/5288BF32.3060408%40web.de/#msg31648034
I read it yesterday again. To get the SkyPrinter run from lib/ext we 
need the itext jar in the lib path. Ede, should i move the 
itext-2.1.7.jar from lib/plus into lib/ and copy 
SkyPrinterPlugIn-1.0.0.jar to the SVN into lib/ext or do you do that 
during release build

Matthias

 ..ede

 On 17.03.2014 11:31, Rahkonen Jukka (Tike) wrote:
 Hi,

 I tried to install version 0.1.1 from 
 http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/
  on Windows 7 and jre 7-64 bit.  I copied the jar file into lib\ext and I 
 added a new line into default-plugins
 plug-incom.isa.jump.plugin.PrintPlugIn/plug-in

 However, SkyPrinter is not installed. Any idea why not?  The log says
 2014-03-17 10:06:33,043  INFO java.lang.ClassNotFoundException: 
 com.isa.jump.plugin.PrintPlugIn
  at java.net.URLClassLoader$1.run(Unknown Source)
  at java.net.URLClassLoader$1.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at java.lang.Class.forName0(Native Method)
  at java.lang.Class.forName(Unknown Source)
  at 
 com.vividsolutions.jump.workbench.plugin.PlugInManager.loadPlugIns(PlugInManager.java:170)
  at 
 com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:107)
  at 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:425)
  at 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:360)

 -Jukka Rahkonen-

 Matthias Scholz wrote:
 Hi Ede,

 as we have discussed in november 2013 i'm now ready for integrate the
 SkyPrinterPlugIn-1.0.0.jar into the CORE distribution. But how we do this? 
 What i
 have to do? I'm not really a maven guy, so it would be nice if you can do 
 that.
 Later updates can i do.

 At the moment the code in the /plug-ins/SkyPrinterPlugIn can build the JAR 
 file
 with ant. Please tell me, how we would do that.

 regards

 Matthias

 --

 www.openjump.de


 --
 Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the
 definitive new guide to graph databases and their applications. Written by 
 three
 acclaimed leaders in the field, this first edition is now available. 
 Download your
 free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 

  _ __ ___ _ ___ __ _

www.openjump.de

Re: [JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-03-17 Thread Matthias Scholz


 Hi,

 If it works on Win/Linux/Mac and 32-bit/64-bit then absolutely into core. The 
 jar is only about 40 kb and makes it possible to
Not quite correct. You need the itext jar in the lib folder too ;-)
 print PDF files with user selectable layers which is a very nice feature. I 
 was just asked to make such a map and I am working on it with SkyJUMP.

 -Jukka-

   edgar soldin wrote:

 Aihe: Re: [JPP-Devel] Integration of the SkyPrintPlugin into CORE

 two pairs of shoes..
 lib/ext/*.jar -
   install themselves via Extension mechanism lib/*.jar -  CORE libs 
 containing
 plugins installed via default-plugins.xml

 and an outdated version anyway ;). Matthias just build 1.0.0 but obviously 
 didn't
 release it in the sf.net files section.

 Matthias: can you please put it on
   http://sourceforge.net/projects/jump-
 pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/
   for people to test out?

 wrt. to the integration.

 @All.. is there agreement that this is wanted in CORE, or would we rather 
 have it
 in PLUS, to keep CORE lean?

 Matthias: you might wanna read the old thread on what we negotiated
 http://sourceforge.net/p/jump-pilot/mailman/jump-pilot-
 devel/thread/5288BF32.3060408%40web.de/#msg31648034

 ..ede

 On 17.03.2014 11:31, Rahkonen Jukka (Tike) wrote:
 Hi,

 I tried to install version 0.1.1 from
 http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Prin
 ting%20Plugins/SkyPrinter%20Plugin/ on Windows 7 and jre 7-64 bit.  I
 copied the jar file into lib\ext and I added a new line into
 default-plugins plug-incom.isa.jump.plugin.PrintPlugIn/plug-in

 However, SkyPrinter is not installed. Any idea why not?  The log says
 2014-03-17 10:06:33,043  INFO java.lang.ClassNotFoundException:
 com.isa.jump.plugin.PrintPlugIn
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
 Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at
 com.vividsolutions.jump.workbench.plugin.PlugInManager.loadPlugIns(PlugInM
 anager.java:170)
 at
 com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.
 java:107)
 at
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.ja
 va:425)
 at

 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.ja
 v
 a:360)

 -Jukka Rahkonen-

 Matthias Scholz wrote:
 Hi Ede,

 as we have discussed in november 2013 i'm now ready for integrate the
 SkyPrinterPlugIn-1.0.0.jar into the CORE distribution. But how we do
 this? What i have to do? I'm not really a maven guy, so it would be nice 
 if you
 can do that.
 Later updates can i do.

 At the moment the code in the /plug-ins/SkyPrinterPlugIn can build
 the JAR file with ant. Please tell me, how we would do that.

 regards

 Matthias

 --

 www.openjump.de


 -
 - Learn Graph Databases - Download FREE O'Reilly Book Graph
 Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field, this
 first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
  Learn Graph Databases - Download FREE O'Reilly Book Graph
 Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field, this
 first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the
 definitive new guide to graph databases and their applications. Written by 
 three
 acclaimed leaders in the field, this first edition is now available. 
 Download your
 free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph

[JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-03-16 Thread Matthias Scholz
Hi Ede,

as we have discussed in november 2013 i'm now ready for integrate the 
SkyPrinterPlugIn-1.0.0.jar into the CORE distribution. But how we do 
this? What i have to do? I'm not really a maven guy, so it would be nice 
if you can do that. Later updates can i do.

At the moment the code in the /plug-ins/SkyPrinterPlugIn can build the 
JAR file with ant. Please tell me, how we would do that.

regards

Matthias

-- 

www.openjump.de


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Time for OpenJUMP 1.7?

2014-03-15 Thread Matthias Scholz


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] commons-imaging problem

2014-01-12 Thread Matthias Scholz
Thank you Ede!
 On 11.01.2014 19:02, Matthias Scholz wrote:
 Hi,

 i've a problem to get running OJ in my IDE :-( Maven downloads
 commons-imaging-1.0-20140107.130740-4.jar. But there was an API change
 in october/2013
 (http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java?view=log).
 Through that
 com.vividsolutions.jump.workbench.imagery.graphic.CommonsImageFactory
 does not compile, because ImageFormat.getAllFormats() is no more
 available! This concerns line 56.
 The ImageFormat is now an interface. In version 1.0-20130811.18-3 it
 was a class. To solve this temporary i've changed the pom.xml line 831
 from 1.0-SNAPSHOT to 1.0-20130811.18-3.

 Please can anybody confirm this? Or do i have a local problem?

 just added your patch and additionally pinned commons.compress to protect our 
 build from api changes in updated snapshot builds in the maven repositories.

 ..ede

 --
 CenturyLink Cloud: The Leader in Enterprise Cloud Services.
 Learn Why More Businesses Are Choosing CenturyLink Cloud For
 Critical Workloads, Development Environments  Everything In Between.
 Get a Quote or Start a Free Trial Today.
 http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] commons-imaging problem

2014-01-11 Thread Matthias Scholz
Hi,

i've a problem to get running OJ in my IDE :-( Maven downloads 
commons-imaging-1.0-20140107.130740-4.jar. But there was an API change 
in october/2013 
(http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java?view=log).
 
Through that 
com.vividsolutions.jump.workbench.imagery.graphic.CommonsImageFactory 
does not compile, because ImageFormat.getAllFormats() is no more 
available! This concerns line 56.
The ImageFormat is now an interface. In version 1.0-20130811.18-3 it 
was a class. To solve this temporary i've changed the pom.xml line 831 
from 1.0-SNAPSHOT to 1.0-20130811.18-3.

Please can anybody confirm this? Or do i have a local problem?

regards

Matthias

-- 

www.openjump.de


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP at FOSSGIS 2014 conference in Berlin

2014-01-08 Thread Matthias Scholz
Hi Michael!
 Hi Matthias,

 Goog to know that you'll talk about OpenJUMP
 at FOSSGIS in Berlin.

 Just curious, which kind of proprietary software do you plan
 to interface with OpenJUMP ?
This allready released. It is the Archikart® Kommunikationsplugin. 
This an widely used software in the german government. In this software 
we manage many additional (meta)data for our landed property, parcel's, 
building's or the cemetries for example. The plugin maintains a 
bidirectional interface between the Archikart software and OJ. You can 
work in OJ on the geographical representation of an object and the 
plugin can show you the informations in the Archikart software and vice 
versa.
The big problem for OpenSource GIS in the (government)practice is that 
you need absolutely a connection between the GIS and the metadata 
software. About my experience i will talk.
 Hope you will get some help from german speakers.

 Maybe we'll be able to announce 1.7 by this date ?
May be possible. Are there any plans? Ede what do you mean?

Matthias

 Cheers,

 Michaël

 Hi,

 from 19. to 21. March 2014 the FOSSGIS conference takes place in Berlin
 (http://www.fossgis.de/konferenz/2014/). First we get an OpenJUMP booth
 to present our project. And second i will speak about OpenJUMP. Please
 see http://www.fossgis.de/konferenz/2014/programm/events/667.de.html.

 I plan to explain some generally thing about OJ, some news from
 development and to talk about implementing interfaces to proprietary
 software. In the end i report about some usecases.

 It would be very nice if anyone can help me. Especially the developers
 and users from germany. If anyone have time, you are welcome! Please
 contact me in privat.

 On the other hand any suggestions for the talk or booth are welcome. An
 rollup and some flyer's about OJ do i have from the 2012 FOSSGIS.

 regards

 Matthias

 P.S. Sorry for the german language on the websites, but it's mainly a
 german conference ;-)


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  
  http://www.openjump.de


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] AbstractCursorTool enhancements

2014-01-06 Thread Matthias Scholz
Hi,

i've commited an enhancement for the AbstractCursorTool. Now you can XOR 
paint the visual indicator as an Image too. Previously it was only a 
Shape possible. A Shape have some disadvantages. You cannot fill and 
outline at same time or more complex indicators are not possible.
First you can see this in action in the SuperZoomPanTool if you use the 
mousewheel for do zooming. This is the 3rd zoom/pantool in the toolbar. 
It is the lense with hand icon.
The main reason for this change is the SkyPrinterplugin. In the same way 
i plan to show the page, the page borders and other usefull information 
for selecting the area to print.

The patch breaks no compatibility. There are only additional methods 
added. But this is not really nice for the getImage() and 
getImagePosition(). Normally they have to be abstract. But this is 
impossible. Please see the comment for the getImage() method.

regards

Matthias

-- 

www.openjump.de


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] OpenJUMP at FOSSGIS 2014 conference in Berlin

2014-01-06 Thread Matthias Scholz
Hi,

from 19. to 21. March 2014 the FOSSGIS conference takes place in Berlin 
(http://www.fossgis.de/konferenz/2014/). First we get an OpenJUMP booth 
to present our project. And second i will speak about OpenJUMP. Please 
see http://www.fossgis.de/konferenz/2014/programm/events/667.de.html.

I plan to explain some generally thing about OJ, some news from 
development and to talk about implementing interfaces to proprietary 
software. In the end i report about some usecases.

It would be very nice if anyone can help me. Especially the developers 
and users from germany. If anyone have time, you are welcome! Please 
contact me in privat.

On the other hand any suggestions for the talk or booth are welcome. An 
rollup and some flyer's about OJ do i have from the 2012 FOSSGIS.

regards

Matthias

P.S. Sorry for the german language on the websites, but it's mainly a 
german conference ;-)

-- 
www.openjump.de


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] SaveLegendPlugin

2013-11-30 Thread Matthias Scholz
Hi,

recently i had to use the SaveLegendPlugin during a conversation with a 
user. The plugin was not really known to me until now. But there were 
some small things wrong. Such as the file overwrite behaviour for 
existing files, remember the last directory, and mainly the output of 
all selected layers for example. For detailed information please see the 
changelog file.

Matthias

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-22 Thread Matthias Scholz
-pilot-devel




--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk


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


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3826] plug-ins/SkyPrinterPlugIn

2013-11-22 Thread Matthias Scholz

Am 22.11.2013 20:54, schrieb edgar.sol...@web.de:
 On 22.11.2013 20:46, jammerh...@users.sourceforge.net wrote:
* build.properties: change java.targetversion to 1.5
 noticed :) ..ede

 PS: was hat's eigtl. mit jammerhund auf sich?
Ich weiß nicht mehr genau, nach welcher durchzechten Nacht ich die 
Domain registriert habe ;-) Die habe ich schon ewig...

 --
 Shape the Mobile Experience: Free Subscription
 Software experts and developers: Be at the forefront of tech innovation.
 Intel(R) Software Adrenaline delivers strategic insight and game-changing
 conversations that shape the rapidly evolving mobile landscape. Sign up now.
 http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-18 Thread Matthias Scholz

Hi Michaël,

at the moment mm for pagesize is hardcoded(MediaSize.MM). I'm looking 
for a possibility to determine mm or inch automatically. It's on my todo ;-)


Matthias

Hi Matthias,

Thanks for the work,
In language file, for PDF-page-tooltip, we have :
en : Inches
de : mm
fr : Inches
Can you confirm that I can put mm every where

Michaël


Hi,

after i've finished some work on the SkyPrintPlugin. Now i need some 
help for translation. Please use the attached files. German 
translation is done. French need some supplementary.
For testing, please copy the attached JAR into the lib/ext folder. 
But be aware, the plugin runs only with a version later than 
15.06.2013! With 1.6.3 it's not possible.


Thanks

Matthias


--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk


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




--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk


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


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-18 Thread Matthias Scholz
Hi Jukka!
 Hi,

 Here is the Finnish translation and some comments.
Where is the translation? There is no attachment?

 First of all, thank you for your work.

 Plugin in filling some items into PDF metadata fields. It would be nice if 
 user could set them all from the UI. Now there is only one thing that can be 
 altered and even that only indirectly:

 - PDF title is taken from the name of the project. This should be documented. 
 By the way, is it possible to change the name of on open project in OJ 
 somehow?
 - Creator is taken from the sign-in name at least on Windows - this is not 
 good at all. Better leave it as empty or use OpenJUMP instead if it cannot be 
 changed from UI.
 - PDF Subject is hard coded - in English Map print
 - Keyword list is hard coded - in English OpenJUMP
O.K. I write this on todo.

 Expand to fit (vertical) and Print to true scale can be selected at the same 
 time but does it make sense? Might be better to grey out the Expand to fit if 
 True scale is selected.
I go check this again. But it can be possible that in scale true print 
are not enogh data to fill the whole page vertical.

 Could it be possible to have a preview for checking the area that really gets 
 printed?
Yes, i plan to make this similar to the area of interest in the 
superzoomtool. If you are in printmode, then you have a kind of fence on 
the mouse which represents the physical pagesize. With that you can set 
up your required printarea.

 I do not see any difference when the Print Page Border is selected or not. I 
 suppose it should do something when selected.
Yes you suppose correctly ;-) I will take a look...

 Plugin works for me only with jre7. It is OK but if we do not support 1.6 any 
 longer we should tell it for the users.
fixed, see next mail...

Thank you for your tests and suggestions!!!

Matthias

 
 Matthias Scholz wrote:

 Hi,
 after i've finished some work on the SkyPrintPlugin. Now i need some
 help for translation. Please use the attached files. German translation
 is done. French need some supplementary.
 For testing, please copy the attached JAR into the lib/ext folder. But
 be aware, the plugin runs only with a version later than 15.06.2013!
 With 1.6.3 it's not possible.
   Thanks

 Matthias

 --
 DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
 OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
 Free app hosting. Or install the open source package on any LAMP server.
 Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
 http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyPrintPlugin translation

2013-11-18 Thread Matthias Scholz
Sorry, my mistake! I only use jdk7 at my systems. I've added -target 
1.6 to the javac in the build.xml. Is this ok or better 1.5?

Matthias
 On 17.11.2013 19:05, Rahkonen Jukka wrote:
 Plugin works for me only with jre7. It is OK but if we do not support 1.6 
 any longer we should tell it for the users.
 nope. we currently provide at least 1.6 compatibility. at least for the class 
 bytecode. only exception is a plugin uses new 1.7 api calls or libs that only 
 support 1.7.

 for maximum runtime scope we suggest to try to find a way to keep at least 
 1.6 compatibility.

 note: although OJ core is compiled with 1.5 compatibility, it uses very few, 
 but some 1.6 API calls inbetween.

 ..ede

 --
 DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
 OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
 Free app hosting. Or install the open source package on any LAMP server.
 Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
 http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyJUMP print in CORE WAS:Re: SkyJUMP print code - need tester for detecting printers problem

2013-11-17 Thread Matthias Scholz

Am 17.11.2013 14:05, schrieb edgar.sol...@web.de:
 should i start integrating it into the maven build now?
   or
 we could also simply put the release jar into lib/ext analogue how we deal 
 with PLUS extensions. this could be done easily by the author, Matthias in 
 this case. please do not forget to update etc/readme.txt accordingly (CORE 
 section).
No problem, i can put the jar into lib/ext. I wait some days for 
possible translations.

 i'd prefer the second option.
You are the buildmaster ;-)

Matthias

 also. we will end up with two print plugins in PLUS. this is intended right? 
 ..ede


 On 16.11.2013 19:20, Matthias Scholz wrote:
 Hi!

 I've commited some stuff in the /plug-ins/SkyPrinterPlugIn repo. Now we
 have an ant build script. Wow! I cannot say, that ant and me are
 friends, but it runs on my (Linux) box. Please feel free to test it and
 make some suggestions. I'm very open for that.
 There is a doc/README file which explains some things. I hope we can
 integrate the JAR in the CORE for the next release, if the tests are
 successful. It would be nice if some native speakers can translate the
 plugin.

 Matthias

 there you Matze ;) .. ede

 On 12.11.2013 00:07, Larry Becker wrote:
 It isn't likely that there will be much further development of the print 
 code in SkyJUMP.  We kind of established a precedent early on that code 
 ported from SkyJUMP would be repackaged.  The two programs are not 100% 
 compatible, so the code has to be ported and back ported anyway.

 Larry


 On Mon, Nov 11, 2013 at 2:05 PM, edgar.sol...@web.de 
 mailto:edgar.sol...@web.de wrote:

   On 11.11.2013 18:40, Matthias Scholz wrote:
   
Hi,
Hi,
a small question, befor i start working. Should i change the 
 package
name from com.isa.jump.plugin to 
 org.openjump.core.ui.plugin.file for
example?
I would say yes, rename the package and keep Larry as the 
 original author in javadoc.
(I make a copy to Larry so that he can respond and give his 
 opinion),
   
not necessarily! we've got several packages in core so having 
 another one wouldn't make a big difference. also, keeping the package name 
 would make it much more transparent where the plugin stems from.
Of course, this is also an option.
I find it more difficult to maintain code when classes are sorted 
 after
their author
than when they are sorted after their function though.
That's  just my opinion.

   i'm fine with either way.

   
But I'm also fine with keeping code in its own jar with its 
 original
package name
and including it in CORE distribution.
One simple reason for an integration into the core, is the much 
 simpler
development, debugging, packaging, deployment. At the Moment the
plug-ins/SkyPrinterPlugIn repository only a storage for code! No
(ant/maven) project, that allows everyone to easy build and 
 deploy. On
the other hand should core code reside in the core repository. Or 
 we
must discuss the modularisation of OJ in general. A nice task for 
 the
future ;-)
Matthias, are you OK with this solution ?
I'm not really happy with it. But we are a community project and 
 we can
only work together.

   ok. so you'd prefer renaming and integrating into core repository 
 then?

   my main worry is crating a another fork of a maintained extension 
 where our extension will not profit from the external development! if 
 Larry agrees to maintain the extension in our svn from then on this 
 objection of course would become unfounded.

   Larry: what are your plans? would you maybe like Matthias to 
 contribute to your svn or rather see the code over at us in OJ's svn? 
 there is no reason that Matthias cannot pimp your svn into a full blown 
 maven/ant build.

   just feel we should use as much synergy as possible in cases like 
 these! ..ede

   
 --
   November Webinars for C, C++, Fortran Developers
   Accelerate application performance with scalable programming models. 
 Explore
   techniques for threading, error checking, porting, and tuning. Get 
 the most
   from the latest Intel processors and coprocessors. See abstracts and 
 register
   
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
   ___
   Jump-pilot-devel mailing list
   Jump-pilot-devel@lists.sourceforge.net 
 mailto:Jump-pilot-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. 
 Explore
 techniques for threading

[JPP-Devel] SkyPrintPlugin translation

2013-11-17 Thread Matthias Scholz

Hi,

after i've finished some work on the SkyPrintPlugin. Now i need some 
help for translation. Please use the attached files. German translation 
is done. French need some supplementary.
For testing, please copy the attached JAR into the lib/ext folder. But 
be aware, the plugin runs only with a version later than 15.06.2013! 
With 1.6.3 it's not possible.


Thanks

Matthias
PrintPlugIn.Print = Print
#PrintPlugIn.Print-as = Force
#PrintPlugIn.Print-as-raster = Force printing as a raster
#PrintPlugIn.Print-as-vector = Force printing as vectors (no transparency)
PrintPlugIn.Remove-Transparency = Remove Transparency
PrintPlugIn.Remove-basic-fills = Remove Fills from Basic Style
PrintPlugIn.Remove-theme-fills = Remove Fills from Color Themes
PrintPlugIn.Change-line-width = Change Line Width
PrintPlugIn.Line-width-percent = Line Width Percent
PrintPlugIn.Line-width-tooltip = 0 - 300
PrintPlugIn.PDF-page-tooltip = Inches
PrintPlugIn.Print-border = Print Page Border
PrintPlugIn.Print-options = Print Options
PrintPlugIn.Printer-not-found = Printer not found
PrintPlugIn.Resolution-multiplier = Double Image Resolution
PrintPlugIn.Expand-to-fit = Expand to Fit Page (Vertical)
PrintPlugIn.Print-area-in-fence = Print Area in Fence
PrintPlugIn.Print-area-in-selection-bounds = Print Area in Selection Bounds
#PrintPlugIn.out-of-range = out of range
PrintPlugIn.Finished-message = Print finished
PrintPlugIn.Print-to-PDF = Print to PDF
PrintPlugIn.Save-PDF = Save PDF
PrintPlugIn.PDF-files = PDF Files
PrintPlugIn.PDF-page-width = PDF Page Width
PrintPlugIn.PDF-page-height = PDF Page Height
PrintPlugIn.Paper-size = Paper size
PrintPlugIn.Please-select-the-papersize = Please select the papersize...
PrintPlugIn.custom-papersize = custom
PrintPlugIn.Portait = Portait
PrintPlugIn.Landscape = Landscape
PrintPlugIn.Portrait-orientation = Portrait orientation
PrintPlugIn.Landscape-orientation = Landscape orientation
PrintPlugIn.dateFormatString = MM-dd-yy_HHmm-ss
PrintPlugIn.PDF-Subject = Map print
PrintPlugIn.scale = Scale
PrintPlugIn.scale-true-printing = Prints the map scale truePrintPlugIn.Print = Imprimer
#PrintPlugIn.Print-as = Force
#PrintPlugIn.Print-as-raster = Force printing as a raster
#PrintPlugIn.Print-as-vector = Force printing as vectors (no transparency)
PrintPlugIn.Remove-Transparency = Enlever la transparence
PrintPlugIn.Remove-basic-fills = Enlever l'int\u00e9rieur des styles de base
PrintPlugIn.Remove-theme-fills = Enlever l'int\u00e9rieur des th\u00e9matiques 
couleur
PrintPlugIn.Change-line-width = Changer la largeur des lignes
PrintPlugIn.Line-width-percent = Largeur des lignes (%)
PrintPlugIn.Line-width-tooltip = 0 - 300
PrintPlugIn.PDF-page-tooltip = Inches
PrintPlugIn.Print-border = Imprimer la bordure
PrintPlugIn.Print-options = Options d'impression
PrintPlugIn.Printer-not-found = L'imprimante n'a pas \u00e9t\u00e9 trouv\u00e9e
PrintPlugIn.Resolution-multiplier = Doubler la r\u00e9solution des images
PrintPlugIn.Expand-to-fit = Etendre l'emprise \u00e0 toute la page 
(verticalement)
PrintPlugIn.Print-Area-in-Fence = Imprimer le contenu du cadre
PrintPlugIn.Print-area-in-selection-bounds = Imprimer la zone englobant les 
objets s\u00e9lectionn\u00e9s
#PrintPlugIn.out-of-range = en dehors de la zone
PrintPlugIn.Finished-message = Impression termin\u00e9e
PrintPlugIn.Print-to-PDF = Imprimer dans un fichier PDF
PrintPlugIn.Save-PDF = Enregistrer le PDF
PrintPlugIn.PDF-files = Fichiers PDF
PrintPlugIn.PDF-page-width = Largeur de page du PDF
PrintPlugIn.PDF-page-height = Hauteur de page du PDF
PrintPlugIn.Paper-size = Paper size
PrintPlugIn.Please-select-the-papersize = Please select the papersize...
PrintPlugIn.custom-papersize = custom
PrintPlugIn.Portait = Portait
PrintPlugIn.Landscape = Landscape
PrintPlugIn.Portrait-orientation = Portrait orientation
PrintPlugIn.Landscape-orientation = Landscape orientation
PrintPlugIn.dateFormatString = dd.MM._HH-mm-ss
PrintPlugIn.PDF-Subject = Map print
PrintPlugIn.scale = Scale
PrintPlugIn.scale-true-printing = Prints the map scale true

SkyPrinterPlugIn.jar
Description: application/java-archive
--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-16 Thread Matthias Scholz
Hi!

I've commited some stuff in the /plug-ins/SkyPrinterPlugIn repo. Now we 
have an ant build script. Wow! I cannot say, that ant and me are 
friends, but it runs on my (Linux) box. Please feel free to test it and 
make some suggestions. I'm very open for that.
There is a doc/README file which explains some things. I hope we can 
integrate the JAR in the CORE for the next release, if the tests are 
successful. It would be nice if some native speakers can translate the 
plugin.

Matthias

 there you Matze ;) .. ede

 On 12.11.2013 00:07, Larry Becker wrote:
 It isn't likely that there will be much further development of the print 
 code in SkyJUMP.  We kind of established a precedent early on that code 
 ported from SkyJUMP would be repackaged.  The two programs are not 100% 
 compatible, so the code has to be ported and back ported anyway.

 Larry


 On Mon, Nov 11, 2013 at 2:05 PM, edgar.sol...@web.de 
 mailto:edgar.sol...@web.de wrote:

  On 11.11.2013 18:40, Matthias Scholz wrote:
  
   Hi,
   Hi,
   a small question, befor i start working. Should i change the package
   name from com.isa.jump.plugin to org.openjump.core.ui.plugin.file 
 for
   example?
   I would say yes, rename the package and keep Larry as the original 
 author in javadoc.
   (I make a copy to Larry so that he can respond and give his 
 opinion),
  
   not necessarily! we've got several packages in core so having 
 another one wouldn't make a big difference. also, keeping the package name 
 would make it much more transparent where the plugin stems from.
   Of course, this is also an option.
   I find it more difficult to maintain code when classes are sorted 
 after
   their author
   than when they are sorted after their function though.
   That's  just my opinion.

  i'm fine with either way.

  
   But I'm also fine with keeping code in its own jar with its original
   package name
   and including it in CORE distribution.
   One simple reason for an integration into the core, is the much 
 simpler
   development, debugging, packaging, deployment. At the Moment the
   plug-ins/SkyPrinterPlugIn repository only a storage for code! No
   (ant/maven) project, that allows everyone to easy build and deploy. On
   the other hand should core code reside in the core repository. Or we
   must discuss the modularisation of OJ in general. A nice task for the
   future ;-)
   Matthias, are you OK with this solution ?
   I'm not really happy with it. But we are a community project and we 
 can
   only work together.

  ok. so you'd prefer renaming and integrating into core repository then?

  my main worry is crating a another fork of a maintained extension where 
 our extension will not profit from the external development! if Larry agrees 
 to maintain the extension in our svn from then on this objection of course 
 would become unfounded.

  Larry: what are your plans? would you maybe like Matthias to contribute 
 to your svn or rather see the code over at us in OJ's svn? there is no 
 reason that Matthias cannot pimp your svn into a full blown maven/ant build.

  just feel we should use as much synergy as possible in cases like 
 these! ..ede

  
 --
  November Webinars for C, C++, Fortran Developers
  Accelerate application performance with scalable programming models. 
 Explore
  techniques for threading, error checking, porting, and tuning. Get the 
 most
  from the latest Intel processors and coprocessors. See abstracts and 
 register
  
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net 
 mailto:Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk



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

 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-11 Thread Matthias Scholz

Hi,
 Hi,
 a small question, befor i start working. Should i change the package
 name from com.isa.jump.plugin to org.openjump.core.ui.plugin.file for
 example?
 I would say yes, rename the package and keep Larry as the original author 
 in javadoc.
 (I make a copy to Larry so that he can respond and give his opinion),

 not necessarily! we've got several packages in core so having another one 
 wouldn't make a big difference. also, keeping the package name would make it 
 much more transparent where the plugin stems from.
 Of course, this is also an option.
 I find it more difficult to maintain code when classes are sorted after
 their author
 than when they are sorted after their function though.
That's  just my opinion.

 But I'm also fine with keeping code in its own jar with its original
 package name
 and including it in CORE distribution.
One simple reason for an integration into the core, is the much simpler 
development, debugging, packaging, deployment. At the Moment the 
plug-ins/SkyPrinterPlugIn repository only a storage for code! No 
(ant/maven) project, that allows everyone to easy build and deploy. On 
the other hand should core code reside in the core repository. Or we 
must discuss the modularisation of OJ in general. A nice task for the 
future ;-)
 Matthias, are you OK with this solution ?
I'm not really happy with it. But we are a community project and we can 
only work together.

Matthias

 Michaël
 btw. there is actually no reason to commit it to CORE! it pretty much can 
 stay an independent extension with a private svn path but be added as a jar 
 to lib/ext.

 ..ede

 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most
 from the latest Intel processors and coprocessors. See abstracts and register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-11 Thread Matthias Scholz

Hi Larry,

thanks for your approval and your code! But now I'm more confused about 
our way with the code...


Matthias

I'm good with changing the package to org.openjump.core.ui or whatever.

I'm interested in trying it out soon!

Larrry


On Sun, Nov 10, 2013 at 1:15 PM, Michaël Michaud 
michael.mich...@free.fr mailto:michael.mich...@free.fr wrote:


Hi,


a small question, befor i start working. Should i change the
package name from com.isa.jump.plugin to
org.openjump.core.ui.plugin.file for example?

I would say yes, rename the package and keep Larry as the original
author in javadoc.
(I make a copy to Larry so that he can respond and give his opinion),

Michaël



Matthias


Hi,

Michaël do you use my latest SVN Version 3621(23.07.2013) from
plug-ins/SkyPrinterPlugIn for the skyprinter_0_1_1.zip build?
In my latest version are some enhancements, such as scale print.

I saw you committed but haven't used it so far.
I'll use it more after it is included in CORE ;-)

(maybe we'll have to take the fine print icon for skyjumper and
create another one for cadplan's printer)

Michaël

Matthias

Hi Peppe,

For any reason, it seems that skyprinter and itext.jar
have now to be dropped in lib directory, not in ext.

And about a former remark, I just checked that width/height
are in mm (skyjump 0.1.1)

Michaël


@Ede

http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/


2013/11/10 edgar.sol...@web.de mailto:edgar.sol...@web.de

On 10.11.2013 15:02, Giuseppe Aruta wrote:
 Printer plugin doesn't load with latest OJ NB (3793).
But it loads fine with OJ vesions previous Ede's
modification on DefaultPlugIn.xml load system.

how is it installed? is there a distribution or source
repository?

..ede


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable
programming models. Explore
techniques for threading, error checking, porting, and
tuning. Get the most
from the latest Intel processors and coprocessors. See
abstracts and register

http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
mailto:Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel





--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and 
register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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





--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and 
register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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


-- 


  _ __ ___ _ ___ __ _
  
   Technologieconsulting

   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T+49 34772 34150  tel:%2B49%2034772%2034150
   e...@jammerhund.de  mailto:m...@jammerhund.de
   Wwww.openjump.de  http://www.openjump.de
_ __ ___ _ ___ __ _



--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and 
register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk

Re: [JPP-Devel] Maven Build Problem

2013-11-10 Thread Matthias Scholz
Hi Ede,

at the moment I've no luck with maven :-(
May it be possible, that the Refractions Research Maven 2 Repository 
is down or have some trouble? I do not get the commons-compress artifact 
at the moment:

Failed to execute goal on project OpenJUMP: Could not resolve 
dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not 
find artifact org.apache.commons:commons-compress:jar:1.6-SNAPSHOT in 
refractions (http://lists.refractions.net/m2)

The Netbeans Maven repository browser shows no entries in this repository.

My second problem comes from the imageio-ext libs. You wrote, that i 
have to add lib/imageio-ext/*.jar to the classpath. But in Maven 
projects the classpath setting should be handled by Maven and not 
manually. In Netbeans I have no possibility to set an additional 
classpath entry. The only way to get OJ running from my IDE is to 
comment out the scopeprovided/scope. This is not really optimal. 
Are there any reasons for scopeprovided/scopeat the imageio-ext 
libs? Do we have other possibilities?

Thanks

Matthias

 add lib/imageio-ext/*.jar to your classpath.. ede

 On 18.10.2013 19:48, Matthias Scholz wrote:
 Am 18.10.2013 12:16, schrieb edgar.sol...@web.de:
 On 18.10.2013 11:04, Matthias Scholz wrote:
 Failed to execute goal on project OpenJUMP: Could not resolve
 dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not
 find artifact
 org.apache.commons:commons-compress:jar:1.6-20130810.172126-39 in
 refractions (http://lists.refractions.net/m2) - [Help 1]
 my bad.. please update and retry.. ede
 No problem. Thanks for your fast response :-)

 But OJ do not start on my linux box:

 java.lang.NoClassDefFoundError:
 it/geosolutions/imageio/gdalframework/GDALImageReaderSpi
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
   at
 java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at
 com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactory.init(GeoImageFactory.java:82)
   at
 com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactoryFileLayerLoader.register(GeoImageFactoryFileLayerLoader.java:43)
   at
 org.openjump.OpenJumpConfiguration.postExtensionInitialization(OpenJumpConfiguration.java:637)
   at
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:438)
   at
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:381)
 Caused by: java.lang.ClassNotFoundException:
 it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   ... 17 more

 Not my day 


 Regards

 Matthias
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz

Hi Michaël,

thanks for your response. Please see below...

Hi Matthias,

Sorry for the delay,
Just tested your code and here is the output :

PrintServiceLookup Test without JobName ...
attributeSet.size(): 0
services.length: 2
Microsoft XPS Document Writer, HP Deskjet 6800 series,

PrintServiceLookup Test with JobName ...
attributeSet.size(): 1
services.length: 2
Microsoft XPS Document Writer, HP Deskjet 6800 series,

default: HP Deskjet 6800 series

How are you progressing with printing stuff ?

The actual SVN version runs at my work since weeks in production :-)

I'm wondering what should be packaged in next CORE / PLUS version
as far as printing is concerned. Any thought ?
From my point of view OJ should have absolutely a small and simple 
print solution build in in the core. This can the SkyJUMP code be. For 
even more flexible or professional print we should deliver Geoff's 
plugin in the plus edition. This is the result from some discussions 
with some different users.


What does the other mean If my suggestion are agreed, i can 
integrate the code from the plugins to the core repository.


regards

Matthias




Michaël


Hi,

during my works at the SkyJUMP print code, i encountered a problem. 
On my Ubuntu 12.04 box i get the message Printer not found. The 
problem only occurs, if i set a JobName attribute to the 
PrintServiceLookup. This is the default in the actual code. Without a 
JobName attribute i get all my printservices (printers).
I've attached a small test class. Please can anybody platforms run 
this? There are two tests. The first is without a JobName attribute 
and the second one is with a JobName attribute. The class makes only 
a lookup for printers. Nothing is printed.

I mean, this may be a (Debian/Ubuntu) Linux bug in Java.

Thanks

Matthias



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk


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




--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk


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


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
Michaël do you use my latest SVN Version 3621(23.07.2013) from 
plug-ins/SkyPrinterPlugIn for the skyprinter_0_1_1.zip build? In my 
latest version are some enhancements, such as scale print.


Matthias

Hi Peppe,

For any reason, it seems that skyprinter and itext.jar
have now to be dropped in lib directory, not in ext.

And about a former remark, I just checked that width/height
are in mm (skyjump 0.1.1)

Michaël


@Ede
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/


2013/11/10 edgar.sol...@web.de mailto:edgar.sol...@web.de

On 10.11.2013 15:02, Giuseppe Aruta wrote:
 Printer plugin doesn't load with latest OJ NB (3793). But it
loads fine with OJ vesions previous Ede's modification on
DefaultPlugIn.xml load system.

how is it installed? is there a distribution or source repository?

..ede


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning.
Get the most
from the latest Intel processors and coprocessors. See abstracts
and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
mailto:Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz

Hi,

a small question, befor i start working. Should i change the package 
name from com.isa.jump.plugin to org.openjump.core.ui.plugin.file for 
example?


Matthias


Hi,
Michaël do you use my latest SVN Version 3621(23.07.2013) from 
plug-ins/SkyPrinterPlugIn for the skyprinter_0_1_1.zip build? In my 
latest version are some enhancements, such as scale print.

I saw you committed but haven't used it so far.
I'll use it more after it is included in CORE ;-)

(maybe we'll have to take the fine print icon for skyjumper and create 
another one for cadplan's printer)


Michaël

Matthias

Hi Peppe,

For any reason, it seems that skyprinter and itext.jar
have now to be dropped in lib directory, not in ext.

And about a former remark, I just checked that width/height
are in mm (skyjump 0.1.1)

Michaël


@Ede
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/


2013/11/10 edgar.sol...@web.de mailto:edgar.sol...@web.de

On 10.11.2013 15:02, Giuseppe Aruta wrote:
 Printer plugin doesn't load with latest OJ NB (3793). But it
loads fine with OJ vesions previous Ede's modification on
DefaultPlugIn.xml load system.

how is it installed? is there a distribution or source repository?

..ede


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning.
Get the most
from the latest Intel processors and coprocessors. See
abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
mailto:Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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


--

  _ __ ___ _ ___ __ _
  
   Technologieconsulting

   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   e...@jammerhund.de
   Wwww.openjump.de
_ __ ___ _ ___ __ _


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk


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


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de

[JPP-Devel] Maven Build Problem

2013-10-18 Thread Matthias Scholz
Hi,

at the moment i cannot build OJ SVN trunk successfull.

Failed to execute goal on project OpenJUMP: Could not resolve 
dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not 
find artifact 
org.apache.commons:commons-compress:jar:1.6-20130810.172126-39 in 
refractions (http://lists.refractions.net/m2) - [Help 1]

Ede, i hope you have an answer. Previously, I had already deleted the 
.m2 directory. The result was the same.

Thanks

Matthias

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Maven Build Problem

2013-10-18 Thread Matthias Scholz
Am 18.10.2013 12:16, schrieb edgar.sol...@web.de:
 On 18.10.2013 11:04, Matthias Scholz wrote:
 Failed to execute goal on project OpenJUMP: Could not resolve
 dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not
 find artifact
 org.apache.commons:commons-compress:jar:1.6-20130810.172126-39 in
 refractions (http://lists.refractions.net/m2) - [Help 1]
 my bad.. please update and retry.. ede
No problem. Thanks for your fast response :-)

But OJ do not start on my linux box:

java.lang.NoClassDefFoundError: 
it/geosolutions/imageio/gdalframework/GDALImageReaderSpi
 at java.lang.ClassLoader.defineClass1(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
 at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 at 
com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactory.init(GeoImageFactory.java:82)
 at 
com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactoryFileLayerLoader.register(GeoImageFactoryFileLayerLoader.java:43)
 at 
org.openjump.OpenJumpConfiguration.postExtensionInitialization(OpenJumpConfiguration.java:637)
 at 
com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:438)
 at 
com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:381)
Caused by: java.lang.ClassNotFoundException: 
it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
 at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 ... 17 more

Not my day 


Regards

Matthias

 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] setting coordinate system for OSM data

2013-08-16 Thread Matthias Scholz
Hi Stefan,

i'am right, that you are looking for a possibility to handle SRID's for 
FC/Layer? The same problem do we have in the measurement tools. Here we 
need an information about the coordinate system/projection too. We had 
discussed this partially in the past. I mean that every FC/Layer should 
now their own SRID. For some datasources we get this information from 
the data (PostGIS, Shape - .prj file, GML...) But we should not do an 
automatic coordinate system transformation! The user should get an hint 
if he tries to load layers with different coordinate systems. The user 
have to take care that he use only data within the same coordinate 
system. Some people like OJ because it is the only tool which leaves the 
data untouched. On the other hand in some use cases exists special 
customized transformations between two coordinate systems. For example 
in germany for the switch of the government data to ETRS89 .

regards


Matthias

 Hi - and I guess - in particular this goes to Michael and Martin,

 So I was thinking yesterday that the SRID for OSM data is fix (EPSG:4326
 [1]) and wanted to set it for the FeatureDataset. Except the FC/FD does
 not have such property.

 What I found:
 in the DataSource.getConnection() and executeQueryString() the advise
 that callers should make sure to call DataSource#setCoordinateSystem on
 the returned FeatureCollection.

 Now looking into DataSource class there is also a method
 installCoordinateSystem() that refers to
 com.vividsolutions.jump.coordsys.CoordinateSystemRegistry
 and a key for the properties map.
 So the installCoordinateSystem() requires to provide some registry code
 (as String), which could be the SRID. But well, there should be nothing
 in the registry as we never filled it - or do we? And what would it return?

 Any advise what to do, i.e. how to set the SRID for the FC/Layer? Does
 give me browsing the PostGIS code an idea? Or should I add the SRID to
 each geometry?

 cheers,
 stefan

 [1] http://wiki.openstreetmap.org/wiki/Projection

 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Plans with SkyJUMP printing

2013-07-10 Thread Matthias Scholz
Hi Michaël
 Hi,
 what's your plans or next steps with the SkyJUMP printing plugin code?
   
 I have no next step. SkyJUMP printer port to OpenJUMP had been in my
 TODO list
 for a long time, because it contains valuable features (espacially
 layers) which could
 be made available to OpenJUMP users with little effort thanks to Larry.

 
 I ask because i want to improve the code with some stuff. This are:
 - selection of Papersize (combobox with A4, A3, Letter or custom...)
 - selection of page orientation
 - print with selected scale factor
   
 Yes, comboboxes would probably be more easy to use for beginners.
 Everything related to scale and/or resolution is quite difficult to master,
 but important for end users.
 
 What do you mean?
   
 I encourage you of course.
 I don't know how such a plugin can take its place in the distribution as
 there is already CadPlan plugin, but let's discuss these things with other
 users.

 Let me know if you have any problem to access the source code.
 
 Not really, but some questions. Is the following the right repository?
 svn+ssh://svn.code.sf.net/p/jump-pilot/code/plug-ins/SkyPrinterPlugIn/src/main/java

 I've checked out rev 3591. There was some compiling problems. Maybe
 caused by SkyJUMP dependencies.

 PrinterDriver.java: line 118
 Renderer renderer = new ScaleBarRenderer(panel, taskFrame);
 changed to
 Renderer renderer = new ScaleBarRenderer(panel);

 and lines 204-205, 209-210 commented out.

 PDFDriver: line 75
 Renderer renderer = new ScaleBarRenderer(panel, taskFrame);
 changed to
 Renderer renderer = new ScaleBarRenderer(panel);
 I think all these warning will disappear if you use the latest source code.
I had the latest OJ source. There was a mistake in my project 
configuration. Now it runs fine :-) Thanks!
 ScaleBarRenderer with the TaskFrame argument will be useful when we'll
 decide to manage Coordinate Reference System the proper way.
 Lines 204-205 and 209-210 are about the new rendering modes I added
 in the core, following Larry's advice.
 See also :

 http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg13756.html

 Regards,

 Michaël
 Can i commit that or do you have uncommited changes?

 Thanks

 Matthias
 Michaël
 
 Regards

 Matthias



   
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 

 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W http://www.openjump.de
_ __ ___ _ ___ __ _


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Plans with SkyJUMP printing

2013-07-08 Thread Matthias Scholz
Hi Michaël
 Hi Matthias
   
 what's your plans or next steps with the SkyJUMP printing plugin code?
 
 I have no next step. SkyJUMP printer port to OpenJUMP had been in my 
 TODO list
 for a long time, because it contains valuable features (espacially 
 layers) which could
 be made available to OpenJUMP users with little effort thanks to Larry.

   
 I ask because i want to improve the code with some stuff. This are:
 - selection of Papersize (combobox with A4, A3, Letter or custom...)
 - selection of page orientation
 - print with selected scale factor
 
 Yes, comboboxes would probably be more easy to use for beginners.
 Everything related to scale and/or resolution is quite difficult to master,
 but important for end users.
   
 What do you mean?
 
 I encourage you of course.
 I don't know how such a plugin can take its place in the distribution as
 there is already CadPlan plugin, but let's discuss these things with other
 users.

 Let me know if you have any problem to access the source code.
   
Not really, but some questions. Is the following the right repository?
svn+ssh://svn.code.sf.net/p/jump-pilot/code/plug-ins/SkyPrinterPlugIn/src/main/java

I've checked out rev 3591. There was some compiling problems. Maybe 
caused by SkyJUMP dependencies.

PrinterDriver.java: line 118
Renderer renderer = new ScaleBarRenderer(panel, taskFrame);
changed to
Renderer renderer = new ScaleBarRenderer(panel);

and lines 204-205, 209-210 commented out.

PDFDriver: line 75
Renderer renderer = new ScaleBarRenderer(panel, taskFrame);
changed to
Renderer renderer = new ScaleBarRenderer(panel);

Can i commit that or do you have uncommited changes?

Thanks

Matthias
 Michaël
   
 Regards

 Matthias



 


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Plans with SkyJUMP printing

2013-07-05 Thread Matthias Scholz
Hi Michaël,

what's your plans or next steps with the SkyJUMP printing plugin code? I ask 
because i want to improve the code with some stuff. This are:
- selection of Papersize (combobox with A4, A3, Letter or custom...)
- selection of page orientation
- print with selected scale factor

What do you mean?

Regards 

Matthias



-- 

 _ __ ___ _ ___ __ _
 
www.openjump.de
_ __ ___ _ ___ __ _


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] not getting attribute value.

2013-06-18 Thread Matthias Scholz
Am 18.06.2013 11:45, schrieb Tintu mary George:
 hi,
 I am trying to customizing the Feature info tool. when i select the anywere 
 in the map i need corresponding attribute value.for that we need 
 featuer.getattribute().
 but in featureInfoTool.java  i am not getting feature.It contains only 
 features that is collection type.
 So can you plese tell me how to get feature in featureInfoTool.java
Take a look at the gestureFinished() method. There you get your features 
as a Collection:
Collection features = (Collection) map.get(layer);
Now you can iterrate over this features with the iterator() or toArray() 
methods.

Matthias

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 


http://www.openjump.de


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Enhancement of the measurement tool

2013-06-09 Thread Matthias Scholz
Hi Michaël!
 Hi Matthias,

 Thanks for improvements.
 I saw two small things which could be improved :

 - Currently, activating relative distance deactivate cumulative distance 
 display (but not paint vertex distance checkbox). Why not make both 
 options independant ?
   
Good idea. This makes sense. This is it, why i really like OpenSource 
development! Many people, many points of view, many good ideas :-)
 - If measure is digitized from right to left, relative distances appear 
 upside down.
   
Thanks for the hint. It is fixed. And second, now the distance will only 
printed outside of the geometry. This looks like better if you measure 
an area.

Regards

Matthias
 Regards,

 Michaël

   
 Hi,

 i've commited a small enhancment for the measurement tool. Now it's
 possible to show the distance between the vertices relative too. This
 was a featurerequest from an OJ user.

 It would be nice, if the translators can translate the new key:
 org.openjump.core.ui.plugin.tools.AdvancedMeasureOptionsPanel.paint-vertex-distance-relative


 Matthias

 --
 How ServiceNow helps IT people transform IT departments:
 1. A cloud service to automate IT design, transition and operations
 2. Dashboards that offer high-level views of enterprise services
 3. A single system of record for all IT processes
 http://p.sf.net/sfu/servicenow-d2d-j
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 


 --
 How ServiceNow helps IT people transform IT departments:
 1. A cloud service to automate IT design, transition and operations
 2. Dashboards that offer high-level views of enterprise services
 3. A single system of record for all IT processes
 http://p.sf.net/sfu/servicenow-d2d-j
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Enhancement of the measurement tool

2013-06-06 Thread Matthias Scholz
Hi,

i've commited a small enhancment for the measurement tool. Now it's 
possible to show the distance between the vertices relative too. This 
was a featurerequest from an OJ user.

It would be nice, if the translators can translate the new key:
org.openjump.core.ui.plugin.tools.AdvancedMeasureOptionsPanel.paint-vertex-distance-relative


Matthias

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Data lost on system shutdown or killed java vm

2013-05-31 Thread Matthias Scholz
Hi,

I try to fix this problem: 
http://sourceforge.net/tracker/?func=detailaid=3613871group_id=118054atid=679906
I've seen, that OJ closes without any warning if you kill the Java VM 
with the taskmanager or on a Linux shell with the kill command too. This 
seems to be the same as during OS shutdown. But we can catch this with a 
Runtime.addShutdownHook(). This is simply a Thead. The Thread is 
executed, during Java VM shutdown.
I've made some tests with a ShutdownHook in the WorkbenchFrame. If i 
call the closeApplication() method (it's the same as you closing the 
WorkbenchFrame window), then you get only a JOptionPane with the 
possibility to exit OJ or to cancel. The problem for now is, that we do 
not have a possibillity to stop the Java VM shutdown. This dialog makes 
no sense here.
My question is, do we have a End-dialog which can save unsafed data 
automatically? Or what should we do with unsaved data in this situation? 
I mean, that we must do fast some things, because the OS do not wait 
infinity during shutdown. Problematic are especially new layers, without 
a datastore (never saved before). Any old or previous saved layers we 
can save automatically. Is this right in every situation? I mean, that 
the user should make a decision. But a fast

Please tell me your opinion.

Matthias

-- 

  _ __ ___ _ ___ __ _
  
  www.openjump.de
_ __ ___ _ ___ __ _


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] new OJ release, 1.7. or 1.6.3

2013-05-22 Thread Matthias Scholz
Am 20.05.2013 21:01, schrieb edgar.sol...@web.de:
 i want to push out the latest fixes. especially the oj_windows.bat fix.

 any way, as we also added some features and changed some menu item locations, 
 see
 http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/ChangeLog
 we should rather opt for 1.7.0 instead of 1.6.3 according to our versioning 
 scheme.
Such small bugfixes as the oj_windows.bat should reside in a 1.6.3. I 
mean that 1.7, 1.8... we should integrate new features. With SVN we have 
the possibility to do that ;-)

Matthias

 ..ede

 --
 AlienVault Unified Security Management (USM) platform delivers complete
 security visibility with the essential security capabilities. Easily and
 efficiently configure, manage, and operate all of your security controls
 from a single console and one unified framework. Download a free trial.
 http://p.sf.net/sfu/alienvault_d2d
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W http://www.openjump.de
_ __ ___ _ ___ __ _


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] new OJ release, 1.7. or 1.6.3

2013-05-22 Thread Matthias Scholz
Am 22.05.2013 10:25, schrieb edgar.sol...@web.de:
 On 22.05.2013 10:17, Matthias Scholz wrote:
 Am 20.05.2013 21:01, schrieb edgar.sol...@web.de:
 i want to push out the latest fixes. especially the oj_windows.bat fix.

 any way, as we also added some features and changed some menu item 
 locations, see
 http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/ChangeLog
 we should rather opt for 1.7.0 instead of 1.6.3 according to our versioning 
 scheme.
 Such small bugfixes as the oj_windows.bat should reside in a 1.6.3. I
 mean that 1.7, 1.8... we should integrate new features. With SVN we have
 the possibility to do that ;-)

 we do not maintain separate branches anymore. too much work to integrate 
 patches into both and keep an overview.

 did you have a look at the changelog? we have new shortcuts and some menu 
 reordering. i start to feel to keep it 1.6.3 too, how about you all?
O.K. Then you should release a 1.6.3. I hope we do not have other 
critical bugs at the moment and a 1.6.4 is not necessary. So we can work 
on a 1.7 version with some new features and enhancements :-)

Matthias

 ..ede

 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Can start OJ only as Administrator under WinXP

2013-05-16 Thread Matthias Scholz
Hi,

actually i update some OJ installations at my work. I've a problem with 
1.6.2 CORE under WinXP:

C:\Dokumente und 
Einstellungen\fooC:\Programme\OpenJUMP-1.6.2-r3528-CORE\bin\oj
_windows.bat
Using 'javaw' found in 'C:\WINDOWS\system32\'
java version 1.7.0_21; Java(TM) SE Runtime Environment (build 
1.7.0_21-b11); J
ava HotSpot(TM) Client VM (build 23.21-b01 mixed mode sharing)
MOF-Datei(en) konnte(n) nicht registriert werden.
Nur Mitglieder der Administratorgruppe können WMIC.EXE verwenden.
Ursache:Win32-Fehler: Zugriff verweigert

Fehlender Operand
Fehlender Operand
1048576 ist syntaktisch an dieser Stelle nicht verarbeitbar.

It seem's that a non Adminstrator user cannot run the WMIC.EXE. As a 
admin user OJ run's fine.
To avoid this, i have set the memory manualy by set JAVA_MEM=... in 
oj_windows.bat.

Can anyone confirm this?

Matthias

-- 

http://www.openjump.de


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] SF project site

2013-03-24 Thread Matthias Scholz
Hi,

please can anyone of the project admins update the SF site? In the User 
Interface section is IMHO Java SWT wrong. Or use we SWT code? I mean no.

http://sourceforge.net/projects/jump-pilot/

Matthias


-- 

 
www.openjump.de



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] How to run OpenJUMP project 1.5.2 in NetBeans IDE 7.2.1

2013-03-23 Thread Matthias Scholz
Hi Stefan!
 Hi Matthias,

 can you put your instructions on the wiki too?
   
Done in
http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_to_run_OpenJUMP_in_NetBeans
which is linked from here
http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Developer_Documentation_and_HowTo

Matthias
 cheers,
 stefan

 Am 24.01.13 06:34, schrieb Matthias Scholz:
   
 Hi Pardhu,

 I'm using NetBeans for a long time. Here are some small instructions:

 - go to Team - Subversion - Checkout
 - Repository URL:
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot;
 - Click Next
 - Repository Folder(s): core/trunk (for the latest developer snapshot)
 or core/tags/1.5.2 (for the latest stable version) or use the Browse
 button for an other diffrent version
 - Select a Local Folder for the checked out code
 - make sure that the checkbox Scan for NetBeans Projects after
 Checkout is checked!
 - Click Finish and the checkout progress can you see in the Output window
 - After successfully checkout, NetBeans scans for a usable project and
 should ask you: OpenJUMP svn snapshot project was checked out. Do you
 want to open the Project? Click OpenProject
 - NetBeans starts now automatically to scan and try to build the
 project. This may take a long long time, because NetBeans must resolve,
 download and unpacking some of the Maven dependency before. You can see
 this in the NetBeans status bar on bottom of the window. Without this
 you cannot successfull build OpenJUMP.
 - Finally tell NetBeans some stuff for starting OpenJUMP
 - Open the Project Properties window, click on the Run categorie:
 - Main Class must be com.vividsolutions.jump.workbench.JUMPWorkbench
 - and for the Plugins, you must set the Arguments to -default-plugins
 scripts/default-plugins.xml
 - Now you can start OpenJUMP with the green Run Project button on the
 toolbar

 Matthias

 
 Hi to all,

 Recently I download 1.5.2.zip file of OpenJUMP project. It was
 prepared in NetBeans IDE with maven. I installed it but  I want to
 manipulate the code. I am unable to run it in NetBeans IDE 7.2.1. Can
 any one please send procedure for how to run it in NetBeans IDE 7.2.1.

 Regards,
 D Pardhu.


 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnnow-d2d


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

 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnnow-d2d



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

 

 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnnow-d2d
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

www.openjump.de



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Add3DGeometryAttributesPlugIn - slope

2013-03-17 Thread Matthias Scholz
Hi Michaël,

not a simple task to made the right translation ;-) Do have a real world 
example/usecase for that plugin and the computed values?

What does the other german developers mean?
upslope - Steigung
downslope - Gefälle
slope - ???
Stefan, Ede, any suggestions?

Matthias
 Hi Matthias,

 Not sure english attribute names are correct
 UI labels are more explicit in the menu :

 upslope is the maximum positive slope found in the geometry (given in %)
 downslope is the minimum negative slope found in the geometry (given in %)
 slope is the maximum absolute slope (given in%)

 Note that upslope and downslope depend on the line orientation
 Slope does not.

 Regards,

 Michaël

 Hi, at the moment i fix some german translations. Can anybody explain me 
 the difference between upslope, downslope and slope in the 
 Add3DGeometryAttributesPlugIn? In my understanding is a slope and 
 downslope the same, because both goes in down direction? Correct me, if 
 i'm wrong. Matthias 
 --
  
 Everyone hates slow websites. So do we. Make your web apps faster with 
 AppDynamics Download AppDynamics Lite for free today: 
 http://p.sf.net/sfu/appdyn_d2d_mar 
 ___ Jump-pilot-devel mailing 
 list Jump-pilot-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] AboutDialog user dir Linux problem

2013-03-17 Thread Matthias Scholz
Hi,

there was a problem with the latest enhancements in the AboutDialog.
For the display of the user dir HTML code in the JLabel is used. But 
there is a well known bug in 
Java(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6688690).

If the text starts with a slash /, then nothing is displayed :-( On 
Linux starts every absolute pathname with a slash. So i've fixed this in 
the formatDirNameForHtml() method.


Matthias


-- 

www.openjump.de


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Add3DGeometryAttributesPlugIn - slope

2013-03-16 Thread Matthias Scholz
Hi,

at the moment i fix some german translations. Can anybody explain me the 
difference between upslope, downslope and slope in the 
Add3DGeometryAttributesPlugIn?
In my understanding is a slope and downslope the same, because both goes 
in down direction? Correct me, if i'm wrong.


Matthias


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Change the color of the selected feature

2013-03-11 Thread Matthias Scholz
I can write this to my TODO list ;-)
 and don't forget the zooming to selection and outline blinking.. not sure 
 what kind of users he is targeting at ;)

 ..ede

 On 10.03.2013 12:35, Rahkonen Jukka wrote:
 Hi,

 Changing line colour was not enough for Asma, he wanted to change the fill 
 colour too.  That is possible to do in Kosmo.

 -Jukka Rahkonen-

 
 Michaël Michaud wrote:

 Hi
 Nice to read you Matthias,
 You're perfectly right about selection styling option.
 Your work isn't it ?
 I pointed to Asma the SelectionStyllingOptionsPanel
 as it is where these options are defined,
 but I missed to point how to change this from the UI.
 Michaël
 Hi,

 don't know if I'm wrong, but take a look at the Options - Selection
 styling. Here you can change the yellow default line color and the point.

 Matthias
 Hi,

 OK, what you really want (personalized selection rendering) is not a
 built-in option,
 and you will have to implement it. You can start by the following
 classes :

 - com.vividsolutions.jump.workbench.ui.renderer.AbstractSelectionRenderer

 - org.openjump.core.ui.SelectionStyllingOptionsPanel

 Michaël


 Hello Michaud, Jukka Rahkonen,
 no i don't want to apply the color permanently.
 i guess i didn't explain correctly, so my plugin search for features
 from the layer that matchs the user's needs and zook on the feature,
 i want to change color  (not only the border instantly) of this
 feature too so as to be clear to the user.
 Yes i will need also to give it back the original color once the user
 do another search for another feature.
 Concerning the ColorThemingStyle i didn't get it well and how to use it.
 PLZ where can i find the code to render colors from R_G_B attribute?

 Ok Jukka i'll try to do the method you suggested even if it seems to
 be difficult :D.

 thank you very much.

 --
 *Asma OUQALLI*

 Élève ingénieur : 3ème  Sciences d'Information Géographique (SIG).
 Chef de commission développement professionnel  - Rotaract EHTP.
 Chef de cellule Media - Olympiades EHTP 2012.
 Ecole Hassania des Travaux Publics.
  Mobile : +212 672 48 23 15.
  Email : asma.ouqa...@gmail.com mailto:asma.ouqa...@gmail.com
 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the
 endpoint security space. For insight on selecting the right partner to
 tackle endpoint security challenges, access the full report.
 http://p.sf.net/sfu/symantec-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W http://www.openjump.de
_ __ ___ _ ___ __ _


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Change the color of the selected feature

2013-03-10 Thread Matthias Scholz
Hi,

don't know if I'm wrong, but take a look at the Options - Selection 
styling. Here you can change the yellow default line color and the point.

Matthias
 Hi,

 OK, what you really want (personalized selection rendering) is not a 
 built-in option,
 and you will have to implement it. You can start by the following 
 classes :

 - com.vividsolutions.jump.workbench.ui.renderer.AbstractSelectionRenderer

 - org.openjump.core.ui.SelectionStyllingOptionsPanel

 Michaël


 Hello Michaud, Jukka Rahkonen,
 no i don't want to apply the color permanently.
 i guess i didn't explain correctly, so my plugin search for features 
 from the layer that matchs the user's needs and zook on the feature, 
 i want to change color  (not only the border instantly) of this 
 feature too so as to be clear to the user.
 Yes i will need also to give it back the original color once the user 
 do another search for another feature.
 Concerning the ColorThemingStyle i didn't get it well and how to use it.
 PLZ where can i find the code to render colors from R_G_B attribute?

 Ok Jukka i'll try to do the method you suggested even if it seems to 
 be difficult :D.

 thank you very much.

 -- 
 *Asma OUQALLI*

 Élève ingénieur : 3ème  Sciences d'Information Géographique (SIG).
 Chef de commission développement professionnel  - Rotaract EHTP.
 Chef de cellule Media - Olympiades EHTP 2012.
   Ecole Hassania des Travaux Publics.
Mobile : +212 672 48 23 15.
Email : asma.ouqa...@gmail.com mailto:asma.ouqa...@gmail.com



 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
 endpoint security space. For insight on selecting the right partner to 
 tackle endpoint security challenges, access the full report. 
 http://p.sf.net/sfu/symantec-dev2dev


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

 

 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
 endpoint security space. For insight on selecting the right partner to 
 tackle endpoint security challenges, access the full report. 
 http://p.sf.net/sfu/symantec-dev2dev
 

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


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] How to run OpenJUMP project 1.5.2 in NetBeans IDE 7.2.1

2013-01-24 Thread Matthias Scholz

Hi Pardhu,

I'm using NetBeans for a long time. Here are some small instructions:

- go to Team - Subversion - Checkout
- Repository URL: 
https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot;

- Click Next
- Repository Folder(s): core/trunk (for the latest developer snapshot) 
or core/tags/1.5.2 (for the latest stable version) or use the Browse 
button for an other diffrent version

- Select a Local Folder for the checked out code
- make sure that the checkbox Scan for NetBeans Projects after 
Checkout is checked!

- Click Finish and the checkout progress can you see in the Output window
- After successfully checkout, NetBeans scans for a usable project and 
should ask you: OpenJUMP svn snapshot project was checked out. Do you 
want to open the Project? Click OpenProject
- NetBeans starts now automatically to scan and try to build the 
project. This may take a long long time, because NetBeans must resolve, 
download and unpacking some of the Maven dependency before. You can see 
this in the NetBeans status bar on bottom of the window. Without this 
you cannot successfull build OpenJUMP.

- Finally tell NetBeans some stuff for starting OpenJUMP
- Open the Project Properties window, click on the Run categorie:
- Main Class must be com.vividsolutions.jump.workbench.JUMPWorkbench
- and for the Plugins, you must set the Arguments to -default-plugins 
scripts/default-plugins.xml
- Now you can start OpenJUMP with the green Run Project button on the 
toolbar


Matthias


Hi to all,

Recently I download 1.5.2.zip file of OpenJUMP project. It was 
prepared in NetBeans IDE with maven. I installed it but  I want to 
manipulate the code. I am unable to run it in NetBeans IDE 7.2.1. Can 
any one please send procedure for how to run it in NetBeans IDE 7.2.1.


Regards,
D Pardhu.


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d


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



--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W http://www.openjump.de
_ __ ___ _ ___ __ _

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3055] core/trunk

2012-10-31 Thread Matthias Scholz
Hi Michaël,

actually i cannot compile OJ :-( You have deleted the
Validator.validateLineStringsSimple() method. But
jumptest.junit.validateLineStringsSimple() extends/overrides this
class/method. Please can you check this or do i have a wrong copy?

Matthias

 Revision: 3055
   http://jump-pilot.svn.sourceforge.net/jump-pilot/?rev=3055view=rev
 Author:   michaudm
 Date: 2012-10-28 10:21:02 + (Sun, 28 Oct 2012)
 Log Message:
 ---
 ValidateSelectedLayersPlugIn : generalisation of isSimple check from 
 linestrings to any type of Geometry

 Modified Paths:
 --
 core/trunk/ChangeLog
 core/trunk/src/com/vividsolutions/jump/qa/ValidationErrorType.java
 core/trunk/src/com/vividsolutions/jump/qa/Validator.java
 
 core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/ValidateSelectedLayersPlugIn.java
 core/trunk/src/language/jump.properties
 core/trunk/src/language/jump_cz.properties
 core/trunk/src/language/jump_de.properties
 core/trunk/src/language/jump_es.properties
 core/trunk/src/language/jump_fi.properties
 core/trunk/src/language/jump_fr.properties
 core/trunk/src/language/jump_hu.properties
 core/trunk/src/language/jump_it.properties
 core/trunk/src/language/jump_ja_JP.properties
 core/trunk/src/language/jump_ml.properties
 core/trunk/src/language/jump_pt.properties
 core/trunk/src/language/jump_pt_BR.properties
 core/trunk/src/language/jump_ta_IN.properties
 core/trunk/src/language/jump_te.properties
 core/trunk/src/language/jump_zh_CN.properties
 core/trunk/src/language/jump_zh_HK.properties

 Modified: core/trunk/ChangeLog
 ===
 --- core/trunk/ChangeLog  2012-10-27 23:09:25 UTC (rev 3054)
 +++ core/trunk/ChangeLog  2012-10-28 10:21:02 UTC (rev 3055)
 @@ -1,5 +1,10 @@
  # for display continuity sake please use 2 spaces instead of tabs
  
 +2012-10-28 mmichaud michael.mich...@free.fr
 +  * Improve isSimple check in ValidateSelectedLayersPlugIn : it is now able 
 to 
 +check geometries of any dimension (jts 1.12) and even GeometryCollection 
 +(jts 1.13)
 +
  2012-10-25 mmichaud michael.mich...@free.fr
* ClipToFencePlugIn : centre dialog box and check visible layers only as 
 the 
  default option (more safe)

 Modified: core/trunk/src/com/vividsolutions/jump/qa/ValidationErrorType.java
 ===
 --- core/trunk/src/com/vividsolutions/jump/qa/ValidationErrorType.java
 2012-10-27 23:09:25 UTC (rev 3054)
 +++ core/trunk/src/com/vividsolutions/jump/qa/ValidationErrorType.java
 2012-10-28 10:21:02 UTC (rev 3055)
 @@ -57,9 +57,19 @@
  public final static ValidationErrorType INTERIOR_RING_CW = new 
 ValidationErrorType(
   
 I18N.get(qa.ValidationErrorType.polygon-hole-is-oriented-clockwise));
  
 -/** Linestring not simple */
 +/** 
 + * Linestring not simple 
 + * @deprecated  As of OpenJUMP 1.6, replaced by {@link #NONSIMPLE}
 + */
  public final static ValidationErrorType NONSIMPLE_LINESTRING = new 
 ValidationErrorType(
   I18N.get(qa.ValidationErrorType.linestring-not-simple));
 +
 +/** 
 + * Linestring not simple 
 + * @since OpenJUMP 1.6
 + */
 +public final static ValidationErrorType NONSIMPLE = new 
 ValidationErrorType(
 + I18N.get(qa.ValidationErrorType.non-simple));
  
  /** Contains segment with length below minimum */
  public final static ValidationErrorType SMALL_SEGMENT = new 
 ValidationErrorType(

 Modified: core/trunk/src/com/vividsolutions/jump/qa/Validator.java
 ===
 --- core/trunk/src/com/vividsolutions/jump/qa/Validator.java  2012-10-27 
 23:09:25 UTC (rev 3054)
 +++ core/trunk/src/com/vividsolutions/jump/qa/Validator.java  2012-10-28 
 10:21:02 UTC (rev 3055)
 @@ -37,6 +37,7 @@
  
  import com.vividsolutions.jts.algorithm.RobustCGAlgorithms;
  import com.vividsolutions.jts.geom.*;
 +import com.vividsolutions.jts.operation.IsSimpleOp;
  import com.vividsolutions.jts.operation.valid.*;
  import com.vividsolutions.jump.I18N;
  import com.vividsolutions.jump.feature.Feature;
 @@ -55,6 +56,7 @@
  private boolean checkingBasicTopology = true;
  private boolean checkingPolygonOrientation = false;
  private boolean checkingLineStringsSimple = false;
 +private boolean checkingGeometriesSimple = false;
  private boolean checkingMinSegmentLength = false;
  private boolean checkingMinAngle = false;
  private boolean checkingMinPolygonArea = false;
 @@ -143,10 +145,21 @@
   * Sets whether to enforce the constraint that LineStrings must be simple
   * @param checkingLineStringsSimple whether to enforce the constraint 
 that
   * LineStrings must be simple
 + * @deprecated As of OpenJUMP 1.6, replaced by {@link 
 

Re: [JPP-Devel] (Dynamic) Attribute Calculator

2012-10-14 Thread Matthias Scholz

 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


-- 

  _ __ ___ _ ___ __ _
  
   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] addPopupMenuItem: get checkbox state

2012-08-28 Thread Matthias Scholz
Hi,

now i remember me to the discussion and problems about the 
addMainMenuItem. Because i need my plugin runnable in actual versions, i 
try to look for an other way.
But for the future i can made this changes in the FeatureInstaller class 
in the same way as for the addMainMenuItem. Leave the actual 
void-returning method untouched and mark them as deprecated. Second 
create the corresponding new methods with a returning JMenuItem.
Is this OK???

Matthias
 not sure if i understand correctly:

 you want a checkable checkbox? or as in the layer status editable and 
 selectable, a checkmark shown that appear or disappears on re-click?
   
Yes i need the same as the layer status editable in the layer view panel.
 or am I thinking of the wrong menu?

 cheers,
 stefan

 Am 20.08.12 15:56, schrieb Michaël Michaud:
   
 Hi Matthias,

 You're right and I can't see any solution without adding a new method,
 or changing the accessibility of the third one from private to public.

 I was tempted to say it is safe to change the return value from void to a
 JMenuItem, but after I have read this article, I wouldn't recommend to
 do it :
 http://stackoverflow.com/questions/3589946/retrofitting-void-methods-to-return-its-argument-to-facilitate-fluency-breaking

 Finally, the solution I suggest is to add the missing method.
 A better solution anyone ?

 Michaël


 
 Hi Ede,

 i have to disappoint you. You mean the new addMainMenuItem methods, but
 i talk about addPopupMenuItem. The addPopupMenuItem methods does not
 return the menuitem at the moment :-(

 Matthias
   
 the new addMenu methods of featureinstaller return the menuitem created. 
 you can easily save the reference and ask it on execute which state it is 
 in.

 regards ede

 On 18.08.2012 18:58, Matthias Scholz wrote:

 
 Hi,

 i use the

 FeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable,
  String[] menuPath, String menuItemName, boolean checkBox, Icon 
 icon,
  EnableCheck enableCheck)

 to add a PopupMenuItem with a checkbox. Is there an easy way to get the
 state of the chackbox inside the Plugin.execute() method?

 thanks

 Matthias


   
 --
 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
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] addPopupMenuItem: get checkbox state

2012-08-20 Thread Matthias Scholz
Hi Ede,

i have to disappoint you. You mean the new addMainMenuItem methods, but 
i talk about addPopupMenuItem. The addPopupMenuItem methods does not 
return the menuitem at the moment :-(

Matthias
 the new addMenu methods of featureinstaller return the menuitem created. you 
 can easily save the reference and ask it on execute which state it is in.

 regards ede

 On 18.08.2012 18:58, Matthias Scholz wrote:
   
 Hi,

 i use the

 FeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable,
String[] menuPath, String menuItemName, boolean checkBox, Icon icon,
EnableCheck enableCheck)

 to add a PopupMenuItem with a checkbox. Is there an easy way to get the
 state of the chackbox inside the Plugin.execute() method?

 thanks

 Matthias

 

 --
 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
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] I18N for an own plugin

2012-08-18 Thread Matthias Scholz
Hi,

can anybody tell me how do i use the OJ I18N class to translate an own 
plugin? I mean, how do i say I18N that it should use my language 
property files?

thanks

Matthias

-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] Measure Tools Roadmap

2012-06-08 Thread Matthias Scholz
Hi ,

please take a look at the wiki:

http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Improve_measurement_tool

This article is linked from the roadmap article.

http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

There are some ideas and perhaps suggestions that are important for all 
developers and users. Not only in the measure context.

I hope for a lively discussion.

Matthias

-- 

  _ __ ___ _ ___ __ _

   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
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] OJ 1.5.2 release planning

2012-04-26 Thread Matthias Scholz
Hi!
 Hi
   
 don't worry. 1.5 stable is a separate branch for now. what exactly do you 
 mean by detachable internal frame is this something that has been 
 discussed here?
 
Nice, that we have a branch, i have not noticed that.
 I think you mean a frame which can be moved out of the workbench frame.
   
Yes i mean a JInternalFrame which can be detached/attached or you can 
say undocked/docked to/from a JFrame.
 Very useful (especially if you have two screens).
   
Two screens environments are the main reason for doing that.
 I've done a small and dirty script do do that 2 years ago.
 But I haven't try to make something cleaner, because I thought that
 to go further, we'll have to adopt a docking framework.

 Michaël
   
 ..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


 


 --
 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
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] Aboutdialog

2012-04-25 Thread Matthias Scholz
Hi ede
 On 23.04.2012 21:16, Matthias Scholz wrote:
   
 Hi ede,
 
 On 22.04.2012 21:07, Matthias Scholz wrote:
   
   
 Hi,

 I've commited a small fix in the AboutDialog. If the readme.txt file 
 was not found, the Stacktrace was shown. This is bad if you run OJ as 
 Webstart. Now nothing is viewed. 
 
 
 actually not finding the readme.txt right now is an error, except when 
 developing. that's why i left the stack there.
   
   
 That's right, it's an error. But to display this directly in the GUI is 
 not the best way. This should be the task of the logging framework or 
 the error dialog window.
 

 having the user to acknowledge the error is a useless exercise as he's merely 
 meant to notice it, not to be disturbed in his workflow. using the log 
 framework would probably lead to the error not being noticed by anyone.
   
With logging framework i don't mean only the classic ones, such as 
log4j. I also meant the error dialog, which seems to be the better 
option than a raw stacktrace. (My subjective opinion)
Can you life with the current code, that nothing is displayed if no 
readme.txt is found? At least until i found a solution for the webstart.

Matthias

 ..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
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] webstart classloader

2012-04-25 Thread Matthias Scholz
edgar.sol...@web.de wrote:
 On 22.04.2012 21:07, Matthias Scholz wrote:
   
  The problem with Webstart is, that the 
 classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt 
 from classpath :-(
 

 creating (self)signed jars for each and every release might more effort than 
 necessary. you could probably write a small barebone webstarter that uses a 
 custom classloader to fetch the release zip necessary directly from sf.net.
 that would as well enable you to load readme.txt and whatever file needed.
   
Thats right, with the signing of the JAR's. Nice idea with an own 
downloader and classloader. But JWS takes care automatically downloading 
and caching of the jars. I will do some more research in JWS stuff in 
the next time. The actual OJ Webstart was only the first try. Call it a 
technology study ;-) The next problems i see, are plugin loading by 
lib/ext folder.
Perhaps makes a mixture of JWS and own classloader sense...

Matthias
 ..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
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] OJ 1.5.2 release planning

2012-04-25 Thread Matthias Scholz
Michaël and Ede when do you planning to release OJ 1.5.2? I ask, because i 
implement a enhancement of detachable internal frames. Such as attributesframe 
and the infotoolframe. I would like to commit this after 1.5.2. It makes more 
sense for 1.6.

Matthias

-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
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] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi,
 Hi,
   
 The problem with Webstart is, that the
 classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt
 from classpath :-(
   
 are you sure there is no way for a webstart application to load a file 
 either from a webserver or from an external archive?
 
 Cannot understand why the file could not be in the path (in the jar)
   
I cannot found a possibility to load such configuration files 
automatically :-( You can only define the JAR's. For the 
default-plugins.xml file i manually download the file to system tmpdir. 
The file location i surrender the -default-plugins commandline option. 
This is ok, but the readme.txt wil be loaded from the classpath. As i 
have written above, the classpath of a JWS application is the 
deploy.jar. I think that the deploy.jar handles the classloading stuff 
for a JWS application. This JWS behaviour was new for me too.
 In principle we should change both, the loading and the content of the
 readme.txt!
 1. There are too many unimportant and not (end)user suitable informations.
   
 could you name one? some of it might not be needed on a day to day basis but 
 essentially all of it is enduser information.
 
 Agree with Matthias on this point (also agreed with Ede for one place 
 to maintain
 all the infos).
   
The one place to maintain is an argument, ede.
 Hmm embarassing.
 The about panel mixes nice looking logo + software version on the top,
 with rough text area containing unreadable license information (sorry Ede,
 information is important, just unreadable for most normal people ;-).
 Most information is formal but useless at this point (how to start the
 application) and it does not always fit well the software version (PLUS 
 vs CORE).
   
This is what I mean.
 I have two suggestions to improve it (but it has a very low priority for 
 me) :
 - let only the logo + version + general license (+ date ?) in the about 
 panel
and add a button to call explicitly the readme file which will be 
 opened in its
own window
 - html-ize the readme file (so that it can be beautified) and put it in 
 its own tab

 What do you think ?
   
A very good suggestion to split this informations. And the html-ize 
readme is good for external translators. Such as the help for the 
keyboard shortcuts. For better JWS support i would change the loading 
mechanism, so that this files can be loaded from local filesystem or 
from a webserver. From every URL, local or remote.
 2. I prefer translated text's within the language directory.
   
 i would to if there were people maintaining these when the infos change.
 
 I think that having them in the jar is not user-friendly for 
 non-programmers doing translations
 BUT, it encourages people to contribute their translation to the project.
 Just my feeling,
   
 3. The about text should contain a small description, contributors and
 licence information.
   
 same as above. that's why i put the readme there. one place to maintain all 
 the infos.
 
 See above.
   
 4. White text background and grey panel background is a little bit ugly.
   
 i like it. it hint's that the file is actually not part the gui itself.
 
 See above.

 Michaël
   
 ..ede
 


Matthias

-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi ede,
 On 22.04.2012 21:07, Matthias Scholz wrote:
   
 Hi,

 I've commited a small fix in the AboutDialog. If the readme.txt file 
 was not found, the Stacktrace was shown. This is bad if you run OJ as 
 Webstart. Now nothing is viewed. 
 

 actually not finding the readme.txt right now is an error, except when 
 developing. that's why i left the stack there.
   
That's right, it's an error. But to display this directly in the GUI is 
not the best way. This should be the task of the logging framework or 
the error dialog window.
   
 The problem with Webstart is, that the 
 classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt 
 from classpath :-(
 

 are you sure there is no way for a webstart application to load a file either 
 from a webserver or from an external archive?

   
 In principle we should change both, the loading and the content of the 
 readme.txt!
 1. There are too many unimportant and not (end)user suitable informations.
 

 could you name one? some of it might not be needed on a day to day basis but 
 essentially all of it is enduser information.

   
 2. I prefer translated text's within the language directory.
 

 i would to if there were people maintaining these when the infos change.

   
 3. The about text should contain a small description, contributors and 
 licence information.
 

 same as above. that's why i put the readme there. one place to maintain all 
 the infos.

   
 4. White text background and grey panel background is a little bit ugly.
 

 i like it. it hint's that the file is actually not part the gui itself.

 ..ede

 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi  Jukka,

thank you for your extensive explanation of JWS.
 I had a quick look on the jnlp files we are using. A few years ago I used to 
 maintain some configuration files and image catalogues of one of our 
 applications which had all those files packaged into a single jar. When the 
 application was updated I placed all current configuration files into a new 
 jar, signed it with the same computer than all the other jars and replaced 
 outdated jars from the application server. For the maintainer it is not so 
 convenient because every little change in one file means repackaging and 
 signing the new jar. For the users it works well as long as everybody is 
 happy with the exactly same settings.

 We have also another application that is based on uDig which is launched 
 through JWS. I see that that application is saving user preferences into a 
 local directory. The location of user data is given in the launching jnlp 
 file as in resources/property as
  property 
 name=osgi.instance.area 
 value=c:/data/application/

 Application creates initial configuration files into this data directory but 
 they are not overwritten later and thus users can use some individual 
 settings which remain even after updates.

 JWS is a nice idea but it is a bit complicated to use in managed environment. 
 For example the data dir location above means that all the users must have 
 rights to create the c:/data/application directory and read/write/execute 
 files inside it. Some of our users did not have write access to C: drive at 
 all which made some pain. Also the proxy settings of JWS launched 
 applications must be set through the Java settings in 
That' s true. If we would maintain OJ JWS in the future, we should give 
the administrators some possibilities to solve such problems.
 the control panel which is not so obvious. Anyway I would be interest to 
 serve OpenJUMP through JWS also from my server when Matthias discovers how to 
 make the tools menu available.
   
The tools menu problem aka missing default-plugins.xml is solved. I must 
only upload the new version ;-)

Matthias
 -Jukka Rahkonen-

 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] New OpenJUMP Webstart Version

2012-04-23 Thread Matthias Scholz
Hi,

now is a new OpenJUMP Webstart version on www.openjump.de available. 
This version includes the Tools menu :-)

Matthias

-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Aboutdialog

2012-04-22 Thread Matthias Scholz
Hi,

I've commited a small fix in the AboutDialog. If the readme.txt file 
was not found, the Stacktrace was shown. This is bad if you run OJ as 
Webstart. Now nothing is viewed. The problem with Webstart is, that the 
classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt 
from classpath :-(

In principle we should change both, the loading and the content of the 
readme.txt!
1. There are too many unimportant and not (end)user suitable informations.
2. I prefer translated text's within the language directory.
3. The about text should contain a small description, contributors and 
licence information.
4. White text background and grey panel background is a little bit ugly.

If you agree me , then I realize that for the 1.6.

just my 2cent

Matthias

-- 

  _ __ ___ _ ___ __ _

   Technologieconsulting
   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   E m...@jammerhund.de
   W www.openjump.de
_ __ ___ _ ___ __ _


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] OpenJUMP at FOSSGIS Germany review

2012-04-08 Thread Matthias Scholz
Hi,

here comes my small report from the german FOSSGIS conference in Dessau.

1. Some people had the feeling that OJ was dead. These doubts I could 
eliminate :-) We make not the big, spectacular steps in development, but 
OJ is alive. One consequence can be, that we make more and better 
marketing for our baby.

2. There was some questions about the WFS support in OJ. Especially the 
T letter will be more and more important for the users. I hope I have 
said nothing wrong, that the plugin have WFS-T support. At least that is 
on the wiki page.

3. A few users gave me the confirmation that a german website especially 
for the german speaking people is a good thing. On the www.openjump.de 
website you can see a photo from the OJ booth.

4. As you can see I had a rollup and flyers. If anyone need flyers or 
the rollup for a presentation, I can send him that. But both things are 
in german!

5. One question I couldn't answer. Is there a possibility to make a 
Join from an attribute to some external data? In the ArcGIS this is 
possible (but i have never seen any Arc produkt). For examle you have a 
shape file with a ID attribute column. This ID's are unique. And on the 
other side you have a CSV or Excel file with some metadata for the 
geometries in that shape file. In the external metadata file you have 
the same ID's to join both. But this is a 1:n relation! As an example 
you can imagine that you have a shape file with some buildings. Now you 
get a CSV/Excel file with the owners of this buildings from a external 
provider and you need to view or query all the owners for every building 
in the map. There is no problem to convert this metadata in some other 
formats or databases. But I see the problem to represent multiple 
metadata for one geometry. Any idea?

6. And finally i met Sascha and Björn from the Intevation company. We 
had talked about some OJ stuff and possible or desirable works in the 
future. Such as improvements in the rendering or a integrated print 
function.

Regards

Matthias



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP.de

2012-04-05 Thread Matthias Scholz
Hi Michaël!
 Hi,

 I just discover this url
 http://www.openjump.de/

 Congrat, Matthias, this is a nice site with uptodate information.
   
Thanks. With this page i hope that we get a bit more publicity and help 
especially for german speaking users. My observation in the past was, 
that some people mean that OJ is a good tool. But they like to 
communicate in his natural language or does'nt have the posibillity to 
communicate in english. The domain I had registred for a long time ago, 
so that no domaingrabber can rob us the domain.
But i ask me how do you understand german? You tell me your secret ;-)
 Also you wrote a jnlp application starter, which is very nice for 
 demonstrations.
 However, I tested it and found that the tools menu was missing.
 I remember this problem has been discussed on the list a few weeks ago,
 but I cannot find when and how it has been solved any more...
   
This is fixed, but not yet online. The tools menu depends on the 
default-plugins.xml file. The problem with Webstart is that you have no 
possibility to get automatically configuration files or other recources 
than the JAR's from the server. So I must download the 
default-plugins.xml file manually and pass it as parameter to the 
JUMPWorkbench class. I plan to publish a fixed version of OJ Webstart 
and some enhancements of the website this weekend.

Matthias
 Michaël


 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second 
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP.de

2012-04-05 Thread Matthias Scholz
Hi Michaël!
 Hi
   
 But i ask me how do you understand german? You tell me your secret ;-)
 
 Unfortunately I don't, but pictures are enough to see what it is about ;-)
   
 Also you wrote a jnlp application starter, which is very nice for
 demonstrations.
 However, I tested it and found that the tools menu was missing.
 I remember this problem has been discussed on the list a few weeks ago,
 but I cannot find when and how it has been solved any more...

   
 This is fixed, but not yet online. The tools menu depends on the
 default-plugins.xml file. The problem with Webstart is that you have no
 possibility to get automatically configuration files or other recources
 than the JAR's from the server. So I must download the
 default-plugins.xml file manually and pass it as parameter to the
 JUMPWorkbench class. I plan to publish a fixed version of OJ Webstart
 and some enhancements of the website this weekend.
 
 Sounds a bit strange to me, because tools menu includes also plugins 
 included in the jar.
   
The code is in the jar, but they will be  initialized through the 
default-plugins.xml file and commandline option. And without that you 
don't get the tools menu. You can test this, if you remove/rename the 
default-plugins.xml file from the bin/ directory of a OJ installation. 
On the other hand we have some other plugins that will be initialized 
within the JUMPConfiguration class.
 Maybe be there is a way to refer to the default-plugins file which would 
 work either
 with a separate file or with a file embedded in the jar (as with 
 language files).
   
AFAIK we do not have an embedded default-plugins.xml file at the moment. 
But this is a good idea for the future. If no -default-plugins 
default-plugins.xml on the commandline are given, then we use an 
embedded one.

Matthias
 Michaël

   
 Matthias
 
 Michaël


 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

   


 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second 
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] persistent skin, persistent blackboard problem

2012-04-04 Thread Matthias Scholz
Hi Ede,

AFAIK this should be simple. Here is an example from a plugin of mine. 
You have some member variables in a class:

...
private String name = ;
private String className = ;
private String url = ;
private String host = ;
private String port = ;
private String databaseName = ;
private String user = ;
private String password = ;
...

And the java2xml file for such a class:

?xml version=1.0?
root
element xml-name=name java-name=name /
element xml-name=className java-name=className /
element xml-name=url java-name=url /
element xml-name=host java-name=host /
element xml-name=port java-name=port /
element xml-name=databaseName java-name=databaseName /
element xml-name=user java-name=user /
element xml-name=password java-name=password /
/root

That's should be enough. The java2xml file must be in the same directory 
as the class. Let me know if you have problems or show me your code.

Matthias

 i'd like to make the selected skin sticky across oj restarts. but trying to 
 use the persistent backboard results in


 com.vividsolutions.jump.util.java2xml.XMLBinder$XMLBinderException: Could not 
 find java2xml file for 
 com.vividsolutions.jump.workbench.ui.plugin.skin.InstallSkinsPlugIn$1 or its 
 interfaces or superclasses
   at 
 com.vividsolutions.jump.util.java2xml.XMLBinder.specElements(XMLBinder.java:230)
   at com.vividsolutions.jump.util.java2xml.Java2XML.writeChildT

 is anybody familiar with the persistent blackboard and can give me a quick 
 tutorial how to create the file missing?

 thanks.. ede

 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second 
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New csv driver

2012-04-03 Thread Matthias Scholz
@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


 
 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here 
 http://p.sf.net/sfu/sfd2d-msazure


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



 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here 
 http://p.sf.net/sfu/sfd2d-msazure


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



 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here 
 http://p.sf.net/sfu/sfd2d-msazure


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

 

 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second 
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 

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


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W http://www.openjump.de
_ __ ___ _ ___ __ _



--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New csv driver

2012-04-01 Thread Matthias Scholz
Hi Michaël,

thank you for your work. Last week i needed your csv driver for a real 
world import. But had no success (NullPointerException):-( Please can 
you try with the following testdata:

http://www.lvermgeo.sachsen-anhalt.de/de/geoservice/download/testdaten/files/testdaten_10_2011.zip

There are included some files. You can try it with 
LS150_10_11_Testdaten_lsa.txt. As you can see the columns 12 and 13 
are the coordinates. Are you count the columns with starting by zero ore 
one?

Regrads

Matthias
 Hi Arnd,

 Hi uploaded the internationalized plugin at the same url
 Here attached is the english i18n properties file

 Thanks,

 Michaël


 Le 29/03/2012 11:58, Arnd Kielhorn a écrit :
 Hello Michael,

 I could make the german translation of the dialog.

 Arnd

 Hi,
 thank You for that nice driver.
 Is there already an englsih and german translation for it because 
 when I
 load OJ the csv driver dialog is in french?
 Sorry, forgot it. I'll send the internationalized version by the end of
 the week (english only).

 Michaël
 Arnd


 Hi,

 I uploaded a beta version of a new csv driver : csv-driver-0.6 
 beta.jar

 http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/

 This is a complete rewrite of my old txt driver.
 It should be more flexible and currently includes
 - an auto-mode able to guess the structure of most character 
 delimited
 files (including pirol formatted files)
 - a set-options mode where the user has to set the file structure to
 help the driver to read the file correctly
 - a writer with only a few options
 I've not yet implemented anything to read csvt files from OGR, but
 tried
 to make the driver
 flexible enough to make it possible.

 At the same address, you'll find two documents to help you understand
 the options :
 OpenJUMP_CSV.odt

 http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/OpenJUMP_CSV.odt 

 OpenJUMP_CSV_auto.odt

 http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/OpenJUMP_CSV_auto.odt
  

 It is quite difficult to make such a driver robust and it is in its
 early stage.
 All your tests and remarks are welcome.

 Michaël






 --
  

 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 

 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here 
 http://p.sf.net/sfu/sfd2d-msazure
 

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


-- 

 _ __ ___ _ ___ __ _
 
  Technologieconsulting
  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] FOSSGIS Dessau (Germany) and OpenJUMP

2012-02-22 Thread Matthias Scholz
Michaël Michaud schrieb:
 Hi Matthias,
   
 The FOSSGIS conference is primarily for a german audience. OpenSource
 projects get the possibility to present the project with a small booth.
 This is free of charge. I have spoken to the organizers and we can have
 a booth for OJ. So I will do a little bit advertising and marketing for
 OJ. I hope I can acquire some new users or contributors/developers.
 
 Fine. Do you know that germany is already the country with the largest user
 community according to download statistics ?
   
No, thats new for me. Are the download stistics public? Can you provide
me with a link?
 It would be nice, if any of the other users or developers (espacially
 the german's) can help me or have some time. I hope that my purpose
 encounters your approval.
 
 Sure. Stefan and Uwe have already done a lot of work on the 
 documentation side.
 Hope it will be useful for you.
 Maybe you'll have chance to meet OJ current or past contributors (many 
 of them
 are from Germany)
   
I report after the conference :-)
 regards,

 Michaël
   
 regards

 Matthias

 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 


 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] FOSSGIS Dessau (Germany) and OpenJUMP

2012-02-22 Thread Matthias Scholz
Hi Stefan!
 Hi Matthias,

 if I would be in Germany I probably would go.. but unfortunately...
 In case you think I could be of help.. let me know.

 Should we translate the OpenJUMP flyer into german?
   
Yes, in the next few days I talk about some material with a friendly
media agency. Actually we plan flyers and a rollup for the booth.
 http://jump-pilot.sourceforge.net/download/ojlogo/openjumpflyer_v3.pdf

 ohhh sh*. I copied the link from the OJ webpage and I just see that this 
 link is dead since the re-ordering of the download section... more than 
 a year ago...
 Why the heck...

 So where is that file now??? and can someone fix it? (maybe I find some 
 editor at home to do that - but then I send a message).

 Btw. The Lat/Lon and Intevation folks have always been our supporters 
 more or less, just since the rise of QGIS and iGeoDesktop things have 
 changed a bit. But I am sure you might have a talk with them.

 cheers,
 stefan

 On 21/02/2012 5:27 PM, Michaël Michaud wrote:
   
 Hi Matthias,
 
 The FOSSGIS conference is primarily for a german audience. OpenSource
 projects get the possibility to present the project with a small booth.
 This is free of charge. I have spoken to the organizers and we can have
 a booth for OJ. So I will do a little bit advertising and marketing for
 OJ. I hope I can acquire some new users or contributors/developers.
   
 Fine. Do you know that germany is already the country with the largest user
 community according to download statistics ?
 
 It would be nice, if any of the other users or developers (espacially
 the german's) can help me or have some time. I hope that my purpose
 encounters your approval.
   
 Sure. Stefan and Uwe have already done a lot of work on the
 documentation side.
 Hope it will be useful for you.
 Maybe you'll have chance to meet OJ current or past contributors (many
 of them
 are from Germany)

 regards,

 Michaël
 
 regards

 Matthias

 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


   
 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] FOSSGIS Dessau (Germany) and OpenJUMP

2012-02-21 Thread Matthias Scholz
Hi,

the german FOSSGIS e.V. organizes from 20. March 2012 to 22. March
2012 the FOSSGIS (Free and OpenSource Software GIS) the conference.

See at http://www.fossgis.de/konferenz/2012/ (Sorry, the website is only
in german.)

The FOSSGIS conference is primarily for a german audience. OpenSource
projects get the possibility to present the project with a small booth.
This is free of charge. I have spoken to the organizers and we can have
a booth for OJ. So I will do a little bit advertising and marketing for
OJ. I hope I can acquire some new users or contributors/developers.

It would be nice, if any of the other users or developers (espacially
the german's) can help me or have some time. I hope that my purpose
encounters your approval.


regards

Matthias

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] super zoom pan tool in 1.5.1?

2012-01-23 Thread Matthias Scholz
Hi!
 Hi,
   
 Thanks Matthias - but a question to Michael / Ede, should we 
 un-comment it for now until 1.5.1 is really out there? I would propose 
 so. But after 1.5.1 release we can add new functions.
 depends on the stability of it i'd say.. if it is good enough in, if not out 
 (for this release)
 
 I like it, but I think it can wait after 1.5.1 release so that we can 
 concentrate on reliability of 1.5.1 release.
   
I agree with you Michaël. A good and stable release should always take 
precedence over new features. In the meantime I can look for a good OS X 
solution. So that the poor Apple users with only one mousebutton can 
work ;-) And second should for the 1.6 release remain some new features :-D

Just my 2 cents

Matthias


 Nevertheless, If there are more votes to include it I can change my mind.

 Michaël
   
 However, not sure how you guys do the packaging - also with respect to
 language files updates.
   
 we freeze a revision by beginning of february. i suggest michael as lead 
 maintainer tells me and i simply manually run the build process. this is 
 also because i have a shell scripted repacking routine which sets correct 
 file permissions for the zip distros.

 generally everybody should be able to do so in a checked out svn core/trunk

 mvn package -P release,javadoc,installer -D version.number=X.X.X

 should result in ( oj_release is OpenJUMP-version-rrevision-(CORE|PLUS) )
 target/apidocs/oj_release
 target/oj_release_(CORE,PLUS).zip
 target/izpack/Install_oj_release_(CORE,PLUS).(jar,exe)

 ..ede

 
 stefan


 Am 22.01.12 11:24, schrieb Matthias Scholz:
   
 Hi,

 today I've commited and activated a new zoom pan tool. Please test and
 comment it. If the tool makes Problems you can simply comment out line
 1320 in the JUMPConfiguration class.
 Here are the features:
 - left click zooms in
 - right click zooms out
 - left/middle/right drag is pan
 - with wheel you can zoom in/out and set the new visible area
 - hints and scale are displayed in the statusbar.

 As you can see on the toolbar icon, this tool connects the zoom and pan
 tool to one nice tool. The main reason for that tool was, that the user
 can faster navigate and especially can see/select the new zoomed area.
 This feature should be known as Area of interest. So the user only
 need one tool for zooming/paning. During wheelmode you can pan too.
 Please tell me your opinion. I can imagine me to replace the two zoom
 and pan tools in the future by this tool. Translaters are welcome.
 Why the name SuperZoomPanTool? Because i need a class name and had no
 other idea :-D

 regards

 Matthias

 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   
 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 


 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

[JPP-Devel] New zoom pan tool

2012-01-22 Thread Matthias Scholz
Hi,

today I've commited and activated a new zoom pan tool. Please test and 
comment it. If the tool makes Problems you can simply comment out line 
1320 in the JUMPConfiguration class.
Here are the features:
- left click zooms in
- right click zooms out
- left/middle/right drag is pan
- with wheel you can zoom in/out and set the new visible area
- hints and scale are displayed in the statusbar.

As you can see on the toolbar icon, this tool connects the zoom and pan 
tool to one nice tool. The main reason for that tool was, that the user 
can faster navigate and especially can see/select the new zoomed area. 
This feature should be known as Area of interest. So the user only 
need one tool for zooming/paning. During wheelmode you can pan too.
Please tell me your opinion. I can imagine me to replace the two zoom 
and pan tools in the future by this tool. Translaters are welcome.
Why the name SuperZoomPanTool? Because i need a class name and had no 
other idea :-D

regards

Matthias

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] pom.xml buggy?

2012-01-22 Thread Matthias Scholz
Hi Ede,

I get the following error during start of the project:

   The project org.openjump:OpenJUMP:snapshot 
(netbeans/openjump_svn/pom.xml) has 1 error
 'profiles.profile.id' must be unique but found duplicate profile 
with id default @ line 30, column 12

Matthias


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] New Measure Extension for OpenJUMP

2012-01-20 Thread Matthias Scholz
Hi Peppe,

really nice work! Some of the features i had on the TODO for the 
AdvancedMeasureTool. Such as angle measurement. I've tested your plugin 
an here are my first impressions and hints:

- with the german translation i can help you in the next few days
- with the Arc toll i get an IllegalArgumentException
- Polygon and Rectangle tool  does not format the area. A value of 
4.033303583E8 is bad for the user.
- the Circle with ray tool i don't understand :-( I can paint some 
linestrings, but how can I finish? No double click, no drag helps. What 
is the sense of this tool?
- same for Circle with 3 points and Angle referencing north UTM 
projection
- For some tools you create a normal layer and for other ones you create 
a System layer. This can confuse the user.
- If the Measure Menu is open and I press ESC, then I get an 
IndexOutOfBoundsException.
- In my AdvancedMeasureTool you can edit the Measure, move point for 
example. The tool computes than the new area and length values. This can 
be done with a LayerListener. You can take a look at the 
MeasureLayerFinder class to see how it works. I can help you too, if you 
have problems :-)

just my 2 cents for the first

In the future we should talk about some common development for measure 
tools.

Matthias
 Hi developers and users,

 while waiting for OpenJUMP 1.5 stable realize, I prepared a new set of 
 tools for
 measurements.
 These tools are available as an extension here:
 https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/

 regards

 Giuseppe Aruta
 http://arbores.wikidot.com/start
 

 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 

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


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ Linux GUI bug?

2012-01-19 Thread Matthias Scholz
Hi Peppe, Ede and the other developers,

I've tested on a Ubuntu 11.10 with OpenJDK and get the same problem. In 
summary I can say, that on all tested systems the problem exists :-( It 
did no matter what desktop (KDE, Gnome, Unity) or what JRE (Sun Java 
1.6/1.7 or OpenJDK) you are using.
In the last two weeks I've researched for a reason, because i now other 
Java software on linux with XOR painting that haven't any problem.

With a small testclass for a rectangle movement with xor painting there 
are no problems. But with only a LayerViewPanel in a JFrame without all 
the other OJ stuff such as menus, toolbars etc., i got the problem. Next 
I've debugged the computation of the coordinates and size of the Shape 
during painting, but no success. Than on my old home desktop with debian 
lenny and a nvidia graphics i got success with enabled OpenGL rendering 
(-Dsun.java2d.opengl=True)???. On all other linux boxes the opengl 
rendering on linux seems to be very buggy, because not even the GUI was 
correct painted.

And yesterday i found randomly the reason :-) In the 
AbstractCursorTool.getGraphics2D() which is called before every painting 
the RenderingHint for antialaising is set to ON. If i do not set this, 
every thing works fine :-) Small detail, big difference! Tested with my 
small testclass and antialaising switched on i cannot reproduce the 
problem. So i suspect, that this behaviour especially depends on other 
deeper rendering things in OJ. In principle  i mean that this is a 
special Linux JVM problem and i hope that this will be fixed in the 
future. So it makes at the moment no more sense for me to deeper search.
Finally I've commited a small workaround/fix. On linux platforms we 
don't switch on antialiasing. But only during paint operation of the 
Shape!!! This concerns no other paintings.

Regards

Matthias


 Hi Matthias,

 regarding only Sun JRE 1.6
 this bug seems to be connected only to Ubuntu Unity and not Gnome 
 classic shell.
 I tested on Ubuntu 11.10 / Unity and Ubuntu 11.10 / Classic Gnome.
 In the 1st case that bug is more evidente. The only way for user to 
 clean those black shades is to maximalized the window.
 If users turn back to old Gnome shell, everything seems to work fine.
 Regarding OSgeo DVD, this uses Xubuntu (Xfce) as shell and OpenJUMp, 
 in my past tests, had never had problems with Xfce

 Peppe

 
 *Da:* Matthias Scholz m...@jammerhund.de
 *A:* OpenJump develop and use jump-pilot-devel@lists.sourceforge.net
 *Inviato:* Sabato 7 Gennaio 2012 10:50
 *Oggetto:* Re: [JPP-Devel] OJ Linux GUI bug?

 Hi Ede,

 I've made some more tests on the following platforms:

 - Ubuntu 11.04 natty, amd64, 2.6.38-8-server, Unity(Gnome) Classic, SUN
 JDK 1.6.0_26-b03 + OJ 1.4.2 remote via XDMCP
 - Debian Etch, amd64, 2.6.18-6-amd64, KDE 3.5.5, SUN JDK 1.6.0_20-b02 +
 OJ 1.4.2
 - Ubuntu 11.04 natty, i386, 2.6.38-13-generic-pae, Unity(Gnome) Classic,
 SUN JDK 1.6.0_26-b03 + OJ 1.4.2 and SVN
 - Ubuntu 11.04 natty, i386, 2.6.38-13-generic-pae, Unity(Gnome) Classic,
 SUN JDK 1.7.0_02-b13 + OJ 1.4.2 and SVN

 I use only the Sun JDK, because at the moment some other apps I use too
 have problems with the openjdk.
 In all my tests I get the same result. If the OJ mainwindow not
 maximized and not docked to any site of the screen, i get the buggy
 view. But if the OJ windows is maximized there is no problem if you move
 a feature outside a side where is no taskbar or panel!!! On my Ubuntu
 there is only a problem if I move a feature outside on top or bottom,
 because there are my panels. If I hide all panels/taskbar on all the
 tested systems and the OJ windows is maximized, then there is NO problem.
 Ede and Peppe please can you check this with our systems? I do not
 really understand this at the moment.

 Matthias

  if openjdk 1.7 solves this we should urge (although i am under the 
 impression osgeo already plans to) osgeo to include this version.
 
  michael: could you communicate this plus the fact that oj is 
 generally fit for openjdk?
 
  ede
 
 
  On 02.01.2012 10:20, Giuseppe Aruta wrote:
  Hi all,
  this is my experience with OJ and JRE.
  Some months ago I tested the same bug with OpenJDK 1.6 which is 
 embedded in Ubuntu 11.04.
  This bug was always present with all tools that were involving 
 parts of the features outside the view, plus Draw constrained 
 circle tool.
  I did some tests with other JRE distro. This problem seems not to 
 be present also with JRE 1.6.20 (coming from Kosmo which has jre 
 embedded) from Sun Microsystem (previous Oracle management).
  I did other tests with newer version of Oracle JRE/OpenJDK.
  The problem seems not to be with JRE 1.7 from Oracle neither with  
 OpenJDK 1.7.
  So I installed on my Ubuntu OpenJDK 1.7 and everything goes fine 
 right now.
  I ask Ede and Matthias to check wich version of JRE they use with 
 OpenJUMP
 
  Peppe
 
  *Da:* Stefan Steinigersst

Re: [JPP-Devel] View/Edit Attributes and Feature Info Tool

2012-01-07 Thread Matthias Scholz
Hi Michaël,

thanks for fixing that. My mistake, sorry. I've never tested with a new 
layer without a datasorce.

Matthias
 Hi Matthias,

 I tried to fix a NPE thrown by new
 AttributeTablePanel.initColumnWidths()
 for layers which have not datasource yet.
 Would you have a look and check if it's OK with your change ?

 Michaël

 Le 26/12/2011 19:12, Matthias Scholz a écrit :
 Hi,

 I've commited some changes in the AttributePanel and
 AttributeTablePanel. Both classes are used by View/Edit Attributes and
 Feature Info Tool. The layout are now more consistent in both tools. The
 attribute tables are on top and not vertically centred. Especially the
 Feature Info Tool had a ugly layout with many space between the tables,
 if more than one tables with only a few rows was shown.
 The second change is more significant for edit attributes. A change on
 the column with will now be stored in the project(file). So if you open
 an attribute table again, the columns have the previous set width.

 In the future I can imagine me, that the user can switch the attribute
 windows from an internal window to a separate window, which will be
 placed always on top of the OJ window. I think that the user can create
 and edit attributes faster with that. We should keep in mind, that GIS
 people mostly have two displays on the desktop.

 An other small improvement is that the Feature Info Tool can select only
 features on the selected layers, such as the Select Features Tool with
 the pressedCTRL   button. I tries  to find how i can make this, but
 with no success :-( I know that OJ use the QuasimodeTool class for such
 stuff. I hope one of the other developers can help.

 Matthias

 --
 Write once. Port to many.
 Get the SDK and tools to simplify cross-platform app development. Create
 new or port existing apps to sell to consumers worldwide. Explore the
 Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
 http://p.sf.net/sfu/intel-appdev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
 infrastructure or vast IT resources to deliver seamless, secure access to
 virtual desktops. With this all-in-one solution, easily deploy virtual
 desktops for less than the cost of PCs and save 60% on VDI infrastructure
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
Hi Landon,

yes the isRightMouseButtonUsed() is a method which is defined by the 
CursorTool interface. Why do you ask?

Matthias
 Matthias,

 Thanks for making the change. Are you talking about modifications to a
 method in the CursorTool class? Let me know and I will take a quick
 peek at the changes.

 Thanks.

 Landon

 On Mon, Dec 26, 2011 at 10:18 AM, Matthias Scholzm...@jammerhund.de  wrote:
 Hi,

 in the LeftClickFilter code I've implemented the
 isRightMouseButtonUsed() method with real code. In the past they always
 returns with false. This is bad for tools which uses the right mouse
 button too. Here was a problem that always came the right mouse button
 context menu. Now this is fixed and if the tool overrides the
 AbstractCursorTool.isRightMouseButtonUsed() this will be checked in
 LeftClickFilter for mouseClicked, mousePressed, mouseReleased and
 mouseDragged events.
 I've tested this code some weeks with my upcoming changes on zoom/pan tools.

 Matthias

 --
 Write once. Port to many.
 Get the SDK and tools to simplify cross-platform app development. Create
 new or port existing apps to sell to consumers worldwide. Explore the
 Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
 http://p.sf.net/sfu/intel-appdev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
 infrastructure or vast IT resources to deliver seamless, secure access to
 virtual desktops. With this all-in-one solution, easily deploy virtual
 desktops for less than the cost of PCs and save 60% on VDI infrastructure
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
Hi Giuseppe,

I working on a zoom/pan tool with a different wheel mode. If you turn 
the wheel, you get a rectangle as mousepointer. This rectangle is the 
new zoomed view. Also known as area of interest. The advantage is, 
that you can exactly choose a new zoomed area.

Matthias
 Hi Matthias,
 I was thinking about an implementation on zoom wheel plugin (we lack 
 something like thin on OJ that it is activated while using other tool). Are 
 you working about something like that?
 regards

 Giuseppe


 - Messaggio originale -
 Da: Landon Blakesunburned.surve...@gmail.com
 A: OpenJump develop and usejump-pilot-devel@lists.sourceforge.net
 Cc:
 Inviato: Mercoledì 28 Dicembre 2011 20:07
 Oggetto: Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

 Matthias,

 Thanks for making the change. Are you talking about modifications to a
 method in the CursorTool class? Let me know and I will take a quick
 peek at the changes.

 Thanks.

 Landon

 On Mon, Dec 26, 2011 at 10:18 AM, Matthias Scholzm...@jammerhund.de  wrote:
 Hi,

 in the LeftClickFilter code I've implemented the
 isRightMouseButtonUsed() method with real code. In the past they always
 returns with false. This is bad for tools which uses the right mouse
 button too. Here was a problem that always came the right mouse button
 context menu. Now this is fixed and if the tool overrides the
 AbstractCursorTool.isRightMouseButtonUsed() this will be checked in
 LeftClickFilter for mouseClicked, mousePressed, mouseReleased and
 mouseDragged events.
 I've tested this code some weeks with my upcoming changes on zoom/pan tools.

 Matthias

 --
 Write once. Port to many.
 Get the SDK and tools to simplify cross-platform app development. Create
 new or port existing apps to sell to consumers worldwide. Explore the
 Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
 http://p.sf.net/sfu/intel-appdev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
 infrastructure or vast IT resources to deliver seamless, secure access to
 virtual desktops. With this all-in-one solution, easily deploy virtual
 desktops for less than the cost of PCs and save 60% on VDI infrastructure
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
 infrastructure or vast IT resources to deliver seamless, secure access to
 virtual desktops. With this all-in-one solution, easily deploy virtual
 desktops for less than the cost of PCs and save 60% on VDI infrastructure
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Feature Info Tool and Layer Attributes Statistics

2012-01-01 Thread Matthias Scholz

Hi,

here are my notes to the changes. From usability site it's bad that one 
function is available more than once. The problem is that the GUI will 
be more and more bloated. We should exactly consider where the best 
place for the every tool is. Most users are confused, if one function is 
reachable on more than one places. But there are exceptions, that make 
sense.
For most of my use cases the statistics(min, max, avg...) tool is not 
useful in the attribute view, because we rarely have numerical 
attributes in our data. But this are my subjective point of view!!!


Perhaps we should discuss about a completely configurable/declarative 
GUI in the future. Especially with the view to tablet devices, on which 
we don't need the hole functionality of all plugins/functions. So it 
could be easier to build a OJ for desktop and a OJ for tablet/stylus usage.


Just my 2 cent

Matthias


Hi,


*View/Edit schema* : very useful for ViewAttribute plugin, not 
working (NPE) for InfoPanel if several layers are displayed (should 
not be available for InfoPanel IMHO)
- View/Edit schema is also activated using right click on View 
Attribute panel. I think that a view/edit schema button on the 
toolbar is more visible.
So, View/Edit schema should be available in the attribute toolbar (and 
not in the right-click context menu) for the ViewAttribute Panel 
(single layer), and the opposite for the Info Panel (several layer).




*Statistics *: very good idea for ViewAttribute plugin, not working 
(NPE) for InfoPanel if several layers are displayed (should not be 
available for InfoPanel IMHO)
- I like the idea to add Attribute plugins as button on the Attribute 
panel toolbar. I did some tests on OJ jufre (add area/perimeter or 
calculator plugins). But there are still some problems to solve 
(values not correctly displayed, etc).
I would say Statistics shoud be only available in ViewAttribute and 
not in info panel (where it actually throw a NPE).


Maybe there is a small design issue preventing us to customize layer 
attribute view toolbar without having side effects in info panel 
toolbar...


Michaël


Peppe



--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free!http://p.sf.net/sfu/Citrix-VDIinabox


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



--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox


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


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz

Hi Peppe!

Hi Matthias,
One of the problem with Ubuntu is that some OS keyboard shortcuts 
interfere with OJ keyboard shortcuts. The main one is shift+alt+drag 
(drag window under Ubuntu and pan under OJ).

Oh yes I use Ubuntu too and have the same Problems.
It is of coarse possible to deactivate Ubuntu keyboard one, but this 
is more that I can ask to my students (those who using Ubuntu).
That's why I am interesting to an alternative to keyboard shortcuts. 
Note that zoom tools become extremely important during drawing process 
(otherway all zoom tools on toolbar are enough).
One way was to adopt on left-click menu some zoom tools (zoom in, out 
and center zoom), Michael moved all these tools under a submenu. I am 
going to ask/made a modification to have all these zoom tools in a 
more easy position (1st level leftclick menu), to make some small 
modifications to constrained tools, etc... but this is another 
discussion: I have to open a different post for it
Another idea is to adopt Kosmo Mouse wheel zoom action to openjump. I 
was going to check if this is possible with few modifications to Oj core.
Don't know if I'm understand you, but the mouse wheel action with 
shift+alt pressed is an other event. There should be no problems with 
the Ubuntu keyboard shortcuts. But only with shift+alt pressed and left 
drag is a collision with Ubuntu keyboard shortcuts.
Then there is your project. I wonder if your zoom wheel is able to 
zoom out too. And if it is possible to use it when a drawing tool is 
active (for instance draw linestring tool).
The main reason for my zoom tool is that you see better what the zoom 
result is. So you can faster interact with your data. And for that it's 
the same as I said above.


In general I think that we have always problem with some special 
shortcuts on different platforms. But this problem have other software 
too. At the moment I've no good idea to solve that.



Matthias

regards and thanks for the answers

Peppe



*Da:* Matthias Scholz m...@jammerhund.de
*A:* OpenJump develop and use jump-pilot-devel@lists.sourceforge.net
*Inviato:* Domenica 1 Gennaio 2012 15:42
*Oggetto:* Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

Hi Giuseppe,

I working on a zoom/pan tool with a different wheel mode. If you turn
the wheel, you get a rectangle as mousepointer. This rectangle is the
new zoomed view. Also known as area of interest. The advantage is,
that you can exactly choose a new zoomed area.

Matthias
 Hi Matthias,
 I was thinking about an implementation on zoom wheel plugin (we lack 
something like thin on OJ that it is activated while using other 
tool). Are you working about something like that?

 regards

 Giuseppe


 - Messaggio originale -
 Da: Landon Blakesunburned.surve...@gmail.com 
mailto:sunburned.surve...@gmail.com
 A: OpenJump develop and usejump-pilot-devel@lists.sourceforge.net 
mailto:jump-pilot-devel@lists.sourceforge.net

 Cc:
 Inviato: Mercoledì 28 Dicembre 2011 20:07
 Oggetto: Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

 Matthias,

 Thanks for making the change. Are you talking about modifications to a
 method in the CursorTool class? Let me know and I will take a quick
 peek at the changes.

 Thanks.

 Landon

 On Mon, Dec 26, 2011 at 10:18 AM, Matthias Scholzm...@jammerhund.de 
mailto:m...@jammerhund.de  wrote:

 Hi,

 in the LeftClickFilter code I've implemented the
 isRightMouseButtonUsed() method with real code. In the past they always
 returns with false. This is bad for tools which uses the right mouse
 button too. Here was a problem that always came the right mouse button
 context menu. Now this is fixed and if the tool overrides the
 AbstractCursorTool.isRightMouseButtonUsed() this will be checked in
 LeftClickFilter for mouseClicked, mousePressed, mouseReleased and
 mouseDragged events.
 I've tested this code some weeks with my upcoming changes on 
zoom/pan tools.


 Matthias

 
--

 Write once. Port to many.
 Get the SDK and tools to simplify cross-platform app development. 
Create

 new or port existing apps to sell to consumers worldwide. Explore the
 Intel AppUpSM program developer opportunity. 
appdeveloper.intel.com/join

 http://p.sf.net/sfu/intel-appdev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net 
mailto:Jump-pilot-devel@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
--
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a 
complex
 infrastructure or vast IT resources to deliver seamless, secure 
access to

 virtual desktops. With this all-in-one solution, easily deploy virtual
 desktops for less than the cost of PCs and save 60% on VDI 
infrastructure

 costs

[JPP-Devel] Zoom/Pan tool

2012-01-01 Thread Matthias Scholz
Hi,

I've commited a new zoom/pan tool (SuperZoomPanTool). At the moment some 
things are still missing(i18n, icons, cursors).

The tool is not activated yet. But you can do this for testing ;-) If 
I'm ready, then I will explain some background information.

Matthias

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] View/Edit Attributes and Feature Info Tool

2011-12-26 Thread Matthias Scholz
Hi,

I've commited some changes in the AttributePanel and 
AttributeTablePanel. Both classes are used by View/Edit Attributes and 
Feature Info Tool. The layout are now more consistent in both tools. The 
attribute tables are on top and not vertically centred. Especially the 
Feature Info Tool had a ugly layout with many space between the tables, 
if more than one tables with only a few rows was shown.
The second change is more significant for edit attributes. A change on 
the column with will now be stored in the project(file). So if you open 
an attribute table again, the columns have the previous set width.

In the future I can imagine me, that the user can switch the attribute 
windows from an internal window to a separate window, which will be 
placed always on top of the OJ window. I think that the user can create 
and edit attributes faster with that. We should keep in mind, that GIS 
people mostly have two displays on the desktop.

An other small improvement is that the Feature Info Tool can select only 
features on the selected layers, such as the Select Features Tool with 
the pressed CTRL button. I tries  to find how i can make this, but 
with no success :-( I know that OJ use the QuasimodeTool class for such 
stuff. I hope one of the other developers can help.

Matthias

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Loading initial project and Add Image Layer

2011-12-11 Thread Matthias Scholz
Hi,

back in developement i've made a small fix in 
com.vividsolutions.jump.workbench.ui.plugin.FirstTaskFramePlugIn. If you 
start OJ with the command line option -project ..., the plugin used an 
old deprecaded OpenProjectPlugIn. The problem was, that the GUI was busy 
and the user had no feedback what is OJ do. This was especially 
problematic, if you have projects with large datasets.
Now the we use the same OpenProjectPlugIn as Open Project... and Open 
recent. So the user can see that OJ is loading his datasets :-)

Second if you try File - Add Image Layer without an open project 
window, you get an NPE :-( I've added an enablecheck to prevent this.

Regards

Matthias

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] FeatureInstaller addMainMenuItem

2011-09-01 Thread Matthias Scholz
Hi,

I've made a small improvement to some addMainMenuItem() methods of the
FeatureInstaller. In the past some of the methods gave a void and other 
a JMenuItem back. Now all methods give the JMenuItem back. This is
usefull for some plugins, which have the needs to modify the menu items
text during runtime for example.
A change from a void return type to a JMenuItem should IMHO no problem
for the other code.

regards

Matthias

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] BlendLineStringsPlugIn enhancements and bugfixing

2011-08-27 Thread Matthias Scholz
Hi!
 while reading again:

 I am not sure if it is a bug then? However, if someone blends linestring
 one should know that something happens with the attributes - though,
 best is to a) inform the user in the dialog, or b) give him the choice
 to select what he wants.
 My choice would be : a checkbox to prevent from merging heterogeneous
 features (having different attribute values)
O.K. Now the user have the choise :-)
 Also undo capability would be nice for such a feature ;-)
Can anybody explain me, how to implement undo? Or point me to the 
documentation?

Matthias
 (don't give, you will be asked more ;-)

 Michaël
 stefan

 On 14/08/2011 1:09 PM, Matthias Scholz wrote:
 Second there was a bug with the attributes. If the result was more then
 one blended linestring, then all linestrings had the attributes from the
 first selected linestring and not from the first blended.


 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



 --
 EMC VNX: the world's simplest storage, starting under $10K
 The only unified storage solution that offers unified management
 Up to 160% more powerful than alternatives and 25% more efficient.
 Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] BlendLineStringsPlugIn enhancements and bugfixing

2011-08-14 Thread Matthias Scholz
Hi,

I've made two enhancements to the BlendLineStringsPlugIn. Now you can 
choice if you create a new layer with the results and if you remove the 
source linestrings.
Second there was a bug with the attributes. If the result was more then 
one blended linestring, then all linestrings had the attributes from the 
first selected linestring and not from the first blended.

Matthias

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] EZ Buttons bug

2011-08-14 Thread Matthias Scholz
Hi!

The EZ Buttons do not observe the enableChecks. If you bind a tool to a 
button which needs one or more features selected (blend linestrings for 
example), then you get some exceptions.


Matthias

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Divide Polygon

2011-08-12 Thread Matthias Scholz
Am 12.08.2011 07:44, schrieb Stefan Steiniger:
 well.. I guess we should write better documentation ;)
FULL ACK!!!

 On 11.08.11 23:21, Matthias Scholz wrote:
 Hi Jukka, exactly what I'm looking for! But never seen befor. I should
 check my eyes and glasses ;-) Thank you!!!
 Hi,

 There is a tool in Tools menu for this. Usage:
 - draw the splitting linestring
 - select the line and a polygon to be splitted
 - use Tools - Edit geometry - Split polygon

 Only one polygon and one line can be used.

 -Jukka Rahkonen-

 Matthias Scholz wrote:

 Hello,

 I'm looking for a possibility to divide a polygon with one or more
 linestring(s)? The linestring cuts the polygon and the start-/endpoint
 are outside of the polygon.

 Thanks

 Matthias

 --
 
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it.
 http://p.sf.net/sfu/wandisco-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it.
 http://p.sf.net/sfu/wandisco-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it.
 http://p.sf.net/sfu/wandisco-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it.
 http://p.sf.net/sfu/wandisco-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ESRI file geodatabases

2011-08-11 Thread Matthias Scholz
Hi!
 +1 vote to support file geodatabase as a geotools dataset (if ede can
 provide a geotools dataset adapter). 

 I volunteer to add or improve write capability.  I have a little time
 to contribute in the next couple of weeks.  I have ArcMap available to
 test compatibility.

 I don't have experience with JNI or JNA, but I need to learn.  JNA
 sounds like the way to go if it really works.
If we have the needs to use some native code, we should take a look at
http://www.swig.org. Here you need nearly no knowledge about JNI. With
that I've implemented the use of a C++ library for DXF reading. JNI or
JNA was me to complex and too much boilerplate code.

Matthias

 Larry

 On Tue, Aug 9, 2011 at 11:06 PM, Martin Davis mtncl...@telus.net
 mailto:mtncl...@telus.net wrote:

 Translation has various problems, such as:
 - a cumbersome step before being able to access data
 - limitations of the shapefile format (which I presume you would
 have to target for output): e.g. 2 GB limit, dumb column names,
 limited types, etc
 - more storage requirements

 Don't get me wrong - I'm not saying that Read-Write to FGDB is not
 needed.  I'm just saying that having Read capability would still
 provide value. 

 M 

 On 8/9/2011 7:27 AM, Larry Becker wrote:
 Hi Martin,
  

 Disagreed.  ...

  

 Another way to think of this - what better way to to suck the
 life out of a proprietary format than to make a one-way
 gateway into an open solution?  (This is a tried-and-true
 ploy of proprietary platforms...)


 I see your point, but if I needed a one way translator, I would
 just use OGR2OGR, shameless self-promotion preferably with the
 iGOR interface (after I update it to support FGDB)./shameless
 self-promotion

 I'm also in the position of needing to do advanced editing on
 data that is maintained in ESRI format.  So far it is just
 shapefiles, but the popularity of file geodatabases is
 increasing.  I can't give the customer data back in a different
 format, especially one that can't handle the data size or field
 names.  I need to be able to edit /along side of /the ESRI
 solution, especially in an ArcGIS Engine runtime environment that
 doesn't have all of the regular tools.

 regards,

 Larry

 On Mon, Aug 8, 2011 at 8:08 PM, Martin Davis mtncl...@telus.net
 mailto:mtncl...@telus.net wrote:



 On 8/8/2011 10:33 AM, Larry Becker wrote:
 It looks like there could be cooperation between the two
 groups on the development of the Java interface at least. 
 Cooperation with GeoTools seems like a reasonable way to go.


 The ogr support approach would not seem to provide any
 advantage beyond translating FGDB to shapefiles as SkyJUMP
 uses that library for mdb translation now.  There may be
 Java bindings for the low level API in OGR that I'm not
 aware of, but this would be a level removed from the actual
 API we want to use.
 Agreed.  It's bad enough having to include the C libs needed
 for access to non-Java APIs, but including a bunch of OGR
 libs as well just compounds the problem. 

 Also, from a development point-of-view if there are issues
 that makes two places which need to be looked at and updated
 - and if the problem is in OGR then OJ is hostage to OGR's
 schedule.


 The only way this would be any use in JUMP (IMHO) is if we
 could open and edit FGDBs like ArcMap does.  We discussed
 the idea of supporting the Access personal geodatabase years
 ago, but abandoned the idea because it was too risky because
 it was proprietary and had no published API.

 Disagreed.  Providing Read-Only access to FGDB is still very
 useful, since it provides a gateway into OJ for ESRI users. 
 And there is lots of functionality which is difficult to
 accomplish in ESRI tools which is easy in OJ (and other Java
 solutions like JEQL). I'm now in the unenviable position of
 working with ESRI tools on a daily basis, and by the biggest
 stumbling block to trying to introduce OJ into my environment
 is the inability to read the (sometimes huge) FGDBs that we use.

 Another way to think of this - what better way to to suck the
 life out of a proprietary format than to make a one-way
 gateway into an open solution?  (This is a tried-and-true
 ploy of proprietary platforms...)

 I'm not even sure that the ESRI FGDB API supports writing..
 or at least, not without a lot of caveats.


 As far as the ESRI license, it would put us in the same
 position as having the end user 

[JPP-Devel] Join linestrings

2011-08-11 Thread Matthias Scholz
Hello,

are there any possibility to join two or more selected linestrings to
one big linestring? With the right click context menu I get a
multilinestring, but I need a single linestring. Has OJ such a tool?
The two linestrings have a common start and endpoint(same coordinate).

Thanks

Matthias

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Divide Polygon

2011-08-11 Thread Matthias Scholz
Hello,

I'm looking for a possibility to divide a polygon with one or more
linestring(s)? The linestring cuts the polygon and the start-/endpoint
are outside of the polygon.

Thanks

Matthias

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Divide Polygon

2011-08-11 Thread Matthias Scholz
Hi Jukka, exactly what I'm looking for! But never seen befor. I should 
check my eyes and glasses ;-) Thank you!!!
 Hi,

 There is a tool in Tools menu for this. Usage:
 - draw the splitting linestring
 - select the line and a polygon to be splitted
 - use Tools - Edit geometry - Split polygon

 Only one polygon and one line can be used.

 -Jukka Rahkonen-

 Matthias Scholz wrote:

 Hello,

 I'm looking for a possibility to divide a polygon with one or more
 linestring(s)? The linestring cuts the polygon and the start-/endpoint
 are outside of the polygon.

 Thanks

 Matthias

 --
 
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it.
 http://p.sf.net/sfu/wandisco-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it.
 http://p.sf.net/sfu/wandisco-dev2dev
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


  1   2   >