Re: [JPP-Devel] Help To Accessing/Editing Attribute Tables

2010-05-25 Thread Stefan Steiniger
Hei Dan, you will need to work with FeatureCollections. To extend a layer (i.e. a FeatureCollection) by an attribute requires to create a new FeatureCollection/FeatureDataset with a different/extended FeatureSchema. Then all features need to be copied towards the new schema and the values set.

Re: [JPP-Devel] Thinking about a release at the end of July.

2010-05-25 Thread Stefan Steiniger
not sure. I can't make promises currently. I was planning to do a bit of OJ stuff in June and I would like to see i) Michaels CSV/txt plugin, some ii) Pirol grid creation tools, and iii) my recent raster-based developments included - i.e. stuff that I did based on the Sextante API (in

Re: [JPP-Devel] Running OpenJUMP in Eclipse

2010-05-24 Thread Stefan Steiniger
Hei, I tested exactly the line you gave: https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk and it works for me. Maybe a temporary downtime or some access problems on your side stefan Larry Becker schrieb: Siddharth, Have you tested the link

Re: [JPP-Devel] Creating new plugin projects with svn

2010-05-24 Thread Stefan Steiniger
Well... I just copied what the Lat/Long guys did. i.e. the usual svn main folder structure of tags / branches / trunk and in trunk you put all your source code under /src/ I maybe would add then a /lib/ and a /doc/ folder (for the JgraphT and any documentation - there is a plugin doc template to

Re: [JPP-Devel] Problem in making my own OpenJUMP built

2010-05-23 Thread Stefan Steiniger
Hei, i) the info.txt file is not really needed. But I attach the file I use. Another way would be to comment the section in the build.xml file that address copying of the info.txt i.e. the lines: !-- [sstein] eliminate absolute paths from manifest file -- replaceregexp

Re: [JPP-Devel] Running OpenJUMP in Eclipse

2010-05-23 Thread Stefan Steiniger
You install subclipse in Eclipse and the checkout the svn folder /core/trunk/ as a JAVA project in Eclipse. The full path is actually: https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk If you don't know what I am talking about then you would need to read a documentation on

Re: [JPP-Devel] Shapefile field length

2010-05-21 Thread Stefan Steiniger
I am not an expert - but if just one other person agrees (Michael?) then sure... Larry Becker wrote: If there is no further discussion, shall I go ahead and change DBF integers from 16 to 11 bytes? Larry On Wed, May 19, 2010 at 4:26 PM, Larry Becker becker.la...@gmail.com

Re: [JPP-Devel] Shapefile field length

2010-05-17 Thread Stefan Steiniger
Hei, I would say no - but I am also not sure if I understand correctly what you mean by length of a integer field. stefan Totenfeier wrote: Hi all! i'm a fellow worker of Politecnico di Milano and i'm working on a project that need to manage field length of a shapefile. Notably i have to

Re: [JPP-Devel] strange problem developing a plugin

2010-05-15 Thread Stefan Steiniger
could it be that you are trying to access the method from outside because it is a private method? Michaël Michaud schrieb: Hi, This one is very strange. Line 115 seems OK to me. And constructor LinearComponentExtracter(Collection list) does exist in JTS 1.11 About

Re: [JPP-Devel] join openjump

2010-05-15 Thread Stefan Steiniger
Hei Mohammed, usually people don't join the project right away - in terms of receiving write access to the svn or other types of logins/rights on sourceforge. However, new folks is always welcome! It depends also a bit on what type of contribution do you think of, e.g. if you want to develop

Re: [JPP-Devel] Openjump 1.31 not displaying ecw

2010-05-15 Thread Stefan Steiniger
, Stefan Steiniger sst...@geo.uzh.ch wrote: do you have the option to load ecw displayed? If yes - it must be a issue with the dll files? if the option to load ecw is not displayed, then it may be that the dll files are in the wrong location (there must be 3 files: NCScnet.dll, NCSEcw.dll

[JPP-Devel] [Fwd: [jump-pilot - Problems with PlugIns] WFS plugin]

2010-05-03 Thread Stefan Steiniger
Anyone knows an answer? stefan Original Message Subject:[jump-pilot - Problems with PlugIns] WFS plugin Date: Mon, 03 May 2010 09:11:09 + From: SourceForge.net nore...@sourceforge.net To: nore...@sourceforge.net Read and respond to this message at:

Re: [JPP-Devel] Branch in SVN for Sunburned Surveyor's patches : UnionByAttribute

2010-04-10 Thread Stefan Steiniger
Hei Michael, I have seen your commit. That should be fine - even visually it should be visible then. cheers, stefan Michaël Michaud schrieb: Hi, Thanks for offering to help with Nacho's bug. I think the first step would be modifying the code to report the FID of the problem feature in the

Re: [JPP-Devel] Branch in SVN for Sunburned Surveyor's patches and unit tests.

2010-04-08 Thread Stefan Steiniger
Hei Landon, Yep - no problem to create a new branch. You should be able to do that. However, I tried branching once lately, and messed-up my local system, i.e. I wasn't able to re-integrate (merge) my changes to the branch back without copy pasting to another folder and then do a complete new

Re: [JPP-Devel] Branch in SVN for Sunburned Surveyor's patches and unit tests.

2010-04-08 Thread Stefan Steiniger
wrote: Thanks for your permission Stefan. I'll wait for Larry to respond. If he gives me the OK after reading my response to his questions I will create the branch. The Sunburned Surveyor On Thu, Apr 8, 2010 at 2:38 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: Hei Landon, Yep

Re: [JPP-Devel] InvertSelection

2010-04-03 Thread Stefan Steiniger
Hei Michael, thanks. The issue of the invert selection, if I remember correctly, was if such function should be restricted to the layer, only to editable layers or should include all layers. However, at that time we didn't had the layer selectable property. Maybe this needs to be accounted for

Re: [JPP-Devel] Anyone interested in serving as a Google Summer of Code Mentor

2010-03-29 Thread Stefan Steiniger
yes - Michael is in the loop too stefan Sunburned Surveyor wrote: Cool! Have you talked to Janit about his route-finding project idea? The Sunburned Surveyor On Mon, Mar 29, 2010 at 10:51 AM, Stefan Steiniger sst...@geo.uzh.ch wrote: I signed up already Sunburned Surveyor wrote

Re: [JPP-Devel] LayerManager and org.openjump.core.ccordsys.srid.SRIDStyle

2010-03-26 Thread Stefan Steiniger
Hei You could be right, i.e. I have never looked at the code, just ported it from the PostGIS plugin. The SRID code was also a later add-on, not part of the original design, and is in particular needed for databases. However, I am not sure if the SRID is a feature property. Usually the SRID

Re: [JPP-Devel] another jts 1.11 related bug?

2010-03-23 Thread Stefan Steiniger
EMPTY should be considered as a valid Geometry ? Michaël Stefan Steiniger a écrit : Hei, so by looking on the JUMP code, deleting always creates a null geometry: com.vividsolutions.jump.workbench.ui.GeometryEditor.remove(Geometry g, Geometry itemToRemove) calls

Re: [JPP-Devel] another jts 1.11 related bug?

2010-03-23 Thread Stefan Steiniger
. Stefan Steiniger wrote: thanks for fixing and discussing, now, I would prefer to leave the OJ code as is, and wait for JTS NB (or something alike). Because I don't see an elegant way to avoid isValid checks for EditTransactions.commit(), without telling what type of transaction

Re: [JPP-Devel] Translation to Czech

2010-03-22 Thread Stefan Steiniger
Hei Jan, you would - rename the workbench jar file to *zip - unzip the workbench jar/zip file, - add your file to the language folder. - then re-zip it and rename it to jar. that should be all. need to check if we have that info on the wiki. (a bit more complicated but here it seems to be:

[JPP-Devel] another jts 1.11 related bug?

2010-03-22 Thread Stefan Steiniger
Hei, I haven't found the time to look into it, but I got this error report from Bernd: the issue is that he can not delete point features in existing projects or even just created tets layers. (must have been introduced to the NB after Feb 24th) ava.lang.NullPointerException at

Re: [JPP-Devel] another jts 1.11 related bug?

2010-03-22 Thread Stefan Steiniger
into the execution and figure out what exact geometry is causing this problem. Stefan Steiniger wrote: Hei, I haven't found the time to look into it, but I got this error report from Bernd: the issue is that he can not delete

Re: [JPP-Devel] another jts 1.11 related bug?

2010-03-22 Thread Stefan Steiniger
Hei, so by looking on the JUMP code, deleting always creates a null geometry: com.vividsolutions.jump.workbench.ui.GeometryEditor.remove(Geometry g, Geometry itemToRemove) calls com.vividsolutions.jump.workbench.ui.GeometryEditor.createNullGeometry(Class geometryClass) so, we could do the

Re: [JPP-Devel] Project open listener

2010-03-14 Thread Stefan Steiniger
Hei Matthias, neither do I - so if you use Eclipse you could create a patch (in the team menu). Or you send the class. Then one or two other people would check if it looks good - and thats also what we have a nightly built for (for testing). stefan Matthias Scholz schrieb: Hello Stefan! we

Re: [JPP-Devel] Project open listener

2010-03-13 Thread Stefan Steiniger
we could do that if you provide a patch? stefan Matthias Scholz wrote: Hello, are there any possibility for a listener that will be fired if a project was opened? Matthias -- Download Intel#174; Parallel

Re: [JPP-Devel] [SoC] Re: Request for views on the proposal on pgRouting project.

2010-03-11 Thread Stefan Steiniger
Hei Jatin, I got your separate email - though I haven't had the time to read it fully yet. But I thought I reply immediately, seeing that this project may be of larger interest for the Java tribe. However, if you plan to use JTS (and OpenJUMP) you can get support from myself and our small

Re: [JPP-Devel] packaging OpenJump

2010-03-09 Thread Stefan Steiniger
Hei Fabrizio, thats good to hear. Thanks! Of course we can collaborate. However, OpenJUMP 1.3 has some new dependencies since 1.2 (for the raster image stuff) - and the Debian GIS people had some problems. In particular Debian has not the JAI libraries included. So we are in the Debian

[JPP-Devel] applications for Google Summer of Code starting

2010-03-08 Thread Stefan Steiniger
Hei all, we from OpenJUMP hope to participate this year again in the Google Summer of Code under the OSGeo umbrella. If someone is interested, below is a list of ideas on what could be worked. I send this to the JTS list too, as improvements for JTS will be always beneficial for OpenJUMP.

[JPP-Devel] volkers patch

2010-03-04 Thread Stefan Steiniger
Hei, just to let you know - I plan on committing Volkers patch. However, I can't do this from my work computer as I messed up the branching when I committed the sextante interface classes for testing (will do that soon again, but straight - without branching). So I need to add the patch from

Re: [JPP-Devel] reportNothingToUndoYet for some classes

2010-03-04 Thread Stefan Steiniger
Hei, finally I committed the patch. Was easy to do. I excluded the the change for the LayerPropertiesPlugIn, and did what Volker suggested (can somebody check this? - is the separate commit no. 1885). If you have more changes let us know. And I think, as you seem to be pretty proficient,

Re: [JPP-Devel] delay on rendering

2010-02-25 Thread Stefan Steiniger
yep :) Larry, if we would have a trophy for the programmer of the season, you would clearly qualify... Martin Davis wrote: You'd make a good grizzly bear, Larry 8^) Larry Becker wrote: I manufactured a dataset from scratch to try out the problem. Larry On Wed, Feb 24, 2010 at 5:01

Re: [JPP-Devel] delay on rendering

2010-02-24 Thread Stefan Steiniger
which causes the problem? Stefan Steiniger wrote: mhm.. ok, so I would guess the problem is related to the size of the geometries and its drawing? I recently had a problem - drawing a linestring that consisted of more than 1000 points. I

Re: [JPP-Devel] SplitLineStringsOp

2010-02-24 Thread Stefan Steiniger
Hei Volker, as long as backward compatibility is retained we are always open for suggestions - and in particular if the code improvement is delivered too (e.g. in form of a (eclipse)patch) ;) cheers, stefan vowah...@aol.com schrieb: Hi *, first of all thanks to Larry for correcting and

Re: [JPP-Devel] delay on rendering

2010-02-24 Thread Stefan Steiniger
sure Martin Davis schrieb: Stefan, I'm curious - can you send them to me too? Stefan Steiniger wrote: Hei Larry, I will send them offline. stefan Larry Becker schrieb: I'm waiting on Stefan's magic 1000 point polygon. Mine draws too quickly to benchmark. On Tue, Feb 23

Re: [JPP-Devel] ESC for ConstrainedMultiClickTool

2010-02-22 Thread Stefan Steiniger
thanks Volker.. we should commit that ;) tmrw. Larry Becker schrieb: Unlike MultiClickTool, ConstrainedMultiClickTool ends with both double-click and right-click. Adding Escape sounds like a valid enhancement to me. regards, Larry On Mon, Feb 22, 2010 at 9:20 AM, vowah...@aol.com

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Stefan Steiniger
mhm.. ok, so I would guess the problem is related to the size of the geometries and its drawing? I recently had a problem - drawing a linestring that consisted of more than 1000 points. I couldn't do anything for 20-30 seconds on MS Vista, my XP was a bit faster. However, the problem solved

Re: [JPP-Devel] 2 general questions

2010-02-18 Thread Stefan Steiniger
Hei Luca, I can only comment on 1: yes the nightly build has some improvements here: it first enlarges an image and then does a re-rendering if the mouse wheel is used and released. That is, not every click one turns the mouse wheel the screen is updated immediately, but after a short while

Re: [JPP-Devel] AdB-ToolBox: a word about future developments

2010-02-14 Thread Stefan Steiniger
, stefan [1] http://geosysin.iict.ch/irstv-trac/browser/openjump/plugin/gridCoverage/org/reso/openJump/raster?rev=96 Cheers Alberto On 08/02/2010 23:51, Stefan Steiniger wrote: Hei Michael, Alberto and Larry, yep. What I was suggesting is to use IRasterLayer and the related generic

Re: [JPP-Devel] Open project optimization

2010-02-12 Thread Stefan Steiniger
I am fine with it (though never had a 100 files project ;) Larry Becker wrote: While I was modifying the OpenProjectWizard to support remembering the window data, I noticed that OJ didn't have a SkyJUMP optimization for speeding up project loading. I turned off background drawing of new

Re: [JPP-Devel] AdB-ToolBox: a word about future developments

2010-02-08 Thread Stefan Steiniger
* * This class implements extensions to JUMP and is * Copyright (C) Stefan Steiniger. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2

Re: [JPP-Devel] SpatialLite reader plugin

2010-02-07 Thread Stefan Steiniger
#Configuring_DB_Query_Plugin_for_Spatialite_databases stefan Stefan Steiniger schrieb: Hei all, Jorge has sent me a Spatial Lite plugin. I have put it up on our SourceForge download section. you can download the file directly here: http://sourceforge.net/projects/jump-pilot/files/p_database_plugins/p_SpatialLite_reader_plugin

Re: [JPP-Devel] Find/Substitute attribute

2010-02-05 Thread Stefan Steiniger
Hei, I am also not sure if we should have a replace tool with respect to editing switched on/off - because there is the tendency to use replaca all. Although ArcGIS has replace too, but it also won't work if the layer is in editing mode. I myself use always select and then auto assign

Re: [JPP-Devel] Mouse wheel zoom and WMS

2010-02-04 Thread Stefan Steiniger
mhm... my plan was working on a release towards April. Need to think about it ;) the EZ buttons are now added as default (but even hardcoded in OpenJUMPConfiguration and not the xml file). Rahkonen Jukka wrote: Hi, Excellent job. Mouse wheel zooming gives a good feeling because screen

Re: [JPP-Devel] Proj4j - Martin steps ahead

2010-02-03 Thread Stefan Steiniger
. Spatialite databases which have been created with Spatialite-GUI contains support for more than 3000 projections by default. -Jukka- Stefan Steiniger wrote: So Guys - guess what: Martin revived Proj4j, i.e. Proj4 for Java http://lin-ear-th-inking.blogspot.com/2010/01/announcing

Re: [JPP-Devel] [openjump-users] cancel CursorTool-Command

2010-02-02 Thread Stefan Steiniger
Hei Volker, you may have a look at exiting editing tools? e.g. check the tools in org.openjump.core.ui.plugin.edittoolbox.* in curosortools you could look at AutoCompletePolygon or ConstrainedWhateverTool but I wonder why you would need to bound this to a layer and not just as general action

Re: [JPP-Devel] Survey tool

2010-02-01 Thread Stefan Steiniger
what do you mean by survey measurements? angle and distance? or just point coordinate lists? For the latter, to create single points, I would use the Pirol CSV plugin. (needs some specific formatting, but... - Maybe Michaels recent text/SCV plugin can that too?) stefan Larry Becker wrote: I

Re: [JPP-Devel] Fw: [Gvsig_english] how to move a polygon vertex to assigned coordinates

2010-01-30 Thread Stefan Steiniger
i don't think so. If so I would also use the draw other vertices first and snap the existing ones to those approach Rahkonen Jukka schrieb: Hi, I noticed an interesting question on gvsig list. Can we do this with OpenJUMP? -Jukka Rahkonen- G. Allegri wrote: [Gvsig_english] how

Re: [JPP-Devel] problem with loading configuration with greek title in jumpprinter plugin

2010-01-29 Thread Stefan Steiniger
the list should know too Original Message Subject:Re: [JPP-Devel] problem with loading configuration with greek title in jumpprinter plugin Date: Fri, 29 Jan 2010 09:19:56 +0200 From: Nikos Tzelepis nikt...@survey.ntua.gr To: Stefan Steiniger sst...@geo.uzh.ch

Re: [JPP-Devel] problem with loading configuration with greek title in jumpprinter plugin

2010-01-28 Thread Stefan Steiniger
Hei Nikos, I have no idea if there is way to eliminate the problem (as both printer plugins are from external contributors), but thanks for telling us how to work around this issue. Is it actually the printer plugin from our sourceforge download site? Because there is a second print plugin

Re: [JPP-Devel] OpenJUMP and FOSS4G 2010

2010-01-28 Thread Stefan Steiniger
I don't think I can make it, as I plan to be at the same time at a field course. However, no real decision yet - but I assume that if I know, the deadline for workshops is gone. stefan Rahkonen Jukka wrote: Hi, Is anybody preparing workshop or tutorial about OpenJUMP for FOSS4G 2010?

[JPP-Devel] note on my availability

2010-01-24 Thread Stefan Steiniger
Dear users and developers, I have been and are quite busy with some university things lately. In consequence I sometimes miss and missed out a couple of list emails that I should have answered on. So, I would ask you to send me JPP management and development related issues/questions as

Re: [JPP-Devel] Osiibility to automate openJUMP

2010-01-18 Thread Stefan Steiniger
well.. if the implementation would be like an AJAX browser, it should work. The problem may be some basic classes that need to be run, like the whole workbench stuff, so dummy workbenchcontexts, taskmonitors, plugincontext may be written or so. But in general OpenJUMP has an API and every

Re: [JPP-Devel] Need Help for OpenJump

2010-01-18 Thread Stefan Steiniger
overshoots and undershoots can be detected with the planar map / topology function. Michaël Michaud wrote: Hi, can you plz help me out in openjump.. i am new to openjump .. i got a project to customize it according to needs.. the needs are .. 1) they required a software which will

Re: [JPP-Devel] Need Help for OpenJump

2010-01-18 Thread Stefan Steiniger
ups. I meant ToolsEdit GeometryConvertPlanar Graph Stefan Steiniger wrote: overshoots and undershoots can be detected with the planar map / topology function. Michaël Michaud wrote: Hi, can you plz help me out in openjump.. i am new to openjump .. i got a project to customize

Re: [JPP-Devel] deleteVertices class

2010-01-05 Thread Stefan Steiniger
Hei Luca, I think you would need to use EditTransaction's if you operate on a layer directly and not create a new layer from the results. see for instance this class: org.openjump.core.ui.plugin.mousemenu.MoveAlongAnglePlugIn or this:

Re: [JPP-Devel] [openjump-users] Re: jump-project.org domain gone

2010-01-04 Thread Stefan Steiniger
and the Road Matcher. Landon On Sun, Dec 13, 2009 at 8:00 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: Hei Paul and Martin, I just discoverd that the Jump-Project domain is gone, i.e. now owned by a domain-seller. Is there another way of accessing the stuff (via an IP) - and is there a backup

Re: [JPP-Devel] no way to ignore features in a layer?

2009-12-23 Thread Stefan Steiniger
well.. if you would use colour theming then you can make features invisible. I am sure I did that stefan Larry Becker schrieb: I found this critique of FOSS GIS at: http://lordkingsquirrel.wordpress.com/2006/05/07/everyday-mapsdesktop-mapping-software-udig/ *Change Symbology* Here

Re: [JPP-Devel] selected features only

2009-12-20 Thread Stefan Steiniger
there is also a method: getFeaturesWithSelectedItems() does this help? and you may look for instance what the bufferplugin or the union plugin do. Because they present two different dialogs if features are selected. Geometry Functions has a checkbox for selected features. stefan luca marletta

Re: [JPP-Devel] JTS mailing list - new location

2009-12-14 Thread Stefan Steiniger
Hei Martin, thanks for the update. I just recognized that I got my last jts email (digest mode) on November 6th... so there was no general email going out to list members? In case that is true, can you send a message to all old members? stefan Martin Davis wrote: For anyone interested, the

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Stefan Steiniger
mhm.. well in theory ot should be easy to make such a script. But the level is in the detail: if you have two polygons, what distance do you return? the shortest, i.e. boundary to boundary?, or the centroids? an additional (button) function could indeed work stefan Rahkonen Jukka schrieb: Hi,

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Stefan Steiniger
Oh.. forgot this one: What I am missing most in OpenJump is the ability to write edited data back to the database. I guess this is a case for sponsored development? Not sure who even would have the (PostGIS OJ) knowledge to do that and work on incremental write support. The only way I see

Re: [JPP-Devel] EZ Buttons

2009-12-13 Thread Stefan Steiniger
btw. the best way to not forget such things is to add them to the feature request list. http://sourceforge.net/tracker/?atid=679909group_id=118054func=browse stefan Rahkonen Jukka schrieb: Hi, I agree totally with Larry. OpenJump is already a very productive editing tool. Connecting

Re: [JPP-Devel] source of nightly builds?

2009-12-11 Thread Stefan Steiniger
Stefan Steiniger schrieb: it's here: http://jump-pilot.sourceforge.net/download/nightlybuild/ but I have posted the links on the wiki too. On the homepage it is also on the very left (though.. a bit small). stefan Nils Kuhn wrote: Hi all, the source of the nightly builds isn't

Re: [JPP-Devel] 3D develop in OJ

2009-12-11 Thread Stefan Steiniger
mhm.. an interest set of problems outlined by Michael. Which either requires a new options dialog for default settings or - what I think for now is - that we concentrate on manual editing and not on any processing of 3d stuff. In general I am fine with commits by (you) Larry - taking the

Re: [JPP-Devel] Question about TaskMonitorDialog, ThreadedPlugIn, and Threads in OpenJUMP

2009-12-10 Thread Stefan Steiniger
Hei Benjamin Gudehus wrote: Hi! PS: Who send the first message? I did not get it. I found the first message here: http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg06770.html aha.. thanks. I was traveling in August - that's why I did not know it. But its quite

Re: [JPP-Devel] source of nightly builds?

2009-12-10 Thread Stefan Steiniger
it's here: http://jump-pilot.sourceforge.net/download/nightlybuild/ but I have posted the links on the wiki too. On the homepage it is also on the very left (though.. a bit small). stefan Nils Kuhn wrote: Hi all, the source of the nightly builds isn't available from the homepage? Or am I

Re: [JPP-Devel] EZ Buttons

2009-12-10 Thread Stefan Steiniger
Hei Larry, Larry Becker wrote: Thanks for the feedback Michaël and Stefan. In case anyone out there is wondering what is the use of a toolbox that can only reuse existing menu features, it is all about optimizing work flow. Yep.. this was for instance a request by Bernd with respect to

Re: [JPP-Devel] contributing to openjumps development (formerly theaming feature)

2009-12-10 Thread Stefan Steiniger
Hei Luca, no, there are no formal assignments due to lack of programmers. However, one thing that comes out is, if somebody committed/contributed the function - the person usually maintains it as long as he/she is around. You can make whatever change you want, as we are an open source project.

Re: [JPP-Devel] theaming feature

2009-12-10 Thread Stefan Steiniger
thank you! Larry Becker wrote: Fixed the drop z bugs in the move , move along angle, and paste items at tools. Larry On Thu, Dec 10, 2009 at 2:28 PM, Larry Becker becker.la...@gmail.com mailto:becker.la...@gmail.com wrote: Some of the move tool's dropping Z problems are the

Re: [JPP-Devel] More code-examples?

2009-12-09 Thread Stefan Steiniger
Hei Nils, thanks for the feedback. If you wish you can also add those examples (i.e. your example) yourself to the wiki. Use therefore either the general user login (see start page infos) or create a new account - and I would give you write access. I actually understand your example on the

Re: [JPP-Devel] Question about TaskMonitorDialog, ThreadedPlugIn, and Threads in OpenJUMP

2009-12-09 Thread Stefan Steiniger
BTW: I'm currently trying to modify the TaskMonitorDialog to show a progressbar with addional information. you know that this is possible using * monitor.report(computing feature + count + of + numFeatures); I also use often the following option to send messages during processing

Re: [JPP-Devel] EZ Buttons

2009-12-09 Thread Stefan Steiniger
Larry, this is awesome! I was already wondering what happend with the idea of a second or dynamic toolbar, but this is great. And it is nice that the settings are stored when OpenJUMP is closed and started again too. a big thank You (and those that helped you)! This stuff would have gone way

[JPP-Devel] [Fwd: [jump-pilot - Problems with PlugIns] RE: Plugin for SDE 9.3 not working]

2009-12-07 Thread Stefan Steiniger
... follow up :) Original Message Subject:[jump-pilot - Problems with PlugIns] RE: Plugin for SDE 9.3 not working Date: Mon, 07 Dec 2009 11:58:04 + From: SourceForge.net nore...@sourceforge.net To: nore...@sourceforge.net Read and respond to this message

[JPP-Devel] OpenJUMP 1.3.1 maintenance release

2009-12-07 Thread Stefan Steiniger
Hei all, After performing now a few tests with ArcGIS Feature to Raster tool and the Sextante rasterization function I think the fix I did for the pixel North-West shift when writing TIFF raster images is working as it supposed to (using the pirol/sextante file image export). That is raster

Re: [JPP-Devel] Bug fixed for exporting (Sextante/Pirol)-Raster files in OpenJUMP

2009-12-07 Thread Stefan Steiniger
at 3:31 PM, Stefan Steiniger sst...@geo.uzh.ch mailto:sst...@geo.uzh.ch wrote: Hei Peppe, thanks for looking into it. so - it appears for JPG too? that means it is also a problem of the old framework? mhm.. I think I need to do an additional vector rasterization-overlay

Re: [JPP-Devel] Bug fixed for exporting (Sextante/Pirol)-Raster files in OpenJUMP

2009-12-06 Thread Stefan Steiniger
/12/09, Stefan Steiniger /sst...@geo.uzh.ch/* ha scritto: Da: Stefan Steiniger sst...@geo.uzh.ch Oggetto: Re: [JPP-Devel] [Sextante-users] Bug fixed for exporting (Sextante/Pirol)-Raster files in OpenJUMP A: Victor Olaya Ferrero vol...@unex.es Cc: List for discussion

Re: [JPP-Devel] [Sextante-users] Bug fixed for exporting (Sextante/Pirol)-Raster files in OpenJUMP

2009-12-04 Thread Stefan Steiniger
Hei Victor, no it's only on the OpenJUMP side. So, no problem for you. Images are correctly exported to OpenJUMP (at least it looks like, when I compare for instance points and the rasterized versions. But I haven't really checked that). stefan Victor Olaya Ferrero wrote: Stefan, Is that

Re: [JPP-Devel] SoftPedia certification

2009-12-03 Thread Stefan Steiniger
Hei Larry, thanks for the hint. I just got their email today too. stefan Larry Becker wrote: See how I displayed the Softpedia award at the SkyJUMP web site: http://skyjumpgis.org On Thu, Dec 3, 2009 at 10:36 AM, Larry Becker becker.la...@gmail.com mailto:becker.la...@gmail.com wrote:

[JPP-Devel] Bug fixed for exporting (Sextante/Pirol)-Raster files in OpenJUMP

2009-12-03 Thread Stefan Steiniger
Hei all, today I discovered a problem with the tif image export for raster files if for instance Sextante raster processing results should be exported. Unfortunately the export function shifted the images by 0.5 pixels towards NW (since the current implementation did not respect that the

[JPP-Devel] [Fwd: Virus in OpenJUMP 1.3] - again

2009-12-01 Thread Stefan Steiniger
Hei all, while I was answering on the email below (I know we had already a long thread on it and it seems like some day I need to copy Larrys SkyJUMP stuff) i found this interesting forum Entry on *Artemis*: http://forum.torrentprivacy.com/showthread.php?p=2931 and just for completeness the

Re: [JPP-Devel] Plugin for SDE 9.3 not working

2009-11-30 Thread Stefan Steiniger
. On Thu, Nov 26, 2009 at 12:54 PM, Stefan Steiniger sst...@geo.uzh.ch mailto:sst...@geo.uzh.ch wrote: I guess Larry may know? stefan Original Message Subject:[jump-pilot - Problems with PlugIns] Plugin for SDE 9.3 not working Date

[JPP-Devel] Plugin for SDE 9.3 not working

2009-11-26 Thread Stefan Steiniger
I guess Larry may know? stefan Original Message Subject:[jump-pilot - Problems with PlugIns] Plugin for SDE 9.3 not working Date: Thu, 26 Nov 2009 10:24:36 + From: SourceForge.net nore...@sourceforge.net To: nore...@sourceforge.net Read and respond to

Re: [JPP-Devel] R: OJ built-in help

2009-11-25 Thread Stefan Steiniger
/09, Stefan Steiniger sst...@geo.uzh.ch mailto:sst...@geo.uzh.ch ha scritto: Da: Stefan Steiniger sst...@geo.uzh.ch mailto:sst...@geo.uzh.ch Oggetto: [JPP-Devel] OJ built-in help A: List for discussion of JPP development and use. jump-pilot-devel

[JPP-Devel] OJ built-in help

2009-11-24 Thread Stefan Steiniger
Hei all, I am working now for a couple of weeks with Sextante, doing some developments for my research. I have used the Sextante built-in help and thought it may be a good candidate to use in OJ. I haven't checked in detail how it works (it's html based) yet, but has anybody an oppinion on

Re: [JPP-Devel] Enhancement to Run datatore query

2009-11-22 Thread Stefan Steiniger
nice! thanks for putting in the effort cheers from C stefan Michaël Michaud schrieb: Hi, Finally, I followed Paolo's advice and added two parameters ala ant Those two parameters are ${view} ${fence} Instead of writing them, one can use a button I added on the right of the panel (a

Re: [JPP-Devel] R: OJ webpage wiki up and running with openjump.org domain - thanks to all

2009-11-18 Thread Stefan Steiniger
be redirect from page 1 to page 2 (jump pilot one - the real page) which is a nice introduction to OJ project, with more sreenshots of OJ. Peppe Thanks very much to you, Jon and Ede for your work!!! --- Mer 18/11/09, Stefan Steiniger sst...@geo.uzh.ch

Re: [JPP-Devel] openjump wiki - redirect of domain

2009-11-17 Thread Stefan Steiniger
two things are needed: 1. I need you to find out the name of the sourceforge nameservers (see screenshot below) 2. You need to configure the sourceforge wiki to set its domain name (openjump.org) Jon -Original Message- From: Stefan

Re: [JPP-Devel] openjump wiki - redirect of domain

2009-11-17 Thread Stefan Steiniger
: Stefan Steiniger [mailto:sst...@geo.uzh.ch] Sent: Monday, November 16, 2009 12:05 AM To: List for discussion of JPP development and use.; Jonathan Aquino Subject: openjump wiki - redirect of domain Hei Jon, the wiki content has now been transfered (hopefully

[JPP-Devel] OJ webpage wiki up and running with openjump.org domain - thanks to all

2009-11-17 Thread Stefan Steiniger
Hei all, so we finally switched the domain www.openjump.org to the sourceforge servers. I thank Jon Aquino for doing this job and Ede Soldin for the tips tricks and links. Now it is the situation that www.openjump.org links to the webpage I created a while ago (in 2008). I update the links

[JPP-Devel] openjump wiki - redirect of domain

2009-11-16 Thread Stefan Steiniger
Hei Jon, the wiki content has now been transfered (hopefully completely). Can you set now the domain openjump.org to the following address: http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Main_Page Thank you for the hosting over the past years!!! What would we have been

Re: [JPP-Devel] openjump wiki - redirect of domain

2009-11-16 Thread Stefan Steiniger
name (openjump.org) Jon -Original Message- From: Stefan Steiniger [mailto:sst...@geo.uzh.ch] Sent: Monday, November 16, 2009 12:05 AM To: List for discussion of JPP development and use.; Jonathan Aquino Subject: openjump wiki - redirect of domain Hei Jon

Re: [JPP-Devel] Enhancement to Run datatore query

2009-11-10 Thread Stefan Steiniger
Hei Jukka, what would that checkbox exacty do? stefan Rahkonen Jukka schrieb: Hi, While playing with SkyJUMP and pdf printing which does not work with Add datastore layer I soon realised that I would like to see a Use view extents as BBOX filter check box in the Run datastore query

Re: [JPP-Devel] SkyJUMP generating PDF directly with layers

2009-11-09 Thread Stefan Steiniger
I assume it is related to the caching? stefan Rahkonen Jukka wrote: Hi, I tried now - no effect at all. With PostGIS layers open in the task window, only the fence shows in the pdf file. -Jukka- Larry Becker wrote: Hmm. Perhaps PostGIS doesn't descend from Layer. There is no

Re: [JPP-Devel] OpenJump 1.3 on Debian

2009-11-03 Thread Stefan Steiniger
Hei Barry, I think it should be able to build without those. We shipped those file reader plugins only with the OJ 1.3 release for windows and not with the nightly build (NB) that is here: http://jump-pilot.sourceforge.net/download/nightlybuild/ There was also added a patch to the SVN to

Re: [JPP-Devel] OpenJump 1.3 on Debian

2009-11-03 Thread Stefan Steiniger
schrieb: Stefan Steiniger wrote: Hei Barry, I think it should be able to build without those. We shipped those file reader plugins only with the OJ 1.3 release for windows and not with the nightly build (NB) that is here: http://jump-pilot.sourceforge.net/download/nightlybuild

Re: [JPP-Devel] OpenJump 1.3 on Debian

2009-11-03 Thread Stefan Steiniger
Hei, mhm.. without JAI, that will be a problem. Of course we could remove the Tiff image support too, but this isn't very useful. Do you have a suggestion? i.e. are there the same classes in open libs? - e.g. we used already org.libtiff.jai.* earlier. I actually still build with Java 1.5.. but

Re: [JPP-Devel] OpenJump 1.3 on Debian

2009-11-03 Thread Stefan Steiniger
thanks Barry, and due to your log I could also resolve the character encoding problems - as I have a european setup, i.e. german - i don't noticed those. have good night (in case you have evening/night like me in Calgary) stefan I'm asking around. It seems like there should be but this

Re: [JPP-Devel] OpenJump 1.3 on Debian - compile errors

2009-11-03 Thread Stefan Steiniger
Hei all, on more question, in case you or anybody else on the devel list knows. What does this log entry mean: cannot find symbol which is generated when compiling GeoReferencedRaster, with the protected class RenderedOp (after the ermapper errors). Is that an issue due to have the class

[JPP-Devel] request for commit approval

2009-10-28 Thread Stefan Steiniger
Hei all, I have started working with Sextante, the raster processing library (within my university project). It is possible to use Sextante external from OJ (i.e. it comes with its own GUI) and Sextante utilizes the new/old Pirol RasterImageLayer class to transfer raster data. However, it can

<    4   5   6   7   8   9   10   11   12   13   >