Re: [JPP-Devel] SextanteRasterLayer, pixel values and visualization

2010-06-28 Thread Larry Becker
Hi Alberto, I have had similar problems with MRSID. It sounds like we need to define an image depth rescaling transformation that is applied to the per-layer window image buffer. It doesn't sound too difficult in principle. regards, Larry On Mon, Jun 28, 2010 at 10:49 AM, Alberto De Luca

Re: [JPP-Devel] Selectionstyle Patch

2010-06-27 Thread Larry Becker
let me know. The Sunburned Surveyor On Mon, Jun 21, 2010 at 6:28 AM, Larry Becker becker.la...@gmail.com wrote: Hi Matthias, My concern about code efficiency is that this is a very low level routine in AbstractSelectionRenderer that is potentially called millions of times per

Re: [JPP-Devel] Nested loop through the features of two layers

2010-06-25 Thread Larry Becker
Hi Nils, You are on the right track with the envelope query. Unless your polygons are unusually overlapped (i.e. many overlap many), you should get good performance using the results of the envelope query to feed the inner loop of geometry intersection. regards, Larry On Fri, Jun 25, 2010

Re: [JPP-Devel] OpenJump Documentation

2010-06-24 Thread Larry Becker
Hi Herman, Try: http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf Larry On Thu, Jun 24, 2010 at 6:59 AM, Hernan Arellano her...@hotmail.com wrote: Hi All! Does anyone know if there is documentacion of OJ Core? Documentation like class diagram or something where

Re: [JPP-Devel] [Fwd: OpenJump, Shapefile and Dbase]

2010-06-22 Thread Larry Becker
I agree with Michaël. This isn't really a bug, but it is annoying to have your DBF header modified. I have already spent some time trying to implement a don't modify the DBF header approach to SaveSelectedDatasets, but it seems to be a difficult modification and I haven't gotten very far on it

Re: [JPP-Devel] [Fwd: OpenJump, Shapefile and Dbase]

2010-06-22 Thread Larry Becker
not to change input schema. I abandonned it because my concern changed, and because I could not update every piece of JUMP code that should have been updated to take new attribute types into account (especially database-access, but not only). Michaël Larry Becker a écrit : I agree with Michaël

Re: [JPP-Devel] [Fwd: OpenJump, Shapefile and Dbase]

2010-06-22 Thread Larry Becker
Where do you want to store dbf header information exactly ? In the DriverProperties ? I'm not going to store the header info. I'm going to detect that the file exists before saving over it and read the header first. Larry 2010/6/22 Michaël Michaud michael.mich...@free.fr Larry Becker

Re: [JPP-Devel] Selectionstyle Patch

2010-06-21 Thread Larry Becker
to call repaint() from LayerViewPanel. Thank you, it runs :-) Matthias regards, Larry Becker On Fri, Jun 18, 2010 at 3:43 PM, Matthias Scholz m...@jammerhund.demailto: m...@jammerhund.de wrote: Hi, the attached patch are a first version of my selectionstyle enhancement. You

Re: [JPP-Devel] [Fwd: [jump-pilot - Problems with PlugIns] Problem whith (dbquery) plugins upgrading to 1.3.1]

2010-06-18 Thread Larry Becker
Hi Stefan, You are probably right. Larry On Fri, Jun 18, 2010 at 3:37 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: Hei all, anyone has a guess if I am right? I answered the following: http://sourceforge.net/users/nobody Hei, is it the FSExtension or the dbquery plugin? And are

Re: [JPP-Devel] Selectionstyle Patch

2010-06-18 Thread Larry Becker
the legacy behavior. You should be able to call repaint() from LayerViewPanel. regards, Larry Becker On Fri, Jun 18, 2010 at 3:43 PM, Matthias Scholz m...@jammerhund.de wrote: Hi, the attached patch are a first version of my selectionstyle enhancement. You can change the selectionstyle with a new

Re: [JPP-Devel] Fonts True type as style of a point

2010-06-15 Thread Larry Becker
schrieb: There must be something about it that I wrote some year ago into OJ documentation, it was connected on how to use geological symbols with OJ, with some font sample. I wonder where this page is now Peppe --- *Lun 14/6/10, Larry Becker /becker.la...@gmail.com/* ha

Re: [JPP-Devel] understand error

2010-06-14 Thread Larry Becker
It seems that Java is choking on the clipboard data. OJ has to read the clipboard in order to enable or disable the paste options. These two lines: at com.vividsolutions.jump. workbench.ui.TreeLayerNamePanel.tree_mouseReleased(TreeLayerNamePanel.java:461) at

Re: [JPP-Devel] understand error

2010-06-14 Thread Larry Becker
a layer and from this point all layer give such error. The layer that make error start is a norma polygon layer without any geometry error. it's some months I encounter such error. luca luca marletta www.beopen.it On Mon, Jun 14, 2010 at 3:36 PM, Larry Becker becker.la

Re: [JPP-Devel] Fonts True type as style of a point

2010-06-14 Thread Larry Becker
It seems like it would be easy, but all I got from wingdings, etc. was a box. We may need to enable this somehow. Larry On Mon, Jun 14, 2010 at 4:42 PM, Hernan Arellano her...@hotmail.com wrote: Hi all! I got some fonts (True Type) and I want to assign a Character of any fonts to a Layer

Re: [JPP-Devel] a simple feature request

2010-06-10 Thread Larry Becker
I took a quick look at the plugin (org.openjump.core.ui.plugin.tools.AutoAssignAttributePlugIn) and I don't see any problem with adding an Apply button, although I couldn't find a MultiInputDialog in OJ that had one. Take a look at the code and I think you will find that adding an Apply button

Re: [JPP-Devel] Vertical alignment now works for polygons in Label Style

2010-06-09 Thread Larry Becker
...@geo.uzh.ch mailto:sst...@geo.uzh.ch sst...@geo.uzh.ch wrote: is welcome, I would say. thanks! Larry Becker schrieb: I made an experimental change to LabelStyle to allow vertical alignment to work for polygons and not just points and lines. For maps

Re: [JPP-Devel] Development - OpenJump

2010-06-07 Thread Larry Becker
Hi Caroline, The usual solution is to instantiate a com.vividsolutions.jump.workbench.ui.MultiInputDialog. For a good example see: org.openjump.core.ui.plugin.tools.JoinTablePlugIn. Larry 2010/6/6 Caroline Julliê Freitas Ribeiro krolj...@gmail.com Hi! I solve the problem for create new

Re: [JPP-Devel] Vertical alignment now works for polygons in Label Style

2010-06-07 Thread Larry Becker
wrote: is welcome, I would say. thanks! Larry Becker schrieb: I made an experimental change to LabelStyle to allow vertical alignment to work for polygons and not just points and lines. For maps with polygon layers that are not space filling (i.e. buildings), the preferred label position

[JPP-Devel] Vertical alignment now works for polygons in Label Style

2010-06-04 Thread Larry Becker
I made an experimental change to LabelStyle to allow vertical alignment to work for polygons and not just points and lines. For maps with polygon layers that are not space filling (i.e. buildings), the preferred label position is outside of the polygon, and you would choose a vertical alignment

Re: [JPP-Devel] Development - OpenJUMP

2010-06-03 Thread Larry Becker
). 2010/6/2 Larry Becker becker.la...@gmail.com For tips on how to do this see: http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Extending_a_FeatureCollection_by_Adding_new_Attributes On Wed, Jun 2, 2010 at 9:17 AM, Larry Becker becker.la...@gmail.comwrote: Hi Caroline

Re: [JPP-Devel] Development - OpenJUMP

2010-06-02 Thread Larry Becker
Hi Caroline, You seem to be making progress on your project. Your current problem is that when you alter a schema it only affects new features. You need to replace the old schema in each feature with the new one before copying attributes. regards, Larry 2010/6/2 Caroline Julliê Freitas

Re: [JPP-Devel] Development - OpenJUMP

2010-06-02 Thread Larry Becker
For tips on how to do this see: http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Extending_a_FeatureCollection_by_Adding_new_Attributes On Wed, Jun 2, 2010 at 9:17 AM, Larry Becker becker.la...@gmail.com wrote: Hi Caroline, You seem to be making progress on your project

Re: [JPP-Devel] OpenJump

2010-06-02 Thread Larry Becker
Thanks for the stats Stefen. Pretty impressive and comparable to the most popular GIS of all time: ArcView, which sold 10,000 copies in the first six months of 1992. Larry On Wed, Jun 2, 2010 at 1:41 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: thanks Michael for answering as a note, we

Re: [JPP-Devel] How handle diferents menu items, inside the same plugin

2010-06-01 Thread Larry Becker
Hi, You might try to install an ActionListener for each menu item within your initialize method that sets a class variable that remembers the menu item. This is difficult. Usually though, it just best to have a class that does the work and two plugins, each with their own menu item.

Re: [JPP-Devel] How to load ESRI shapefiles by code

2010-05-28 Thread Larry Becker
Thanks for volunteering to do this Benjamin. We probably need to make a new page on the wiki that documents it called something like how to load layers in a plugin. A snippet of BeanShell would be nice too. :-] regards, Larry On Fri, May 28, 2010 at 3:26 AM, Benjamin Gudehus

Re: [JPP-Devel] moving labels?

2010-05-27 Thread Larry Becker
Hi Nils, I don't know a simpler way, and I've intended to write this as a plugin for years, but I haven't gotten around to doing it. We (SkyJUMP) actually implemented an experimental edit tool to offset text once. It stored the offsets as 2 int attributes. Wonder where that code has gone?

Re: [JPP-Devel] Selection styling

2010-05-26 Thread Larry Becker
Hi Matthias, You are correct about the classes. Are you thinking of adding getters and setters to AbstractSelectionRenderer? That won't cause any problems that I know of. I wouldn't change the constructor though. Are you thinking of persisting the style changes or keeping them just for the

Re: [JPP-Devel] Running OpenJUMP in Eclipse

2010-05-24 Thread Larry Becker
Siddharth, Have you tested the link ( https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk) in a browser? If it works there, it *should* work in Eclipse. Larry On Mon, May 24, 2010 at 7:39 AM, siddharth raghuvanshi track009.siddha...@gmail.com wrote: Hi Stefan Larry, I

Re: [JPP-Devel] Running OpenJUMP in Eclipse

2010-05-23 Thread Larry Becker
Hi Siddharth, The usual way to get the source code is to download it from the sourceforge subversion repository using an Eclipse plugin. regards, Larry On Sun, May 23, 2010 at 6:38 PM, siddharth raghuvanshi track009.siddha...@gmail.com wrote: Hi, I am consulting

Re: [JPP-Devel] Shapefile field length

2010-05-21 Thread Larry Becker
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.comwrote: Hi Michaël, I agree that 24,15 for doubles is insufficient to prevent all overflows. In fact I just did

Re: [JPP-Devel] Shapefile field length

2010-05-19 Thread Larry Becker
I just had a look at the package com.vividsolutions.jump.feature.AttributeType and found: /** For long values (64-bit) */ public final static AttributeType INTEGER = new AttributeType(INTEGER, Integer.class); The comment is at odds with the type, and I can't see why ShapeFileWriter

Re: [JPP-Devel] Shapefile field length

2010-05-19 Thread Larry Becker
to 24,15 as I think there is a (small) risk of loss in precision, and I'm not sure that changing that to 24,15 will solve any compatibility or storage issue (but I maybe wrong about these points) Any other advices ? Michaël Larry Becker a écrit : I just had a look at the package

Re: [JPP-Devel] Shapefile field length

2010-05-19 Thread Larry Becker
the original field sizes. This would be relatively easy to implement, I think. Larry On Wed, May 19, 2010 at 4:26 PM, Larry Becker becker.la...@gmail.comwrote: Hi Michaël, I agree that 24,15 for doubles is insufficient to prevent all overflows. In fact I just did an experiment and 33,16

Re: [JPP-Devel] Development with OpenJump

2010-05-17 Thread Larry Becker
Caroline, Although we are losing a little in your translation from Portuguese to English, I think I understand what you are trying to do. Let's see if I do... 1. You have GIS data in a database that OpenJump can access (for example: PostGIS). You will perform a Run Datastore Query to load

Re: [JPP-Devel] Shapefile field length

2010-05-17 Thread Larry Becker
I aggree with Michaël. This is a non-trivial task. I would propose that if it is ever attempted, it should be implemented as a special layer type, as with database layers. This ShapeFileLayer type could also be the perfect place to implement loading the subset of the shapefile that is within

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

2010-04-08 Thread Larry Becker
Hi SS, I think bug fixing should be done in the trunk so that you get feedback as soon as possible. Can you be more specific about utility code consolidation? Branching the code isn't really going to help us evaluate your changes. If they aren't too controversial, I'd rather they be done

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

2010-03-26 Thread Larry Becker
Hi Volker, I took a look at the SRIDStyle code, but I'm just not familiar enough with it to confirm or deny your conclusions. LayerListeners are confusing and I avoid them whenever possible. SkyJUMP doesn't use SRIDStyle and I'm not sure why it was implemented this way in OJ. Perhaps the

Re: [JPP-Devel] private to protected for AbstractCursorTool

2010-03-24 Thread Larry Becker
Hi Volker, I committed your requested changes. Are you interested in commit privileges? If I may ask, what motivates your interest in OpenJUMP programming? Are you improving OJ, building plugins, making your own flavor of JUMP, etc.? regards, Larry Becker On Wed, Mar 24, 2010 at 1:17 PM

Re: [JPP-Devel] Translation to Czech

2010-03-23 Thread Larry Becker
Hi Jan, One of us (Stefan?) will commit it for you. I see you have already posted a link to it. We normally update the language translations before each release of OJ. Are you going to handle any future translations? regards, Larry Becker 2010/3/22 jan.ruzi...@vsb.cz Thank you, I know

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

2010-03-23 Thread Larry Becker
utility method called something like GeometryUtil.isValidOrNull(Geometry g). That gives a single functionality point for the design decision to allow nulls as valid geometry, in case it needs to be changed in the future. Larry Becker wrote: I see that prior versions of JTS

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

2010-03-22 Thread Larry Becker
Hi Michaël, Yes, I am using the latest SVN version. You can do the test yourself in a few minutes. I just checked and SkyJUMP and OJ both have identical code to handle deleting selected items, except for the changes Michaël made to EditTransaction and the JTS version. Those changes were

Re: [JPP-Devel] Project open listener

2010-03-22 Thread Larry Becker
Done. On Mon, Mar 22, 2010 at 4:41 PM, Matthias Scholz m...@jammerhund.de wrote: Hi Larry, it's O.K. for me :-) Matthias Hi Matthias, I have loaded your changes, but haven't committed them yet. I like the org.openjump.core.model package for TaskEvent and TaskListener. If that

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

2010-03-22 Thread Larry Becker
false; return true; } Larry On Mon, Mar 22, 2010 at 3:58 PM, Larry Becker becker.la...@gmail.comwrote: There are no changes in the SVN history for several months before 24 February that seem relevant. I made a bunch of changes to rendering and such, but nothing related to EditTransactions

Re: [JPP-Devel] Project open listener

2010-03-15 Thread Larry Becker
-- Larry Becker Integrated Systems Analysts, Inc. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: [JPP-Devel] reportNothingToUndoYet for some classes

2010-02-26 Thread Larry Becker
://p.sf.net/sfu/intel-sw-dev ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc

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

2010-02-26 Thread Larry Becker
. If this isn't acceptable, I suppose I could put in a method to select the old mouse wheel zoom method. regards, Larry On Thu, Feb 25, 2010 at 5:21 PM, Larry Becker becker.la...@gmail.comwrote: Since I had to work out the algorithm before implementing it, the process is documented in the attached

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

2010-02-25 Thread Larry Becker
...@googlemail.com wrote: It reproduces with hand tool. Tested with nightly builds from 23th and 25th february. 2010/2/25 Larry Becker becker.la...@gmail.com Hi Benjamin, Could you try to reproduce the anomaly when mouse wheel zooming with the hand tool please? If it doesn't reproduce, I may

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

2010-02-25 Thread Larry Becker
I have restored zoom to cursor on mouse wheel zoom. Larry On Thu, Feb 25, 2010 at 8:49 AM, Larry Becker becker.la...@gmail.comwrote: Darn. I was noticing the anomaly occurred for me when I accidentally pressed the mouse wheel button (which initiates a regular zoom in the middle of a mouse

Re: [JPP-Devel] delay on rendering

2010-02-24 Thread Larry Becker
Hi Stefan, Thanks. Wow! Pretty slow rendering indeed. Larry On Wed, Feb 24, 2010 at 10:35 AM, Stefan Steiniger sst...@geo.uzh.chwrote: 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

Re: [JPP-Devel] delay on rendering

2010-02-24 Thread Larry Becker
optimization be to only clip if the geometry is much larger than the viewport? If the geometry is only slightly larger, it's probably best to just let Swing do the clipping. I think I actually prototyped this one time, but I can't remember what the results were like. Larry Becker wrote: Hi

Re: [JPP-Devel] ESC for ConstrainedMultiClickTool

2010-02-23 Thread Larry Becker
it is, unlike right or double click which adds another point and stops. regards, Larry On Mon, Feb 22, 2010 at 8:58 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: thanks Volker.. we should commit that ;) tmrw. Larry Becker schrieb: Unlike MultiClickTool, ConstrainedMultiClickTool ends with both

Re: [JPP-Devel] delay on rendering

2010-02-23 Thread Larry Becker
where we rough clip large lineStrings that contain the viewport in their bounding box? The Sunburned Surveyor On Mon, Feb 22, 2010 at 3:04 PM, Larry Becker becker.la...@gmail.com wrote: If the problem is what we have been assuming, I see where Martin's algorithm could be applied

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

2010-02-23 Thread Larry Becker
new features since the last release. At least improved wheel zoom, improved handling of null attributes from database, EZ Buttons (which migh be acticated by default). Would it be a time to start prepering the next release? -Jukka- Larry Becker wrote: More Mouse Wheel Zooming

Re: [JPP-Devel] ESC for ConstrainedMultiClickTool

2010-02-22 Thread Larry Becker
-devel -- Larry Becker Integrated Systems Analysts, Inc. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: [JPP-Devel] delay on rendering

2010-02-22 Thread Larry Becker
Good catch! I had some obvious cut and paste errors. I should be fixed now. Larry 2010/2/19 Michaël Michaud michael.mich...@free.fr Larry Becker a écrit : @Michaël, Selection Renderer's Paint now returns immediately with passed geometry's envelope doesn't intersect viewport. This should

Re: [JPP-Devel] delay on rendering

2010-02-22 Thread Larry Becker
PM, Larry Becker becker.la...@gmail.com wrote: Hi luca, When you try to select features, does the status bar quickly show your selection count, even though no selection handles appear? If not, this explains why the right click menu is not appearing. It needs selection

Re: [JPP-Devel] delay on rendering

2010-02-22 Thread Larry Becker
this would be a good thing to optimize. It's one of those things which isn't necessarily all that noticeable, but is quietly burning cycles all the time. Larry Becker wrote: Better send it to me too. All the cases I've found in the wild render very quickly. See the attached for an example

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
, Larry Becker becker.la...@gmail.comwrote: Hi, I have duplicated a problem in OJ with selection feedback. When a large vector dataset is loaded, and mouse wheel zoom is used to zoom out, selection feedback stops working for a while. Note that the selection mechanism is still working

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
www.beopen.it On Fri, Feb 19, 2010 at 5:42 PM, Larry Becker becker.la...@gmail.com wrote: Hi luca, When you try to select features, does the status bar quickly show your selection count, even though no selection handles appear? If not, this explains why the right click

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
the rendering to the viewport (for high zoom rendering is slow, and periods where features are drawn on screen alternate with periods where nothing happen) Just hypothesis. Hope that helps. Michaël Larry Becker a écrit : Interesting results. However, on a hunch, I did a test with even

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
rendering is solved. regards, Larry On Fri, Feb 19, 2010 at 3:15 PM, Larry Becker becker.la...@gmail.comwrote: Let's not get distracted trying to optimize redraw. The problem I'm seeing occurs AFTER redraw is complete. I've done several more tests and have determined that the RenderManager

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
I'm homing in on the problem. I've determined it only occurs when a layer has labeling turned on. @luca, can you confirm this? Larry On Fri, Feb 19, 2010 at 3:26 PM, Larry Becker becker.la...@gmail.comwrote: HI Michaël, Your hypothesis about selection painting is correct. The call

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
OK, wow. It just takes that long to render a lot of text that is too small to see. So there is no real problem here, at least one that can't be solved with the Scale tab of Change Styles. Hmm, I'll wait for luca's reply. On Fri, Feb 19, 2010 at 3:35 PM, Larry Becker becker.la

Re: [JPP-Devel] delay on rendering

2010-02-19 Thread Larry Becker
along the way! Maybe it would be worth skipping text labels that we know aren't visible at the current scale, even if min rendering scale isn't set by the user. The Sunburned Surveyor On Fri, Feb 19, 2010 at 1:41 PM, Larry Becker becker.la...@gmail.com wrote: OK, wow. It just takes that long

Re: [JPP-Devel] 2 general questions

2010-02-18 Thread Larry Becker
://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively

[JPP-Devel] Open project optimization

2010-02-12 Thread Larry Becker
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 layers while the project is loading, and on my PC this speeds loading of a 100 layer

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

2010-02-11 Thread Larry Becker
release. At least improved wheel zoom, improved handling of null attributes from database, EZ Buttons (which migh be acticated by default). Would it be a time to start prepering the next release? -Jukka- Larry Becker wrote: More Mouse Wheel Zooming updates. I fixed some problems

Re: [JPP-Devel] EZ Buttons

2010-02-09 Thread Larry Becker
hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts

Re: [JPP-Devel] EZ Buttons

2010-02-09 Thread Larry Becker
Has anyone else running linux tried EZ Buttons? On Tue, Feb 9, 2010 at 8:09 AM, Larry Becker becker.la...@gmail.com wrote: Hi luca, You are right-clicking on the buttons, correct? If so, what OS? What version of OJ? regards, Larry On Tue, Feb 9, 2010 at 1:53 AM, luca marletta

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

2010-02-08 Thread Larry Becker
values (I think the sources are in the OrbisGIS repository for the ASCII grid reader). so let me know if you think that we should build on the Sextante design as well (also with respect to all their algorithms). stefan Larry Becker schrieb: once the raster is loaded

Re: [JPP-Devel] Find/Substitute attribute

2010-02-08 Thread Larry Becker
box with the only exception to have the possibility to select the attribute where to search. I didn't realize that autoassign attributes would have been a valid substitute. Peppe --- Ven 5/2/10, Larry Becker becker.la...@gmail.com ha scritto: Da: Larry Becker becker.la...@gmail.com

Re: [JPP-Devel] Using Web Mercator tilesets in JUMP?

2010-02-05 Thread Larry Becker
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online

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

2010-02-05 Thread Larry Becker
___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc. -- The Planet

Re: [JPP-Devel] Find/Substitute attribute

2010-02-05 Thread Larry Becker
/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business

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

2010-02-03 Thread Larry Becker
, Feb 2, 2010 at 5:02 PM, Larry Becker becker.la...@gmail.com wrote: OK, I have committed an experimental version of AbstractZoomTool that incorporates a deferred mouse wheel zoom for half a second. It does an image stretch from the center of the panel until the half second expires. Please test

Re: [JPP-Devel] Jump DB Query Plugin now supports Spatialite

2010-02-03 Thread Larry Becker
-devel -- Larry Becker Integrated Systems Analysts, Inc. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible

Re: [JPP-Devel] Survey tool

2010-02-02 Thread Larry Becker
a plug-in that shows what the library can do. If I get around to it, I will let you know. SS On Mon, Feb 1, 2010 at 1:02 PM, Larry Becker becker.la...@gmail.com wrote: Hi SS, Thanks for the info. I don't have a critical need at this time. One of my in-house users has already worked

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

2010-02-02 Thread Larry Becker
, Feb 1, 2010 at 2:52 PM, Sunburned Surveyor sunburned.surve...@gmail.com wrote: Jukka, Can you file a feature request on SourceForge so we don't forget this? The Sunburned Surveyor On Mon, Feb 1, 2010 at 7:12 AM, Larry Becker becker.la...@gmail.com wrote: Hi Jukka, The behavior you

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

2010-02-01 Thread Larry Becker
___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc

Re: [JPP-Devel] Survey tool

2010-02-01 Thread Larry Becker
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 have a need for a tool to enter survey measurements into JUMP. Has anyone

Re: [JPP-Devel] Survey tool

2010-02-01 Thread Larry Becker
can do with my code. The Sunburned Surveyor On Mon, Feb 1, 2010 at 10:44 AM, Larry Becker becker.la...@gmail.com wrote: Like ArcGIS COGO, I guess: http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?ID=540rand=597pid=539TopicName=An_overview_of_COGO Larry On Mon, Feb 1, 2010 at 12

Re: [JPP-Devel] Osiibility to automate openJUMP

2010-01-19 Thread Larry Becker
, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated

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

2009-12-23 Thread Larry Becker
I found this critique of FOSS GIS at: http://lordkingsquirrel.wordpress.com/2006/05/07/everyday-mapsdesktop-mapping-software-udig/ *Change Symbology* Here I found my first problem – the troublesome roads layer. To review – the roads layer has all the streets and highways in the county, divided

[JPP-Devel] North Arrow

2009-12-23 Thread Larry Becker
I've added a North Arrow option on the View menu. As usual, to preview it set your workbench-properties to: workbench plug-inorg.openjump.core.ui.plugin.view.NorthArrowPlugIn/plug-in /workbench There are options for setting the alignment, style, and features of the North Arrow, but as yet no

Re: [JPP-Devel] EZ Buttons

2009-12-15 Thread Larry Becker
application,I was wondering if anyone has the code for it so that i can know how the tool is calculating the area. Can you please let me know. Thanks for the help in advance. Thanks On Mon, Dec 14, 2009 at 6:46 AM, Larry Becker becker.la...@gmail.comwrote: Sorry, it should have been

Re: [JPP-Devel] EZ Buttons

2009-12-14 Thread Larry Becker
in OpenJump is the ability to write edited data back to the database. -Jukka Rahkonen- 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

Re: [JPP-Devel] EZ Buttons

2009-12-14 Thread Larry Becker
)); wc.workbench.frame.flash(htmlFrame); htmlFrame.surface(); } } The former script got the distance between the first two features on the selected layer. This one uses the two selected items. Larry On Mon, Dec 14, 2009 at 8:33 AM, Larry Becker becker.la...@gmail.comwrote: Hi Jukka, Here

Re: [JPP-Devel] EZ Buttons, Beanshell console and gdal

2009-12-14 Thread Larry Becker
, CmdRunner.isWindows() returns true on a windows system. regards, Larry On Mon, Dec 14, 2009 at 10:06 AM, Larry Becker becker.la...@gmail.comwrote: Hi Peppe, That is an interesting idea. I would require some new support classes, but nothing that we haven't done already in iGOR. regards

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

2009-12-11 Thread Larry Becker
workbench-properties.xml file. It should normally be empty. It sounds like you may be getting multiple definitions of the menu options. We need more information to know for sure. regards, Larry Becker On Fri, Dec 11, 2009 at 8:39 AM, luca marletta lucama...@gmail.com wrote: Follow Stefan

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

2009-12-11 Thread Larry Becker
. It is attached. regards, Larry On Fri, Dec 11, 2009 at 9:05 AM, Larry Becker becker.la...@gmail.comwrote: Hi Luca, Thanks for your ideas to improve OJ. A great fix of this behavior could be: when you add a new vertex the Z will become the linear interpolation of the previous and next vertex

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

2009-12-11 Thread Larry Becker
Hi Michaël , Good catch. I agree that JTS limits how far we can go with supporting Z values. Larry 2009/12/11 Michaël Michaud michael.mich...@free.fr Larry Becker a écrit : I have added z interpolation to the Add Vertex tool for most normal cases. There are some boundary cases

Re: [JPP-Devel] EZ Buttons

2009-12-10 Thread Larry Becker
(no time yet). stefan Larry Becker schrieb: I have just done a preliminary port of SkyJUMP's EZ Button feature. The EZ Buttons option appears to the View menu. It provides an option to display a button panel that can be easily programed by choosing existing menu options with right

Re: [JPP-Devel] theaming feature

2009-12-10 Thread Larry Becker
); colorThemingStyle.setAttributeValueToLabelMap(attributeToLabelMap); //disable the BasicStyle and enable the ColorThemingStyle of the layer colorThemingStyle.setEnabled(true); lyr.getBasicStyle().setEnabled(false); lyr.fireAppearanceChanged(); bolRueck=true; } Larry Becker schrieb

Re: [JPP-Devel] theaming feature

2009-12-10 Thread Larry Becker
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.comwrote: Some of the move tool's dropping Z problems are the fault of my com.vividsolutions.jump.geom.CoordUtil which uses the 2D Coordinate

[JPP-Devel] EZ Buttons

2009-12-09 Thread Larry Becker
I have just done a preliminary port of SkyJUMP's EZ Button feature. The EZ Buttons option appears to the View menu. It provides an option to display a button panel that can be easily programed by choosing existing menu options with right mouse clicks. It can be activated with both the buttons

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

2009-12-07 Thread Larry Becker
. http://p.sf.net/sfu/redhat-sfdev2dev ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Larry Becker Integrated Systems Analysts, Inc

[JPP-Devel] SoftPedia certification

2009-12-03 Thread Larry Becker
Hi Stefan, I just remembered that we never added the SoftPedia certification to the OJ web site. http://mac.softpedia.com/progClean/OpenJUMP-Clean-56824.html regards, Larry -- Join us December 9, 2009 for the Red Hat

Re: [JPP-Devel] SoftPedia certification

2009-12-03 Thread Larry Becker
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.comwrote: Hi Stefan, I just remembered that we never added the SoftPedia certification to the OJ web site. http://mac.softpedia.com

<    1   2   3   4   5   6   7   8   >