Re: [JPP-Devel] OpenJUMP poster / flyer

2008-12-15 Thread Stefan Steiniger
ok.. found a mistake in "as it JAVA based" Stefan Steiniger schrieb: > Hei, > > thank you Edgar/Peppe/Sunburned for the comments! > > I tried to change it accordingly, however my notes: > > 1. the same orange for kangaroo and the bars does not work really (the

Re: [JPP-Devel] about some items on Layer list menu

2008-12-16 Thread Stefan Steiniger
it came with an update. I think Jon did the programming stefan Martin Davis wrote: > I don't think we built this at Vivid (although I could be wrong... ). > Was it added directly to OpenJUMP? > > Sunburned Surveyor wrote: >> I agree that the image layer manager should be removed if it isn't >

Re: [JPP-Devel] OpenJUMP poster / flyer

2008-12-16 Thread Stefan Steiniger
Hei Peppe, I have put the *.ai-file here: http://jump-pilot.sourceforge.net/download/ojlogo/ If you don't have illustrator I can export the flyer at home to svg. Stefan Giuseppe Aruta wrote: > Hi Stefan, > >> 1. the same orange for kangaroo and the bars does not work >> really (the >

Re: [JPP-Devel] R: R: IndexOutOfBoundsExceptions with Java 1.6.0_11

2008-12-17 Thread Stefan Steiniger
I think you need to give Jukka the code, not Paolo :) stefan Sunburned Surveyor wrote: > This is a good point Larry. > > What I could do is give Paolo a build to try out. Then at least we can > know if we've eliminated the problem for him. > > It is also possible that the existing code lacks so

Re: [JPP-Devel] SS Would Like To Request A Branch Of The SVN

2008-12-18 Thread Stefan Steiniger
sure... but I have no clue either if you can approach what you want by that. stefan Sunburned Surveyor wrote: > I'd like to try out my refactoring of the core in a more incremental > way. (See the latest post on http://openjump.blogspot.com/ for more > details.) I believe the easiest way to do t

Re: [JPP-Devel] What would be more useful: External Table Support Via CSV or MySQL

2008-12-24 Thread Stefan Steiniger
Hei, not sure.. it depends on what you need or want. However you may have a look on OrbisGIS that is using SQL stuff exentsively. Furthermore I would prefer to have a look on H2(Spatial) first than starting with MySQL (look on the OrbisGIS Trac for H2: http://geosysin.iict.ch/irstv-trac/). Becasu

Re: [JPP-Devel] Adding an attribute with a duplicate name to a FeatureSchema object.

2008-12-26 Thread Stefan Steiniger
mhm.. I think you can add attributes with the same name - so no exception. So a check is worth to do, and I think some of the schema modifing plugins (i.e. transfer attributes?) do such a check. Because then one attribute name would receive a ending, saying that it is number 2 or so? However, I

Re: [JPP-Devel] Adding an attribute with a duplicate name to a FeatureSchema object.

2008-12-26 Thread Stefan Steiniger
actually the easiest thing to check what happens is by modifying a schema with the schema editor.. but - to answer your question: there is a method: FeatureSchema.hasAttribute() .. so no need for a new method stefan -

Re: [JPP-Devel] Combine and Explode Layers

2008-12-26 Thread Stefan Steiniger
only in the nightly build stefan Nacho Uve schrieb: > Finally, "Explode by attribute plugin" has been included in openjump? > > Regards, > Nacho > > > > > > 2008/11/8 Stefan Steiniger mailto:sst...@geo.uzh.ch>> > > hei, > >

[JPP-Devel] two new tools - extract boundaries and polygon simplify

2008-12-27 Thread Stefan Steiniger
Hei, I added two new tools that should be available in tomorrows nightly build: I) A tool that extracts boundaries as linestrings from polygon tesselations and classifies the boundaries either as shared or non-shared => to find in /tools/edit geometry/convert II) Based on the previous tools and

Re: [JPP-Devel] Source code for OpenJump

2008-12-28 Thread Stefan Steiniger
Hei, . all source code can be either downloaded here (for the last release): http://sourceforge.net/project/showfiles.php?group_id=118054&package_id=175679 . the latest code is availble on our source code repository (we use Subversion, i.e. SVN): http://jump-pilot.svn.sourceforge.net/viewvc/jump

Re: [JPP-Devel] Search tool for Attributes

2008-12-29 Thread Stefan Steiniger
me too! sounds spectacular :) .. now we need to find a fancy name. stefan Sunburned Surveyor schrieb: > I think that would be handy. > > SS > > On Mon, Dec 29, 2008 at 12:12 PM, Larry Becker wrote: >> Question: >> >> You can use Simple Query to search Attribute fields for specific values, but

Re: [JPP-Devel] two new tools - extract boundaries and polygon simplify

2008-12-29 Thread Stefan Steiniger
the Cancel button for these cases. > > Extract Common Boundaries Between Polygons is a more subtle tool. I > guess this would be used if you wanted to do additional processing steps > or just have more control over the Polygonize process? > > thanks, > Larry >

Re: [JPP-Devel] Source code for OpenJump

2008-12-30 Thread Stefan Steiniger
> > > > On Sun, Dec 28, 2008 at 4:07 AM, Stefan Steiniger <mailto:sst...@geo.uzh.ch>> wrote: > > Hei, > > . all source code can be either downloaded here (for the last release): > > http://sourceforge.net/project/showfiles.php?group_id=11805

Re: [JPP-Devel] Nightly snapshot

2009-01-03 Thread Stefan Steiniger
all builds are back again Thanx Paul! stefan Larry Becker schrieb: > Oops, I meant 24-Dec-2008. > > On Fri, Jan 2, 2009 at 4:54 PM, Larry Becker > wrote: > > The last nightly snapshot of OpenJump seems to be "4-Dec-2008 11:14 > 11M". Perhaps we broke th

[JPP-Devel] Happy new year!

2009-01-03 Thread Stefan Steiniger
Dear OpenJUMP users and developers, it is already Janurary 3rd, nevertheless I wish all of you a good start into the new year 2009! I especially like to thank Larry and Michael for keep things going on the programming side of OJ, Peppe for his efforts on the documentation, the already mentione

Re: [JPP-Devel] Happy new year! - Addendum

2009-01-03 Thread Stefan Steiniger
at life brings. I'll keep you updated. cheers, stefan Stefan Steiniger schrieb: > Dear OpenJUMP users and developers, > > it is already Janurary 3rd, nevertheless I wish all of you a good start > into the new year 2009! > > I especially like to thank Larry and Michael for k

Re: [JPP-Devel] Search tool for Attributes

2009-01-03 Thread Stefan Steiniger
mhm.. what concerns me: I think it could be separated as it is now. Sometimes it makes sense to have a dedictated function separately in the menu although it could be intergrated - because it makes it easier accessible and memorizable. but these are just my 2 cents - any other thoughts? stefan

[JPP-Devel] new jts 1.10

2009-01-03 Thread Stefan Steiniger
seems like Martin wants to push the OJ 1.3 release - which would not be possible without a new JTS release (due to a bug in the planar graph) ;) http://lin-ear-th-inking.blogspot.com/2009/01/jts-version-110-released.html thank you Martin, stefan -

Re: [JPP-Devel] R: new jts 1.10

2009-01-06 Thread Stefan Steiniger
t; 1) Possibility to add various indeces > 2) easy to use for future language translations and/or upgrade > > Regards > > Peppe > > > --- Sab 3/1/09, Stefan Steiniger ha scritto: > >> Da: Stefan Steiniger >> Oggetto: [JPP-Devel] new jts 1.10 >> A: &q

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Stefan Steiniger
> > By the way, since it uses the Java pattern matcher, Search All > Attributes supports many different meta-characters to control the search > such as ^ to match the start of a line and $ to match the end. oha..interesting.. how to get to know these chars? is there a table? stefan -

[JPP-Devel] [Fwd: [jump-pilot - Problems with PlugIns] RE: Problems getting Oracle Connection]

2009-01-07 Thread Stefan Steiniger
it continues ;) Original-Nachricht Betreff:[jump-pilot - Problems with PlugIns] RE: Problems getting Oracle Connection Datum: Wed, 07 Jan 2009 10:54:22 + Von:SourceForge.net An: nore...@sourceforge.net Read and respond to this message at: https://source

Re: [JPP-Devel] Spam on SourceForge

2009-01-07 Thread Stefan Steiniger
I am monitoring the forum and answer often too. lets look what is going on. stefan Larry Becker schrieb: > We're getting spammed on the SourceForge Forums. See: > http://sourceforge.net/forum/forum.php?forum_id=729495 > > I wasn't even aware we had any forums on SourceForge. This is in > add

Re: [JPP-Devel] Spam on SourceForge

2009-01-07 Thread Stefan Steiniger
interestingly we got spam only in Adulations and Testimonials (this was the only forum I did not monitor) I set this forum to non-public and I started deleting the spam messages stefan Larry Becker schrieb: > We're getting spammed on the SourceForge Forums. See: > http://sourceforge.net/forum/

Re: [JPP-Devel] Spam on SourceForge

2009-01-08 Thread Stefan Steiniger
Hei, Sunburned Surveyor schrieb: > Larry, > > I wasn't aware that anyone was using the forums. It's a good thing > Stefan has his crap together. :] > > The users mailing list is on a Google Group, but this mailing list is > still hosted at SourceForge. I can't seem to remember why we moved the >

Re: [JPP-Devel] Search tool for Attributes

2009-01-08 Thread Stefan Steiniger
t; > >> > but never found one. > > >> > > > >> > Larry > > >> > > > >> > On Tue, Jan 6, 2009 at 12:00 PM, Martin Davis > > >>

Re: [JPP-Devel] R: (no subject)

2009-01-10 Thread Stefan Steiniger
but didn't write Erwans project a spatial extension to H2 already? see this page: http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download Michael Michaud schrieb: > Hi >> In general this seems like a nice way to go. Even nicer IMHO would be a >> pure Java DB like H2. But someone needs to st

Re: [JPP-Devel] (no subject)

2009-01-12 Thread Stefan Steiniger
> > This would be a good project for a Google Summer-of-Code student. :] yes, indeed -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. ht

Re: [JPP-Devel] Google Summer of Code 2009

2009-01-12 Thread Stefan Steiniger
of course I am interested to supervise a person. About students.. not sure how/where to do a call - on the other hand I could put something on the blackboard? I also need to think about some topics - but we still have a long list of here: well... the wiki doesn't work? .. so somewhere on the wik

Re: [JPP-Devel] Google Summer of Code 2009

2009-01-12 Thread Stefan Steiniger
Sunburned Surveyor wrote: > Stefan, > > Thanks for your offer to mentor. What languages would you be able to > mentor a student in? German and English my French is way to bad. stefan -- This SF.net email is sponsored

Re: [JPP-Devel] Adding an attribute to all Feature objects in a FeatureCollection.

2009-01-12 Thread Stefan Steiniger
yes... you have to copy every feature to the new schema. There is an class and method in the api package (taken from pirol) that does copy from an old to a new schema. (It could be that the examples on the wiki provide code for that too. But I think I also answered an email on that issues just

Re: [JPP-Devel] Greetings from Santiago! Informations about OJ manual

2009-01-13 Thread Stefan Steiniger
Hei Peppe, good to hear and greetings back to Chile. Btw. if you are in Europe in July - one could consider to do a LAB session at OGRS 2009 in Nantes (France). Or maybe Ravi is interested - but I think it is a bit of a long distance for him (and difficult to finance). http://www.ogrs2009.org/

[JPP-Devel] wiki is offline for a few days

2009-01-13 Thread Stefan Steiniger
Dear Users and Developers, I have notified Jon that the wiki is down. He is also not sure why is that exactly and he promised to have a deeper look into it the next days. I am pulling the backup from 9. Jan. right now for security reasons (and I guess Joe D has pulled a copy too). In case we f

Re: [JPP-Devel] Sort Layerables plugin

2009-01-14 Thread Stefan Steiniger
Yep.. why not (we should also keep in sync with SkyJUMP ;) Are these simple plugin classes? Or is it more complicated? Would you like to commit it on your own or send us the code for integration? What probably needs to be done then is the internationalization. stefan John Clark wrote: > Hello, >

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Stefan Steiniger
> If your class is quite generic and you think another plugin may need it, > places where I would search it at first are : I second that > > com.vividsolutions.jump.util.feature package > or a new > org.openjump.core.featureutils this package does not exist yet, but we have openjump.core.api

[JPP-Devel] OSGeo application forms

2009-01-14 Thread Stefan Steiniger
=== 1. Please provide the name and email address of the principal Project Owner. There is actually no "owner" but 2 persons with major admin rights . Stefan Steiniger: sstein-.-geo.uzh.ch . Landon Blake: sunburned.surveyor-.-gmail.com

Re: [JPP-Devel] Sort Layerables plugin

2009-01-14 Thread Stefan Steiniger
t; > thanks, > Larry > > On Wed, Jan 14, 2009 at 9:50 AM, Stefan Steiniger <mailto:sst...@geo.uzh.ch>> wrote: > > Yep.. why not (we should also keep in sync with SkyJUMP ;) > > Are these simple plugin classes? Or is it more complicated? > Would

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Stefan Steiniger
well.. can you share what was questioning it? Sunburned Surveyor wrote: > Thanks for the comments guys. I'll leave it in my plug-in for now. > After some thought, I may move the methods to a utility class in one > of the packages mentioned. > > Some recent things I read have me questioning the u

Re: [JPP-Devel] problems with workbench.properties on linux distro (Xandros)

2009-01-16 Thread Stefan Steiniger
mhm.. I have no clue why it shouldn't work. I would assume as well that the problem is related to the path/ What happens if you remove and add entries to the deafult-plugins.xml file? stefan Giuseppe Aruta wrote: > Hi all, > I tested isa and Jython plugins with modified workbench.properties fil

Re: [JPP-Devel] wiki is offline for a few days

2009-01-16 Thread Stefan Steiniger
tp://jonathanaquino.com/openjump-wiki-textile-2009-01-09-11-57-52.zip > > Jon > > >> -----Original Message- >> From: Stefan Steiniger [mailto:sst...@geo.uzh.ch] >> Sent: Tuesday, January 13, 2009 8:34 AM >> To: openjump-us...@googlegroups.com >> Cc:

Re: [JPP-Devel] Greetings from Santiago! Informations about OJ manual

2009-01-17 Thread Stefan Steiniger
Hei Peppe, I had a short look over your documents. Except writting/spelling errors I don't see things to change so far. But I guess some section may get more elaborated after Landon and I will look over it. We also need to check later if all the functions are still accessible (e.g. i think I re

Re: [JPP-Devel] openjump.org is back

2009-01-18 Thread Stefan Steiniger
; KB file. > > Jon > > >> -Original Message- >> From: Jonathan Aquino [mailto:jonathan.aqu...@gmail.com] >> Sent: Sunday, January 18, 2009 3:09 AM >> To: 'Stefan Steiniger' >> Cc: 'OpenJump develop and use'; 'openjump-us...@

Re: [JPP-Devel] About workbench.properties on linux (Xandros)

2009-01-18 Thread Stefan Steiniger
Hei Peppe, thank you for looking into that. I did the changes to the openjump.sh file - so it should be working by tomorrow. Can you test? And yes, I agree we should integrate Larrie's JYthon plugin. I also saw the QGIS got a push through integration of Python. stefan Giuseppe Aruta schrieb:

[JPP-Devel] Changed from JTS 1.9 to 1.10 on repository

2009-01-18 Thread Stefan Steiniger
Dear Developers, please note that I update the JTS Version in the repository from 1.9 to 1.10. So the classpaths of the projects (eg. in Eclipse) need to be adapted. No changes needed to be done to OJ code. stefan -- T

Re: [JPP-Devel] wiki is offline for a few days

2009-01-18 Thread Stefan Steiniger
Jon > > >> -Original Message- >> From: Jonathan Aquino [mailto:jonathan.aqu...@gmail.com] >> Sent: Saturday, January 17, 2009 1:20 AM >> To: 'Stefan Steiniger' >> Cc: 'OpenJump develop and use'; 'openjump-us...@googlegroups.com

Re: [JPP-Devel] About workbench.properties on linux (Xandros)

2009-01-19 Thread Stefan Steiniger
so, we can keep it the way it is after the changes? stefan Andreas Schmitz wrote: > Giuseppe Aruta wrote: > > Hi, > >> sorry but I am not adeveloper so I didn't see other problems. > > no problem ;-) > >> I ask you some explications about your mail, please: >> ~/.jump/ I imaged that this is

Re: [JPP-Devel] Alpha Release of the SurveyOS Attribute AdderPlug-InAvailable For OJ

2009-01-20 Thread Stefan Steiniger
Larry Becker wrote: > You drive a hard bargain. I can't speak for everyone else, but I have > too much on my plate already, since I didn't manage to get the new > toolbox working this weekend. :-( well Larry, there is no need to do it within the next days (except for ISA). So if you find time

Re: [JPP-Devel] git mirrors of openjump svn and jts cvs repos

2009-01-22 Thread Stefan Steiniger
Hei Harvey, yep .. sounds interesting to have a git-based source code mirror. Is there any Eclipse plugin for git? stefan Harvey Harrison wrote: > I've been lurking around the list for awhile and following deelopment > with git. I thought I'd offer them up as mirrors of the master repos > if an

Re: [JPP-Devel] git mirrors of openjump svn and jts cvs repos

2009-01-22 Thread Stefan Steiniger
ok here a mapping :) Andreas Schmitz , Andreas Schmitz mentaer , Stefan Steiniger beckerl, Larry Becker michaudm, Michaël Michaud javamap, Landon Blake paul_d_austin, Paul Austin sholl, Stephan Holl eric.lemesre, Eric Lemesre infinityedge, Christopher DeMars s-l-teichmann, Sascha Teichmann

Re: [JPP-Devel] git mirrors of openjump svn and jts cvs repos

2009-01-22 Thread Stefan Steiniger
Thu, 2009-01-22 at 14:04 -0700, Stefan Steiniger wrote: >> ok here a mapping :) >> >> Andreas Schmitz , Andreas Schmitz >> mentaer , Stefan Steiniger >> beckerl, Larry Becker >> michaudm, Michaël Michaud >> javamap, Landon Blake >> paul_d_austin, Paul

Re: [JPP-Devel] git mirrors of openjump svn and jts cvs repos

2009-01-23 Thread Stefan Steiniger
Hei, I can't identify two more, but the others? dzwiers - David Zwiers gkostadinov jaquino - Jon Aquino mbdavis - Martin Davis mwoods strk Harvey Harrison wrote: > On Thu, 2009-01-22 at 16:26 -0800, Martin Davis wrote: >> For JTS, if there's no author, you can probably assume my name (mbdavis >>

Re: [JPP-Devel] About workbench.properties on linux (Xandros)

2009-01-23 Thread Stefan Steiniger
on of the script nailed down, > which I can then test on the Ubuntu desktop computer I'm running at > home. > > SS > > On Mon, Jan 19, 2009 at 11:41 AM, Andreas Schmitz wrote: >> Stefan Steiniger wrote: >> >> Hi, >> >>> so, we can keep it t

Re: [JPP-Devel] has anyone used Java Map Projection Library?

2009-01-27 Thread Stefan Steiniger
Hei, I agree with Landon, but an additional note: there is also a projection/cts plugin from Edgar.. see Peppes notes here: http://www.openjump.org/wiki/edit/Working+with+Projections stefan Sunburned Surveyor wrote: > I should have included links to the deegree project: > > deegree Web Site: h

Re: [JPP-Devel] git mirrors of openjump svn and jts cvs repos

2009-01-27 Thread Stefan Steiniger
Thank Harvey I hopefully have some time to do a bit of reading on git over the next 2 weeks. The only thing I know about git is what I got from a L. Torvalds talk held at Google labs (on youtube) and sent on this list a while ago. stefan Harvey Harrison wrote: > On Fri, 2009-01-23 at 12:09 -08

Re: [JPP-Devel] Pan and Zoom shortcut keys problem

2009-02-04 Thread Stefan Steiniger
Hei Larry, I forwarded the message to somebody using OJ for digitzing too (I think) I report back when I get an answer... thank you for lookig into this in your free time stefan Larry Becker schrieb: > If no one really needs the pan and zoom shortcut keys, we could just > disable InstallKeyPanP

Re: [JPP-Devel] [Fwd: Re: [postgis-users] Using a buffer with a LineString covering the whole world]

2009-02-11 Thread Stefan Steiniger
As I am not on the postgis list I answer directly to Matthes, the solution is - maybe - simple. Define your own projection and buffer there. I would say it should be a Cylindric Projection (Oblique Mercator) which is touching/based on the great circle that runs between both cities. It would be s

[JPP-Devel] Fwd: a bit of weekend work

2009-02-16 Thread Stefan Steiniger
Hei all, since in Canada was a long weekend the last 3 days I sat down to work on my OJ todo list: * 1 - I added the jython stuff to OJ core (thanks to Larry and ISA) 2 - I added three additional classification methods for the thematic layer rendering: Mean-StdDev breaks, Max

Re: [JPP-Devel] Increased GDAL Java activity

2009-02-19 Thread Stefan Steiniger
Hei, without looking on the page/posts it is interesting - but I guess it will be a "binding" to a C lib. So I would say it is rather an idea for an external plugin and not for an integration due to the platform issue (Win, Linux, MaxOSX). However, could be that my comment was unqualified - as

[JPP-Devel] changed: core/trunk/src/org/openjump/core/ui/plugin/ layer/ExtractLayersByAttribute.java

2009-02-21 Thread Stefan Steiniger
thank you Michael for the improvements! @all: BTW: I introduced the new Tools/Statistics menu and moved all 3 stats functions there. I also i18n'ed my last commits. I realized that I also need to port some some more image functions from Pirol - i.e. the layer context menu functions. Otherwise su

[JPP-Devel] [ i18n / translation /plugin - rules

2009-02-22 Thread Stefan Steiniger
Hei Michael, I agree we need to setup some rules (thats why I answer with a new subject line). However, I start here by simply answering on your 4 notes: > I noticed that we miss some policies to keep code consistent : > - internationalized strings are not always declared the same way (in > la

Re: [JPP-Devel] [ i18n / translation /plugin - rules

2009-02-22 Thread Stefan Steiniger
btw. I am using the prbeditor for adding new translation keys. Do you think it is better to leave new entries untranslated for languages we don't know? So... this would make it easier to identify the new keys. Stefan Steiniger schrieb: > Hei Michael, > > I agree we need to se

[JPP-Devel] image data and vector data (pirol image loader bug?)

2009-02-22 Thread Stefan Steiniger
Hei, I just added the possibility to loaded images with the classes from Pirols/Jan Ruzicka's using the new dialog (look for option Add Sextante Raster Image). This was done to be able to use the raster analysis functions from Sextante in future. While testing with an image that was derived fr

Re: [JPP-Devel] Increased GDAL Java activity

2009-02-23 Thread Stefan Steiniger
Hei Larry, on a bit different thing as you outline your current develoment goal... What is the progress with the new (dynamic?) toolbar - so could we include that in the next OJ 1.3? Or do you think it is a bit obsolete, since a Jython script may do the same? (I haven't tried it yet to make a s

Re: [JPP-Devel] image data and vector data (pirol image loader bug?)

2009-02-24 Thread Stefan Steiniger
gt; wondering when it would be worthwhile to tackle comprehensive support > for rasters in OpenJUMP. It seems like we are always trying to get > some raster plug-in form a third party to work well in OJ. :] > > Just thinking out loud... > > SS > > On Sun, Feb 22, 2009 at 7

Re: [JPP-Devel] Google Summer of Code 2009

2009-02-24 Thread Stefan Steiniger
Hei Landon, yes I can be/want to be a mentor. However, there is small(?) issue: I plan to travel in August through Canada (the whole month) - so I am not sure yet how I would handle the submission of the final evaluation forms by mid of August. I could prepare them but then there is the issue o

Re: [JPP-Devel] AffineTransform vs AffineTransformation

2009-02-24 Thread Stefan Steiniger
mhm.. I think AffineTransform replaced AffineTransformation in JUMP??? So to avoid confusion... But we could rename one to Affine Transformation with Parameters (pretty long name) stefan Michaël Michaud schrieb: > Hi, > > There are two different plugins called > AffineTransform > AffineTransfor

Re: [JPP-Devel] default-plugins

2009-02-24 Thread Stefan Steiniger
Hi Michael, No, I didn't explain it somewhere. Do you ask so I put some info on the wiki, or do you want to know? Anyway, . the default plugins are initialized in default-plugins.xml file which is part of the /bin/ folder (or in the SVN repository in the "scripts" folder) by simply adding the l

Re: [JPP-Devel] image data and vector data (pirol image loader bug?)

2009-02-25 Thread Stefan Steiniger
ot a > bug. Obviously some programmers like it more softened and some as sharp. > 4) I am pretty sure that Add-Sextante-Raster-Image does not locate > images correctly. It seems to introduce an offset of exactly one image > pixel both to the right and towards the bottom. > > -Ju

Re: [JPP-Devel] default-plugins

2009-02-25 Thread Stefan Steiniger
Hei Michael, > May be easy, but I did not find the class loading the > default-plugins.xml. this is done directly in the class which checks the command line arguments (JUMPWorkbench.java). So there is an option: -default-plugins that is read, and introduced in the openjump.bat file too. This

Re: [JPP-Devel] default-plugins

2009-02-26 Thread Stefan Steiniger
Hei Jukka, thanks! While I was going to update the wiki page now I found this nice image: http://openjump.org/wiki/show/Shortcut+Keys+1-pager suprise surpise... time to link it more prominently stefan Rahkonen Jukka wrote: btw: Did we write down somewhere what keys can be used to do panni

Re: [JPP-Devel] AffineTransform vs AffineTransformation

2009-02-26 Thread Stefan Steiniger
ah.. I just wondered if Warping is really a rubbersheeting or if there is some more stuff in the rubbersheeting. stefan Larry Becker wrote: > There is a bit of confusion about these tools. Unless I'm mistaken, > warping is not the same as affine transform unless the number of vectors > is be

Re: [JPP-Devel] proposal about Layer-Attribute-Statistics tool

2009-02-26 Thread Stefan Steiniger
Hei Peppe, thank you for your analysis/testing Giuseppe Aruta wrote: > Hi all, > I request a couple of modification about this tool which seems quite useful: > > 1) Output window: actualy mean and mode are groupped all together in the same > column output. It seems that this plugin calculate th

Re: [JPP-Devel] Increased GDAL Java activity

2009-02-26 Thread Stefan Steiniger
do the trick. Opinions? > > Larry > > > > On Mon, Feb 23, 2009 at 9:27 PM, Stefan Steiniger <mailto:sst...@geo.uzh.ch>> wrote: > > Hei Larry, > > on a bit different thing as you outline your current develoment goal... > What is the progress

Re: [JPP-Devel] Increased GDAL Java activity

2009-02-26 Thread Stefan Steiniger
> prompt for an attribute like species. > > Larry > > On Thu, Feb 26, 2009 at 1:03 PM, Stefan Steiniger <mailto:sst...@geo.uzh.ch>> wrote: > > Ok.. but thank you for working on it. > > On your idea: I can not really imagine what you are talking about, i.e. &

Re: [JPP-Devel] Upgrade Italian language file

2009-02-26 Thread Stefan Steiniger
core/src/lanuage/ Sunburned Surveyor wrote: > I was going to commit this for Peppe, but I can't for the life of me > find where we are keeping the I18N properties files in the SVN. Can > someone remind me? > > The Sunburned Surveyor > > 2009/2/26 Giuseppe Aruta : >> Hi, >> this is an upgrade of

Re: [JPP-Devel] Increased GDAL Java activity

2009-02-26 Thread Stefan Steiniger
; An example of a custom tool might be: "Add a tree" which would input a >> point and prompt for an attribute like species. >> >> Larry >> >> On Thu, Feb 26, 2009 at 1:03 PM, Stefan Steiniger > <mailto:sst...@geo.uzh.ch>> wrote: >> >>

Re: [JPP-Devel] AffineTransform vs AffineTransformation

2009-02-26 Thread Stefan Steiniger
mhm.. I think I need to look into what the different things exactly do, before I can give a comment. stefan Michaël Michaud wrote: > Larry Becker a écrit : >> There is a bit of confusion about these tools. Unless I'm mistaken, >> warping is not the same as affine transform unless the number of

[JPP-Devel] citing openjump in publications...

2009-02-26 Thread Stefan Steiniger
Hei all, I thought it would be good if we can more easily track the use of OpenJUMP in Research. Therefore I added a wiki page on citing OJ: http://www.openjump.org/wiki/show/Citing+OpenJUMP I propose to cite the use of OpenJUMP in publications as follows: OpenJUMP Development Core Team (2008)

Re: [JPP-Devel] citing openjump in publications...

2009-02-26 Thread Stefan Steiniger
JUMP Development Core Team/The JUMP Pilot Project (2008): OpenJUMP > GIS - The free and open source > Java-based desktop GIS. Available from www.openjump.org. (Accessed > January 2009) > > But I will use whatever you think is best Stefan, This is just a > suggestion of mine. > >

Re: [JPP-Devel] citing openjump in publications...

2009-02-27 Thread Stefan Steiniger
I changed it now to: The JUMP Pilot Project (2008): OpenJUMP GIS - The free and open source Java-based desktop GIS. Available from www.openjump.org. (Accessed January 2009) Stefan Steiniger wrote: > yep.. that is another option I was thinking about, i.e. > > The JUMP Pilot Proj

Re: [JPP-Devel] Toolbox

2009-02-28 Thread Stefan Steiniger
d this also shorten access-time to a function like "Merge Two > > Polygons"? > > > > It would if the panel was already open, and the function was already > > chosen (as it would be if you were doing this multiple times). > > >

[JPP-Devel] note on i18n translations

2009-02-28 Thread Stefan Steiniger
Hei, as it is quite difficult to identify new keys that need to be translated I am now marking new entries that need translation by "T:" infront of the string, i.e. "T:no worldfile found". If I don't put a translation string behind the key in the PRB Editor, then the key is not stored in the l

[JPP-Devel] Michaels aggregation plugin

2009-03-01 Thread Stefan Steiniger
Hei Michael and others, I had a look on your aggregation plugin. It is a bit more advanced than my one. If we would add Minority/Majority/Median and try to get the "query" message fixed so that it doesn't exceed the box, then I think we rather should use your plugin. Or we add both, calling my

[JPP-Devel] @Martin D.: saving and loading JML doesn't work really for LinearRings

2009-03-02 Thread Stefan Steiniger
Hei Martin and others, I discovered that odd behaviour: When data are created with Tools>Edit Geometry>Convert> Extract Common Boundary Between Polygons... (in OpenJUMP-NB) the function returns LinearRings. Now, the geometry of those data can be saved in a jml file, but it is not displayed w

Re: [JPP-Devel] question to Michael - Beanshell

2009-03-02 Thread Stefan Steiniger
Hei Martin Martin Davis wrote: > Ultimately it would be cool to provide a Visual Programming interface to > JEQL, which would make this even easier to use. Does the Sextante Model > Builder provide a graphical interface? yes .. see the 3rd picture: http://forge.osor.eu/plugins/wiki/index.php?S

Re: [JPP-Devel] @Martin D.: saving and loading JML doesn't work really for LinearRings

2009-03-02 Thread Stefan Steiniger
reading LinearRings. And for JML that probably makes > sense, so as to fully preserve the geometry types) > > Stefan Steiniger wrote: >> Hei Martin and others, >> >> I discovered that odd behaviour: >> >> When data are created with >> >> Tools&

Re: [JPP-Devel] @Martin D.: saving and loading JML doesn't work really for LinearRings

2009-03-02 Thread Stefan Steiniger
ups sorry - I was wrong. The LinearRings seem to come from somewhere else (i.e. geometry.getBoundary() ... which makes sense) stefan Stefan Steiniger wrote: > Hei Martin, > > thank you for the answer. > > I just recognized that the method that delivers the

Re: [JPP-Devel] Michaels aggregation plugin

2009-03-02 Thread Stefan Steiniger
;t really know by now what his conclusions are. stefan Michaël Michaud schrieb: > Stefan Steiniger a écrit : >> Hei Michael and others, >> >> I had a look on your aggregation plugin. It is a bit more advanced than >> my one. If we would add Minority/Majority/Median and

Re: [JPP-Devel] Launching OpenJUMP with an embedded JVM for OpenJUMP cd/dvd.

2009-03-03 Thread Stefan Steiniger
Hei.. Peppe did some stuff with a usb stick: http://openjump.org/wiki/show/Portable+OpenJump so a bit different but still related stefan Sunburned Surveyor wrote: > As part of my work with the California Chapter of the OSGeo I would > like to create a CD or DVD that contains OpenJUMP. This CD c

[JPP-Devel] new bugs - getting ready for OJ 1.3 release - translators sought

2009-03-03 Thread Stefan Steiniger
Hei guys, (i) - new bugs I added a couple of bugs todayand somebody added some more the last weeks (related to the autocomplete polygon) Not sure if we fix them all before the next release but it would be nice to have fixed onre or two. https://sourceforge.net/tracker/?group_id=118054&atid=6

Re: [JPP-Devel] new bugs - getting ready for OJ 1.3 release - translators sought

2009-03-04 Thread Stefan Steiniger
p for PT translation of those strings :) > Please send me a file wit the strings and I'll send it back to you > translated. > I know... primitive but I don't want to get into OJ's 'innards' ... :] > BR, > > Pedro Doria Meunier > G

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-04 Thread Stefan Steiniger
Hei short answer. If the current license contains the text "or later versions of the GPL X.X" then we can switch to V3. I think. But I need to do a bit of reading on fsf.org pages and in the source code license annotations. stefan Sunburned Surveyor wrote: > Julien made an interesting request

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-04 Thread Stefan Steiniger
Hei, @Ede: thanks for the comment: so the VividSolution note says: * 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 * of the License, or (at your

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-06 Thread Stefan Steiniger
Ede made some very good (and correct) comments. However, there is no legal way to improve or add functions to OpenJUMP (as soon as they use whatever OJ functionality - i.e. even the plugin mechanism) without giving back the improvements, i.e. the sources. The only kind-of-legal way is to let thi

Re: [JPP-Devel] feature vs item

2009-03-06 Thread Stefan Steiniger
well.. from my perspective there is not really a difference. But: the term Feature is used in GIS terminology for Geographic Objects on the one hand. On the other hand, Feature is used also in terms of "property" in everyday English (and in particular in computer science) - i.e. it does not refe

Re: [JPP-Devel] Spatial Query Bug...Not a Bug?

2009-03-08 Thread Stefan Steiniger
on this bug next >>> week. I may need to check on the desired behavior of the plug-in again >>> after I have looked at the code. >>> >>> SS >>> >>> On Fri, Mar 6, 2009 at 12:09 PM, Stefan Steiniger wrote: >>>> Hei, >>>> &

Re: [JPP-Devel] [jump-users] Intersect Polygon Layers - Warning message

2009-03-08 Thread Stefan Steiniger
Hei Ravi, so .. I checked what is going on with your dataset when applying the function Intersect Polygon Layers. The reason while it fails and the error message appears[1] is that the "strbuffer" file contains features that overlay each other (you see the overlay if you use the "union by attri

Re: [JPP-Devel] Michaels aggregation plugin

2009-03-10 Thread Stefan Steiniger
tter two I was thinking about, since I hope we can push the >> conference a bit towards science, i.e. away from FOSS4G which is a >> mixture of business and science. >> But the problem is - for all talks I need time to prepare and I rarely >> have any research done on

Re: [JPP-Devel] "Fixing" The Spatial Query Bug

2009-03-10 Thread Stefan Steiniger
eone can confirm this isn't a real bug, I will close the bug >>>>> report. In this case, I will take a look at the other bug that Stefan >>>>> mentioned. >>>>> >>>>> The Sunburned Surveyor >>>>> >>>>>

Re: [JPP-Devel] Spatial Query Bug Fixed

2009-03-12 Thread Stefan Steiniger
Hei Landon, thank you and pls. commit. If there is a problem I/we will find it after the commit. On the LinearRing thing.. that is solved (I did fix it on the weekend - and closed the bug report). stefan Sunburned Surveyor wrote: > I have fixed the spatial query bug. If the user chooses not to

<    2   3   4   5   6   7   8   9   10   11   >