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

2010-02-01 Thread Larry Becker
Hi Jukka, The behavior you described is what I programmed for the mouse wheel zooming. I like the idea of doing raster scaling until you stop using the wheel. It is just a matter of finding time to do it. As you can imagine, this is fairly difficult code to write, but I believe it to be an

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] Survey tool

2010-02-01 Thread Larry Becker
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:01 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: what do you mean by survey measurements? angle and distance? or just point

Re: [JPP-Devel] Survey tool

2010-02-01 Thread Sunburned Surveyor
Larry, I don't have a tool designed for this yet. However, I've done 80% of the work in my JTS Warped library. If you use this library you could easily import a list of bearings and distances from a text file and use it to create feature geometry. (Or take a bearing and distance entered from a

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

2010-02-01 Thread Sunburned Surveyor
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 described is what I programmed for the mouse wheel zooming.  I like the idea of doing

Re: [JPP-Devel] Null handling in OJ and in PlugIns

2010-02-01 Thread Sunburned Surveyor
Thanks for the patch Michael. Thanks for testing it out Larry. Landon On Sat, Jan 30, 2010 at 10:00 PM, Larry Reeder lnree...@gmail.com wrote: I could not reproduce the problem with mixed geometry, but found a bug (NPE) for null non-numeric attributes. I think the NPE you get is due to this

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

2010-02-01 Thread Sunburned Surveyor
I'm working on some node editing plug-ins right now. I'm almost done with one that creates a node at the midpoint of a selected LineString. I've also got plans for the following node editing tools: - Create node at midpoints of all LineString segments. - Move node distance along LineString from

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

2010-02-01 Thread Sunburned Surveyor
I second Michael's expression of thanks. I've read a little about iText, but I've never used it. Sorry I can't help with the non-ascii character question. SS 2010/1/30 Michaël Michaud michael.mich...@free.fr: Hi, Thanks Geoffrey, nice to see cadplan plugins are still maintained and improved.

Re: [JPP-Devel] Survey tool

2010-02-01 Thread Larry Becker
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 around it using Excel. He requested the feature, and I thought I would see if one already exited, but I don't intend to do any programming on the task since it only comes up

Re: [JPP-Devel] Survey tool

2010-02-01 Thread Sunburned Surveyor
No problem. I do want to whip up 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