[JPP-Devel] [ jump-pilot-Feature Requests-3609986 ] ExtractLayerByAttribute too slow

2013-04-03 Thread SourceForge . net
Feature Requests item #3609986, was opened at 2013-04-03 23:34 Message generated for change (Tracker Item Submitted) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679909&aid=3609986&group_id=118054 Please note that this message will contain a full

Re: [JPP-Devel] Colourtheming problems

2013-04-03 Thread Geoffrey Roy
Dear Emil I think there may also be a bug in my PrinterPlugin with displaying the correct fill pattern in the Legend under some circumstances. I will look at as soon as I can. Geoff On 4/04/2013 2:45 AM, Michaël Michaud wrote: Hi, Hello Emil, You can edit the minimum and maximum values

Re: [JPP-Devel] Reading zipped shapefiles by URL

2013-04-03 Thread Rahkonen Jukka
Hi, This is partly off-topic but perhaps useful information. I made some trials with GDAL and it is amazing. First I can ask it to investigate a remote zip and it finds all the supported datasets from it. GDAL is listing the dataset names and then it reads some metadata so it can report the sch

[JPP-Devel] [ jump-pilot-Bugs-3609933 ] Sort category can remove layer

2013-04-03 Thread SourceForge . net
Bugs item #3609933, was opened at 2013-04-03 11:38 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3609933&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3608987 ] wms (srid list)

2013-04-03 Thread SourceForge . net
Bugs item #3608987, was opened at 2013-03-25 00:08 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3608987&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] Problems with DrawRectangleTool and shortkeys

2013-04-03 Thread Giuseppe Aruta
Hi, it seems that Dragtools don't like new keybords shortcuts, like Draw Rectangle tool. Peppe -- Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire th

Re: [JPP-Devel] update of sextante binding

2013-04-03 Thread Giuseppe Aruta
Hi Stefan, Sextante help will take more time than we have for OJ 1.6 realize-Info works but it doesn't read (for mac/linux) folder. I will check Kosmo solution as, as far as I remember, that binding was able to read help (for OJ 1.7). thanks again for your help. Vale peppe 2013/4/3 Stefan Steini

[JPP-Devel] [ jump-pilot-Bugs-3609933 ] Sort category can remove layer

2013-04-03 Thread SourceForge . net
Bugs item #3609933, was opened at 2013-04-03 11:38 Message generated for change (Comment added) made by edso You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3609933&group_id=118054 Please note that this message will contain a full copy of the comment thre

Re: [JPP-Devel] Colourtheming problems

2013-04-03 Thread Michaël Michaud
Hi, Hello Emil, You can edit the minimum and maximum values and the labels in the table of color theming dialog. After that You choose the right mouse click on the layer in the right layer panel, choose copy style and than select the other layer which You want to style in the same scheme and

[JPP-Devel] [ jump-pilot-Bugs-3609933 ] Sort category can remove layer

2013-04-03 Thread SourceForge . net
Bugs item #3609933, was opened at 2013-04-03 11:38 Message generated for change (Tracker Item Submitted) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3609933&group_id=118054 Please note that this message will contain a full copy of the

Re: [JPP-Devel] SF.net SVN: jump-pilot:[3464] core/trunk/lib/plus

2013-04-03 Thread edgar . soldin
i meant an automated sextante binding jar build of course. anyway, no pressure on that. ..ede On 03.04.2013 19:25, Stefan Steiniger wrote: > Hi Ede, > > The Sextante jars I use as is. > The Sextante binding for OpenJUMP I am "building" by using Eclipse > export to "jar" function. Thats fastest

Re: [JPP-Devel] SF.net SVN: jump-pilot:[3464] core/trunk/lib/plus

2013-04-03 Thread Stefan Steiniger
Hi Ede, The Sextante jars I use as is. The Sextante binding for OpenJUMP I am "building" by using Eclipse export to "jar" function. Thats fastest for me (workflow: right click & export, copy, test with OJ-binary version, if it works: copy to jar to PLUS, delete old, commit). However, an automa

Re: [JPP-Devel] update of sextante binding

2013-04-03 Thread Stefan Steiniger
Hi Peppe, thanks. I changed only the >order< of the raster dimension setting (cell size and number of cells). But it was crucial in some cases as otherwise raster layer size was not correct and a vector layer (e.g. contours) generated from rasters may be shifted. I have added your changes (ico

Re: [JPP-Devel] Setting http User-Agent

2013-04-03 Thread edgar . soldin
just added default oj version string, can be overridden with -Dhttp.agent= to the trunk. rev 3465. ..ede On 03.04.2013 11:03, edgar.sol...@web.de wrote: > As this enhances function in now way, i would advise not spend to much effort > on it. Good way to spread the OJ string into access logs tho

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

2013-04-03 Thread edgar . soldin
Stefan, how do you build sextante jars? manually? automated.. if automated, it'd make sense to include the build instruction into maven instead of adding binary jars manually all the time. ..ede On 03.04.2013 17:28, ment...@users.sourceforge.net wrote: > Revision: 3464 > http://jump-

Re: [JPP-Devel] Colourtheming problems

2013-04-03 Thread Arnd Kielhorn
Hello Emil, You can edit the minimum and maximum values and the labels in the table of color theming dialog. After that You choose the right mouse click on the layer in the right layer panel, choose copy style and than select the other layer which You want to style in the same scheme and make agai

Re: [JPP-Devel] Setting http User-Agent

2013-04-03 Thread edgar . soldin
As this enhances function in now way, i would advise not spend to much effort on it. Good way to spread the OJ string into access logs though. Setting System.setProperty ("http.agent", "OpenJUMP ") should suffice for the most use cases and is automatically propagated to each new http connection

[JPP-Devel] Setting http User-Agent

2013-04-03 Thread Rahkonen Jukka
Hi, Service providers appreciate if clients are telling who they are and a common way for doing this is to add User-Agent parameter to http headers. Java is setting this to something like "User-Agent= Java/1.6.0_43" if user agent is not set elsewhere. This is not very useful information for se