[JPP-Devel] WMS plugin

2007-08-01 Thread Andreas Schmitz
Hi, the WMS plugin currently shows the layer titles when you choose which layers you want to fetch from the WMS but uses the first layer's name when adding the WMS request to OpenJUMP's layers. The name of a WMS layer is usually something like a layer ID, and supposed to be used by machines, whil

Re: [JPP-Devel] WMS plugin

2007-08-01 Thread Andreas Schmitz
Andreas Schmitz wrote: Hi, I got another one. When editing WMS requests and selecting some SRS in the combobox, this selection will vanish (and the first SRS will be selected again) when moving layers up and down. The attached patch fixes the problem. If nobody objects, I'll check

[JPP-Devel] Rename layer plugin

2007-08-01 Thread Andreas Schmitz
eatureInstaller; /** * ChangeLayerableName changes the name of a layer. * * @author Andreas Schmitz * @author last edited by: $Author:$ * * @version $Revision:$, $Date:$ */ public class ChangeLayerableNamePlugIn extends AbstractPlugIn { private MultiEnableCheck enableCheck; @Override

Re: [JPP-Devel] Rename layer plugin

2007-08-01 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > I would like to see it in the OpenJUMP configuration file. It should be > possible.. or is it too cumbersome? > (mhm... one moment) > If I remember right the ISA tools did as well add context menu > functions. Some of them have been transfered and are found in > o

Re: [JPP-Devel] Rename layer plugin

2007-08-03 Thread Andreas Schmitz
Andreas Schmitz wrote: Hello, > > I would like to see it in the OpenJUMP configuration file. It should be > > possible.. or is it too cumbersome? > > (mhm... one moment) > > If I remember right the ISA tools did as well add context menu > > functions. Some of the

Re: [JPP-Devel] Rename layer plugin

2007-08-03 Thread Andreas Schmitz
Andreas Schmitz wrote: Hi, > I attached the new version and a patch. anyone against me checking that in? Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49 +228 18496-11 fax ++49 +228 1849629 http://www.lat-lon.deh

Re: [JPP-Devel] Rename layer plugin

2007-08-03 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hello, > I don't see any problem with your patch. It sounds like a nifty > plug-in as well. I winder what the others would think about putting it > into our standard distribution. Ok. Since I'll be back at work on Tuesday, I'll commit it then. > P.S. - Thank you very m

Re: [JPP-Devel] Rename layer plugin

2007-08-03 Thread Andreas Schmitz
ench.ui.plugin.FeatureInstaller; /** * ChangeLayerableName changes the name of a layer. * * @author Andreas Schmitz * @author last edited by: $Author:$ * * @version $Revision:$, $Date:$ */ public class ChangeLayerableNamePlugIn extends AbstractPlugIn { private MultiEnableCheck enab

Re: [JPP-Devel] Rename layer plugin

2007-08-03 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > the pos tag adds the item at that specific menu position. note, that a > function can obtain a different pos when other plugins are added > afterwards. furthermore separators are counted as one pos, if i remember > right ah, ok. So inserting a plugin that install

Re: [JPP-Devel] deeJUMP plugin

2007-08-10 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I appreaciate Andreas' consideration for bloating OpenJUMP's > dependencies on external libraries, and I also have no problem hosting > DeeJUMP plug-ins in the JPP SVN Repository. Great. Then I think I'll create a deeJUMP plugin. For the downloads I'm sure we can

Re: [JPP-Devel] deeJUMP plugin

2007-08-10 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > >>I fully support to add these plugin to svn and the soureforge site. > >>Maybe we need to think about the structure here .. so that not every > >>plugin gets a new box. So the wfs plugin could be added to the other wfs > >>plugin? > >> > >> > > > >hm, which o

Re: [JPP-Devel] deeJUMP plugin

2007-08-10 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > I fully support to add these plugin to svn and the soureforge site. > Maybe we need to think about the structure here .. so that not every > plugin gets a new box. So the wfs plugin could be added to the other wfs > plugin? hm, which other WFS plugin is there? >

[JPP-Devel] deeJUMP plugin

2007-08-10 Thread Andreas Schmitz
Hello developers, there are now just two plugins left in deeJUMP: * the GetFeatureInfo plugin for WMS layers * the deegree file adapters to use the deegree library to read/write GML3 and shapefiles I realize that adding these plugins directly to OpenJUMP will result in OJ depending on quite

Re: [JPP-Devel] OJN 1.2D: Error with Rename Selected Layer

2007-08-21 Thread Andreas Schmitz
Uwe Dalluege wrote: Hi, > there is an error with Layer>Rename Selected Layer... : > > 1. Select a layer with leftclick. > 2. Layer>Rename Selected Layer... > 3. Click on the Cancel-Button in the dialog-window. > 4. Error: ok, this is fixed. I noted another problem, however. The enable check I

Re: [JPP-Devel] OJN 1.2D: Error with Rename Selected Layer

2007-08-22 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > mhm.. what if you don't use "layerable" but "layer" instead? > > checkFactory.createAtLeastNLayersMustBeSelectedCheck(n) Then WMS layers won't be supported, since they do not inherit from Layer, only from AbstractLayerable IIRC. Best regards, Andreas -- l a t / l

Re: [JPP-Devel] File format plugins

2007-08-24 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > Andreas from lat/lon told me that there are also the deegree shp and gml > (3.0?) file adapters in deeJUMP Yes, it's GML 3.1.1, I think. Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49 +228 18496-11 fax

Re: [JPP-Devel] Network Installation

2007-08-24 Thread Andreas Schmitz
Uwe Dalluege wrote: Hello, > it is a good idea, to put the changing files > of OJ in the user's home directory! > > I don't know if the files jump.log and workbench-state.xml are the only > changing files? the workbench-state.xml file (or the directory where to store it) can now be specified w

[JPP-Devel] Problem with GTK look and feel on Linux

2007-08-24 Thread Andreas Schmitz
Hello, one of our users reported a problem when starting OpenJUMP: [EMAIL PROTECTED]:/usr/local/openjump-1-2-Dwin/bin$ ./openjump.sh java.lang.NullPointerException at com.sun.java.swing.plaf.gtk.Metacity.getBorderInsets(Metacity.java:1385) at com.sun.java.swing.plaf.gtk.GTKPain

Re: [JPP-Devel] File format plugins

2007-08-24 Thread Andreas Schmitz
Paul Austin wrote: Hi, > Do they use the FileDataSourceQueryChooser and do they require any > options to be specified? it seems like they do. I attached the source code, since I did not write it myself. If there are changes to be made, go ahead and change them. I'm sure I can adapt the code to y

Re: [JPP-Devel] deeJUMP plugin

2007-08-24 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > of course, i am/we are interested in your evaluation results. [...] > >> I'd also like to know if the DeeJUMP team had any thoughts about > >> Paul's suggestion of tapping into the Java port of PROJ4. It seems > >> like a logical choice for projection code. we fini

Re: [JPP-Devel] deeJUMP plugin

2007-08-25 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > This is great. We need more efforts at collaboration like this. I agree. Having a good, free projection library would be desirable. > What is the status of the projection code in Deegree? Could it be > modified for use in OpenJUMP? (It would probably be easier to

Re: [JPP-Devel] Network Installation

2007-08-25 Thread Andreas Schmitz
Uwe Dalluege wrote: Hi, > does it also works for the jump.log file? unfortunately, no. I'm not sure where the log file actually comes from. Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49 +228 18496-11 fax ++49 +228 1849629 http://ww

Re: [JPP-Devel] deeJUMP plugin

2007-08-29 Thread Andreas Schmitz
Michaël Michaud wrote: Hi, > Making a new projection library is a very exciting project. > As there are at least two other projects (javaproj and geotools) I'd > like to make sure I undersand what would be the specific purpose of a > new library. > Javaproj and geotools have very different appr

Re: [JPP-Devel] Parser for restricted GML...

2007-08-30 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I wonder if Deegree or Kosmo is using a streaming Shapefile parser? deegree has two different shape file readers, and IIRC none of those can do streaming. It should not be very difficult, though, to adapt one of them to use streaming. However, SHP is a very simpl

Re: [JPP-Devel] Network Installation

2007-09-04 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Do you mind telling me very briefly how you made this modification? > I'm interested in seeing how you did it. I just modified the JUMPWorkbench as attached, IIRC. Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phon

Re: [JPP-Devel] Network Installation

2007-09-05 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Thank you for the patch Andreas. I apologize if I missed it earlier. I didn't send it over the list, so you didn't miss anything here. I just made the patch via svn diff ;-) Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Ge

Re: [JPP-Devel] OpenJUMP releases and bug management

2007-09-05 Thread Andreas Schmitz
Michaël Michaud wrote: Hi, > Here are some thoughts about releases and bug management. > I think we miss some rules to decide when a new version of OJ has to be > released, and that lack of visibility may be a disadvantage for OJ's > adoption. I totally agree with this point. > The release ru

Re: [JPP-Devel] Paul's plugins

2007-09-12 Thread Andreas Schmitz
Paul Austin wrote: Hi, > - New Open File Wizard > - New Open Recent Menu (I need to fix an issue if no project is open) > - Show/hide all for categories > - Filter based theming style (it doesn't update the styles in the layer > tree panel yet) > - Docking windows support for layers, map, layer a

Re: [JPP-Devel] Paul's plugins

2007-09-12 Thread Andreas Schmitz
Paul Austin wrote: Hi, > That'll be because I haven't handled any of the internationalization > stuff yet in any detail. ah, ok. Setting the locale to english fixed the problem. Nice work! Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49

[JPP-Devel] Vacation

2007-09-14 Thread Andreas Schmitz
Hi, I just wanted to let you know that I'll be on vacation for four weeks. Since I'm the only lat/lon and deegree developer reading this list, if you need some lat/lon or deegree input, it will be a lot faster to ask on the deegree lists, as I'll not be able to read my email during this time. Hav

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Andreas Schmitz
Paul Austin wrote: Hi, > The following is an improved windows bat file that allows the > application to be run from any directory and also dynamically loads all > zip,jar libraries in the lib (not ext) folder. > I'd also like to make it have user based coinfiguration as per my unix > script. >

Re: [JPP-Devel] OpenJUMP releases and bug management

2007-09-25 Thread Andreas Schmitz
Stefan Steiniger wrote: Hello, > took me a long time to come to this email. > It is longer than intended .. and i actually don't want to start the > discussion on this now, as some people are still in holidays and i am > busy with other things as well. > 1) my comments on the release strategy

Re: [JPP-Devel] Pluggable Rendering

2007-09-25 Thread Andreas Schmitz
Stefan Steiniger wrote: Hello, > I am not sure how this relates to you question, but i remember that Ugo > did some stuff with image3d.. there is also a screenshot > (http://static.flickr.com/20/70790849_e15117718c_o.jpg). > Furthermore i think the people at lat/lon were working on 3d stuff

Re: [JPP-Devel] R: Checking Java version?

2007-09-25 Thread Andreas Schmitz
P.Rizzi Ag.Mobilità Ambiente wrote: Hello, > > In the JUMP launcher we can look at the SystemProperty > > java.specification.version to make sure it is >= 1.5 if not > > we display a > > window that says you must have version 1.5 or greater and > > maybe provide > > a clickable link to the Java

Re: [JPP-Devel] R: R: Checking Java version?

2007-09-25 Thread Andreas Schmitz
P.Rizzi Ag.Mobilità Ambiente wrote: Hello, > I'm not talking about compiling but about running. > If you have a Java class file compiled with 1.5 > you can run it with 1.4 (AFAIK, at least). The problem is that you can only compile 1.5 Source to 1.5 target. An 1.4-JRE naturally does not support

Re: [JPP-Devel] R: R: R: Checking Java version?

2007-09-25 Thread Andreas Schmitz
P.Rizzi Ag.Mobilità Ambiente wrote: Hi, > You _can_ compile with 1.5 and run with 1.4 _only_ if you > don't use any 1.5 specific construct (like generics). > > I never used any of those and so I never had to care > about source and target versions. > > I remember an old article about Java 1.5 w

Re: [JPP-Devel] Language files

2007-09-27 Thread Andreas Schmitz
Michaël Michaud wrote: Hello, > I tried to clean-up a little bit the language files. > To do it, I used a tool (https://prbeditor.dev.java.net/) which makes it > easy to find missing keys, but which has its own way to format and order > things (I must say I lost so many comments that I cleaned

Re: [JPP-Devel] Language files

2007-09-28 Thread Andreas Schmitz
Michaël Michaud wrote: Hello, to clarify my other remark: > I tried to clean-up a little bit the language files. > To do it, I used a tool (https://prbeditor.dev.java.net/) which makes it > easy to find missing keys, but which has its own way to format and order > things (I must say I lost so

Re: [JPP-Devel] Language files

2007-09-28 Thread Andreas Schmitz
Andreas Schmitz wrote: Hi, > > I tried to clean-up a little bit the language files. > > To do it, I used a tool (https://prbeditor.dev.java.net/) which makes it > > easy to find missing keys, but which has its own way to format and order > > things (I must say I lost

[JPP-Devel] Java versions and build.xml

2007-10-11 Thread Andreas Schmitz
Hi, I think we're agreed that we use Java5 for the OpenJUMP sources, right? I'm just wondering whether there are any objections to me changing the ant build.xml file to use the source="1.5" and target="1.5" options for the javac task, because it enables usage of the Java6 compiler, which is much

Re: [JPP-Devel] Request that all commits stop temporarily

2007-10-15 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > PS: maybe we should not switch to cvs back - but avoid branching? my experiences with svn are pretty good - with one exception. That exception is unfortunately the Subversion client for Eclipse. I never got merging to work with that client, and having to update eve

Re: [JPP-Devel] Request that all commits stop temporarily

2007-10-15 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > so we now need to figure out which mods have been the last. > If the re-versal has been applied to all the openjump core code-base we > may have a look on the change-log file we could also try to revert to the last revision before the merge, then redo the merge (wi

Re: [JPP-Devel] Request that all commits stop temporarily

2007-10-15 Thread Andreas Schmitz
Larry Becker wrote: Hi, > Yes, it appears that 1138 contains sufficient information to reapply > my changes. I'll try to get to it tonight (Florida time). > > I took a peek at the subversion manual to see if I could try to > understand the problem, and it seems very complex. The section on > br

Re: [JPP-Devel] Open Wizard

2007-10-18 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I have checked in an update to the Open Wizard so that now if there is > not an active project you can either select to create a new one or > select a project from one of the iconized projects. Unfortunately, I still can't open a second file. It does not throw an excepti

Re: [JPP-Devel] WMS changes

2007-10-19 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I saw you just made a change to the WMS plug-in, I created a copy of > this plugin as a Wizard to fit in with my new open wizard. So I'll need > to make the change there too. > > One thing I can do is to change the actual plug-in itself to use the WMS > wizard instead of

Re: [JPP-Devel] Styles

2007-10-19 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I've been thinking about the styling of layers again in OpenJUMP. The > mechanism we have now is very flexible and allows us to do some really > fancy styling fairly easy. > > The only problem I have with it is that if you want to support multiple > styles per layer aka c

Re: [JPP-Devel] Open Wizard

2007-10-19 Thread Andreas Schmitz
Paul Austin wrote: Hi, > Can you SVN up and try again. I had forgotten to reset the panels in the > wizard when creating the new state each time the dialog is opened now it works fine, thanks. I just have one suggestion: it would be nice to be able to use double clicks to select the data source

[JPP-Devel] Jar manifest file and classpath

2007-10-23 Thread Andreas Schmitz
Hi list, I've just managed to get issue http://sourceforge.net/tracker/index.php?func=detail&aid=1475028&group_id=118054&atid=679906 working. I've added a section to the jar task, and I'm using the task to set up the manifest Class-Path attribute. The only downside is that the manifestclasspath

Re: [JPP-Devel] Jar manifest file and classpath

2007-10-23 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I have added this to the maven build script that I created for OpenJUMP. > > The advantage with the maven one is it will automatically update it > based on the dependencies in the build script. thanks. That would be good enough for me ;-) Is that enough to close the iss

Re: [JPP-Devel] Jar manifest file and classpath

2007-10-24 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I have added this to the maven build script that I created for OpenJUMP. > > The advantage with the maven one is it will automatically update it > based on the dependencies in the build script. do I need something besides maven to get the maven script to work? A "mvn ins

Re: [JPP-Devel] Jar manifest file and classpath

2007-10-25 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I have modified the pom so that it now compiles, I made a change that I > thought was required for the classpath but that just meant it didn't > download any of the jars. very cool, thanks. I've added a main class manifest entry to the .jar, now you can use java -jar ope

Re: [JPP-Devel] Do we move to OpenJUMP 1.3 Beta on Sourceforge?

2007-10-25 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > On line documentation is becaming a little old > comparing the new functionalities and menus on OJ NB, > since it is based on OJ 1.2 D from sourceforge. > > I ask if we can consider to move from OJ 1.2 D to OJ > 1.3 Beta on the Sourceforge (using the latest OJ NB). > T

Re: [JPP-Devel] Maven Repository

2007-10-26 Thread Andreas Schmitz
Eric Lemesre wrote: Hi, > It is good idea to build a maven-repository but why put it into subversion? > Juste a web space with ftp acces in source forge is sufficient. No? > > And an other web space for site generated by maven. the advantage is that any developer can update the repository, not j

Re: [JPP-Devel] Jar manifest file and classpath

2007-10-28 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > does it makes sense to add your built script to repository but renaming > it to "built_ant17.xml"? > so that the old one is still there for a year or so? > Or we do it the other way around. But then i am not sure if the nightly > built still works. > We should make a

Re: [JPP-Devel] [Off-Topic: Java Programming] Design By Contract

2007-11-03 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Does anyone have experience with design-by-contract programming in > Java? It seems like most of the dbc frameworks I have looked at for > Java either use Javadoc comments or some type of preproccessor to > implement dbc programming. > > It seems like you could do

Re: [JPP-Devel] Question about persistent feature identification...

2007-11-16 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Andreas wrote: "But I cannot really see > the point in trying to find a common name for an ID field, as that usually > depends strongly on your use case" > > I didn't want a situation where a Feature Schema needs to have a > persistent ID attribute for my schema an

Re: [JPP-Devel] Question about persistent feature identification...

2007-11-16 Thread Andreas Schmitz
s during >the session, internal FIDs and the ones from WFS service. I do not know if >those WFS FIDs are kept if the features are copied to another layers. Perhaps >there is something in WFS-plugin that might help you to get further. I think >that Andreas Schmitz at lat/lon is now workin

Re: [JPP-Devel] WMS and Min/Max scale

2007-12-11 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > "Layers may include a element that suggests minimum and maximum > scales > for which it is appropriate to display this layer. Because WMS output is > destined for > output devices of arbitrary size and resolution, the usual definition of > scale as the ratio of > m

Re: [JPP-Devel] [Fwd: Re: OpenJUMP project - src - download failure since 3 weeks with svn]

2007-12-13 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > There is an error in the Subversion log at revision 732: > > $ svn log --verbose -r732:732 https://jump-pilot.svn.sourceforge.net/ > svnroot/jump-pilot > svn: REPORT request failed on '/svnroot/jump-pilot/!svn/bc/732' > svn: REPORT of '/svnroot/jump-pilot/!svn/bc/73

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-18 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I was thinking that we could clean up this code a little, at the moment > there is hard coded implementations for layers and WMS layers. We could > change this to use a factory approach by creating implementations for these. > > There are actually a whole bunch of places

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-19 Thread Andreas Schmitz
Paul Austin wrote: Hi, > Without a factory in the RendererManager class you have to have the > following. > > if (object instanceof Layer) { >return new LayerRenderer(...); > } else if (object instanceof WMSLayer) { > return new WMSLayerRenderer(); > } ah, I thought you were talking about

[JPP-Devel] Release status

2008-01-18 Thread Andreas Schmitz
Hi, I wanted to ask about the release status. Are we in a feature freeze? I'm asking because I'll probably be able to work on some new features (for example a limited SLD import) soon. If we're in a feature freeze, I'd vote for creating a branch that's frozen so I can work on the new features in t

Re: [JPP-Devel] Release status

2008-01-18 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > no feature freeze yet... > Since I want to add also some tools for before doing the next release > (Polygon Cut and Attribute Classification) > > As I am currently quite busy with preparing my move to Calgary, there > will probably no release in January (can't est

Re: [JPP-Devel] About OpenJUMP WMS GetMap onlineresource

2008-01-22 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > > One quick question: Does anybody know directly if OpenJUMP is parsing the WMS > GetCapabilities document and using the GetMap onlineresource that is > advertised there? > > I mean a situation where the server is first contacted in, let's say at > http://wms.server.

[JPP-Devel] Old unix startup scripts

2008-01-22 Thread Andreas Schmitz
Hi, anyone against me removing the old openjump-unix.sh and openjump-unix-2.sh scripts? Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49 +228 18496-11 fax ++49 +228 1849629 http://www.lat-lon.dehttp://www.deegree.org signatur

Re: [JPP-Devel] About OpenJUMP WMS GetMap onlineresource

2008-01-22 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > >> One quick question: Does anybody know directly if OpenJUMP is parsing the > >> WMS > >> GetCapabilities document and using the GetMap onlineresource that is > >> advertised there? > >> > >> I mean a situation where the server is first contacted in, let's say at >

Re: [JPP-Devel] About OpenJUMP WMS GetMap onlineresource

2008-01-22 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > The service provider is much bigger authority than I. They say this way gives > them a possibility to separate the requests on different servers for sharing > the load in the future. I don't believe really that sending GetCapabilities is > so extra heavy computitional

Re: [JPP-Devel] About OpenJUMP WMS GetMap onlineresource

2008-01-23 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > >> The service provider is much bigger authority than I. They say this way > >> gives > >> them a possibility to separate the requests on different servers for > >> sharing > >> the load in the future. I don't believe really that sending > >> GetCapabilities is > >>

Re: [JPP-Devel] About OpenJUMP WMS GetMap onlineresource

2008-01-23 Thread Andreas Schmitz
Andreas Schmitz wrote: Hi, > I just started to implement a variant of using the capabilities' URLs that > will > ask the user whether he wants to use the GetMap-URL in case its different of > the > base (Capabilities) URL only. If nobody has objections, I'll check it i

Re: [JPP-Devel] WMS changes

2008-01-25 Thread Andreas Schmitz
Paul Austin wrote: Hi, > I noticed that someone added some functionality to display a > confirmation dialog if the URL in the capabilities document is different > from the service request URL. I'm not sure if this is the best thing to Yes, that was me. Maybe you didn't read my email on the subje

Re: [JPP-Devel] Question about GML

2008-01-30 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > I believe I can be classified as a power user of number of commercial and open > source GIS software. Though I do not believe I can ever write a working input > or output template. I have tried with poor success. But perhaps it is > impossible to make it more user frie

Re: [JPP-Devel] Sunburned Surveyors OpenJUMP Release Task List

2008-01-30 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I have handpicked a set of items to complete for our next official > release of OpenJUMP. I will keep an updated list of these items on the > JPP wiki. When work is complete I will update the list on the OpenJUMP > wiki. I already fixed the translation issue of th

Re: [JPP-Devel] Theme colouring bug?

2008-01-30 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > Could somebody verify this: > - create a layer with a few lines > - create an attribute > - fill is some values for attribute > - adjust styles by increasing line width and using theme colouring by > the attribute value > > -> if theme colouring is selected line widt

Re: [JPP-Devel] Theme colouring bug?

2008-01-30 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > but one may question if it is a realy bug or just not realized in a way > that both styles work together. So adding would be a new feature. that's a good question. I can see arguments for both sides. So an early release would suggest it's a feature, a late release

Re: [JPP-Devel] Sunburned Surveyors OpenJUMP Release Task List - Imagery Framework

2008-01-30 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > Sorry I forgot on responding to that. My opinion: > . leave for now as it is (this release) > . see how OrbisGIS moves on with thier library and think about > integrating this one > > any further comments? Michael, Andreas, Larry, Paul? ok for me. Best regards, A

Re: [JPP-Devel] Question on Syle setup for developers

2008-02-04 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > > Vertex Styles > > = > > To add a set of optional vertex styles into the > > Change Styles dialog > > would require a change to the OJ core. > > I think Andreas Schmitz added to OJ some deeJump > features in change

Re: [JPP-Devel] [OFF TOPIC] Proper Place To Validate Method Arguments In Library Code

2008-02-05 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I have another short "Java Programming In General" question. (All of > these questions are related to my work on the JTSWarped Library, so I > hope it will be useful to OpenJUMP developers at some point in the > future.) > > When is it appropriate to validate math

Re: [JPP-Devel] OpenJUMP Build Error: org.math.array

2008-02-07 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I found the JAR I was missing with a search for the org.math.array > package on Koders. The package is from JMathTools. I downloaded the > JMathTools Array JAR from the SVN and will attempt the build again > with that library. > > I put up a list of OpenJUMP Depen

Re: [JPP-Devel] Selecting WMS image format

2008-02-12 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > Is it possible somehow to select the image format OpenJUMP is requesting > from the WMS server if that supports several formats? I don't think so. It is a often requested feature, though, so adding it (for example) below the SRS drop down box would be the way to go.

Re: [JPP-Devel] Question about the proper use of the I18N class...

2008-02-12 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Step #4 of the wiki instructions on using the I18N class states that > "Make sure when you build your jar file the whole directory tree under > src/main/resources is copied to the jar file." > > Is this absolutely required? I've got a JAR file with the following >

Re: [JPP-Devel] when next realize of OpenJUMP (or nightly snapshot reactivation)?

2008-02-27 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > I saw on "list of changes" that Andreas is builting > new interesting tools on OJ nightly build. > So when do we start for the new realize of OpenJUMP > (or reactivate the nigtly snapshot). Does SS's weekly > builds has this new tools? it should have them, since I in

Re: [JPP-Devel] WMS image format selection

2008-02-27 Thread Andreas Schmitz
Larry Becker wrote: Hi, > I didn't receive the message you posted to the jump-user list. Apparently > something is wrong with it. I DID recieve Jukka's message, and responded to it, but did not recieve my own response (and I suppose nobody else did?). Maybe we should quit using that list ;-)

[JPP-Devel] SourceForge svn problems

2008-03-07 Thread Andreas Schmitz
Hi, I seem to have problem committing to the SourceForge svn (I get a authorization failed error). Does someone else (maybe even in a different project) have similar problems? Or did they change policy or something without me noticing? Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse

Re: [JPP-Devel] SourceForge svn problems

2008-03-08 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I can confirm this. I had trouble making a commit to my SurveyOS SVN > repository on SourceForge last night. > > I think everyone will need to update their passwords to get SVN access > to work again. I see. Thanks for figuring that out! I'll try it on Monday. B

Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > I have been wondering why I receive an error message about non-existing > log4j.xml file every time I start OpenJUMP. It seems to be because in the > openjump.bat file there is this part: > Dlog4j.configuration=file:conf\log4j.xml > > It does not suit with the inst

Re: [JPP-Devel] Postgresql driver version

2008-03-10 Thread Andreas Schmitz
Malte Weller wrote: Hi, > can we change the postgresql driver from JDBC2 to JDBC3 ? > JDBC2 is only needed for JVM > older than 1.4 and has no support for SSL (But that's what I need :'( ). sure, no objections from Bonn... Best regards, Andreas --

Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > > yes, I've also noticed that. I think that the reference does not actually > > need > > to be specified at all, since I've recently added the bin directory to the > > classpath. I usually use the simpler log4j.properties, which I don't need to > > specify on the co

Re: [JPP-Devel] Feature Info Button in View / Edit Attributes is gray

2008-03-14 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Can we replace the EnableCheckFactory with the older class for the > time being? Did we ever hear from Andreas? if you but ask, you can hear from me ;-) > On Tue, Mar 11, 2008 at 12:00 PM, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > > more info.. > > ok.. seems

Re: [JPP-Devel] Kosmo and OpenJUMP common area of interests

2008-03-20 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > I saw on "List of changes" that Andreas is working a > lot on SLD import/export plugin (I image ter related > plugin (ImportSLDPlugIn.java and SLDImporter.java) are > for import/export SLD). yes, the SLD import/export is more or less finished. Unfortunately, I'll be

Re: [JPP-Devel] Weekly build does not start

2008-03-20 Thread Andreas Schmitz
Jukka Rahkonen wrote: Hi, > > Try the new weekly build and let me know if you have problems. > > > > Sorry. Window named as Java virtual machine launcher says: > "Could not find the main class. Program will exit!" try changing the following line: set JAVA_OPTS=-Xms256M -Xmx256M "-Djump.home=%

Re: [JPP-Devel] Weekly Build Disconintued

2008-03-25 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > > 4) Andrea worked on 2 interesting tools: "Importing SLD" on File menu and > "Transform Layer Style into SLD". I think if this could be a good > opportunity to work around on a import/export style file between different > layers in OJ. Anyhow the 2 SLD menu c

Re: [JPP-Devel] "Copy bounding box " missing from weekly build

2008-03-25 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > the function has been moved by Andreas to the Edit menu. > I am not sure what Andreas intends to do... It was a feature that was requested by one of our users. I did not move it, but add it (since it did not exist previously). > However, I have done the changes you

Re: [JPP-Devel] @Andreas Schmitz, about SLD import

2008-04-28 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > Hi Andreas, > With Kosmo Saig Team Sunburned Survaror and I are discussing about > possible common areas of development between OpenJUMP and Kosmo SAIG > software. > The idea is that users can use both software for their project. One of the > most easy way to

Re: [JPP-Devel] Language files

2008-04-28 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > I am working around the Italian Language file to fix the latest modification. > I am also giving a review to the main (English) Jump.properties files. > > 1) There are some items which lack of interntionalization (?): > "ZoomRealtime" and "Paste items to point

Re: [JPP-Devel] Project does not work

2008-04-28 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Was the project file saved with an older version of OpenJUMP, or with > the same nightly build. (I noticed that I had problems opening a > project file from saved with the same nightly build the other day.) > > This seems like a pretty critical bug. > > It looks

Re: [JPP-Devel] Deegree Configuration Tool

2008-04-28 Thread Andreas Schmitz
Malte Weller wrote: Hi, > @Andreas > > Hi Andreas, > > I've downloaded the libraries from the deegree wiki > (https://wiki.deegree.org/deegreeWiki/ConfigTool?highlight=%28CategoryDeegree2%29). > Instead of using the package from your homepage I tested the config tool > with the official final

Re: [JPP-Devel] WMS connection fails with nightly build

2008-04-28 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > > 20080108-0022 works for sure. I made some further trials and noticed that all > versions can make connection to http://demo.deegree.org/deegree-wms/services. > However it fails with our service providers service. Perhaps some kind of > parsing problem. I can send

Re: [JPP-Devel] WMS connection fails with nightly build

2008-04-28 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > > > 20080108-0022 works for sure. I made some further trials > > and noticed > > > that all versions can make connection to > > http://demo.deegree.org/deegree-wms/services. > > > However it fails with our service providers service. Perhaps some > > > kind of par

Re: [JPP-Devel] @Andreas Schmitz, about SLD import

2008-04-28 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > With Kosmo Saig Team Sunburned Survaror and I are discussing about > possible common areas of development between OpenJUMP and Kosmo SAIG > software. > The idea is that users can use both software for their project. One of the > most easy way to share files o

Re: [JPP-Devel] Project does not work

2008-04-29 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > I did a workaround. not every elegant, but it works. I added a check of > what type the missing element is. So if it is of type "style" I eat the > exception and it continues (fortunately). > > good that you are back (especially for the WMS problem :) I was going

  1   2   3   >