Hi,
I tested my version of openjump.sh and it works. Of coarse we need extra testes 
from other linux distros, like ubuntu which is the most diffused one.

Jython/Python:

just as sample, there is an interesting Python plugin for QGIS from ARPA, the 
Italian Carographic Services (http://www.faunalia.it/qgis/). It basically loads 
and displays logs onto a map and allows to do stratigraphic correlations. 
The example into the web page is connected to real datas from the Tuscan 
Region, probabily more than 2000 logs that Python/QGIS can handle quite easy.
The page is in Italian. I think I will translate it into English. It could be 
an usefull example about what Python can do integrated into a Desktopo GIS

Peppe


--- Lun 19/1/09, Stefan Steiniger <sst...@geo.uzh.ch> ha scritto:

> Da: Stefan Steiniger <sst...@geo.uzh.ch>
> Oggetto: Re: [JPP-Devel] About workbench.properties on linux (Xandros)
> A: "OpenJump develop and use" <jump-pilot-devel@lists.sourceforge.net>
> Data: Lunedì 19 gennaio 2009, 02:26
> 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:
> > Hi all
> > I came to solve the workbench-properties.xml working
> with OJ in a Debian OS (at least Xandros OS).
> > I wrote a  modified version of the startup script for
> linux (openjump_mod.sh) which recognizes the
> workbench-properties file for ISA plugins (and future
> modifications). I attached the file at this mail.
> > 
> > ------------------------------------------
> > 
> > What is modified from the original file:
> > 
> > Original
> > JUMP_PROPERTIES=~/.jump/workbench-properties.xml
> > JUMP_DEFAULTP=~/.jump/default-plugins.xml
> > JUMP_STATE=~/.jump/
> > .......
> > if [ -z "$JUMP_PROPERTIES" -o ! -f
> $JUMP_PROPERTIES ]; then
> >   JUMP_PROPERTIES=~/.jump/bin/workbench-properties.xml
> > 
> > Modified:
> > UMP_PROPERTIES=$JUMP_HOME/bin/workbench-properties.xml
> > JUMP_DEFAULTP=$JUMP_HOME/bin/default-plugins.xml
> > JUMP_STATE=$JUMP_HOME/bin/
> > .......
> > f [ -z "$JUMP_PROPERTIES" -o ! -f
> $JUMP_PROPERTIES ]; then
> >  
> JUMP_PROPERTIES=$JUMP_HOME/bin/workbench-properties.xml
> > 
> > 
> > _____________________
> > 
> > In this way Openjump on Xandros based OS recognizes
> the workbench-properties.xml file and loads ISA tool.
> Unfortunatelly it does not recognize the jython console.
> > 
> > Jython console:
> > I also tried to modify the workbench-properties file
> adding the following line to work around jython console.
> <plug-in>com.isa.jump.plugin.PythonToolsPlugIn</plug-in>
> 
> > I copied from original Skyjump file.
> > Well, it loads the jython icon and partially opens the
> window but it does  not show the menus and tools.
> > When I try to open the jython console it also creates
> a new folder at the /home/user/, called cachedir/packages
> with all .pkc files connected to all .jar files available in
> Openjump
> > 
> > Jython console probabily requires a more work. I
> wonder if it can be customized as base for Openjump: I see
> QGIS doing some nice work using its python embedded.
> Openjump could do the same. Of coarse we don't have so
> many specialists in script developing (I think only Michael
> for beantshell and Larry for jython), but this would be an
> extra attraction (having jython embedded like beanshell
> console)for OJ, in the future
> > 
> > Regards
> > 
> > Peppe
> > 
> > 
> >       
> > 
> > 
> >
> ------------------------------------------------------------------------
> > 
> >
> ------------------------------------------------------------------------------
> > This SF.net email is sponsored by:
> > SourcForge Community
> > SourceForge wants to tell your story.
> > http://p.sf.net/sfu/sf-spreadtheword
> > 
> > 
> >
> ------------------------------------------------------------------------
> > 
> > _______________________________________________
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


      

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to