[JPP-Devel] Mouse wheel zoom and WMS

2010-02-01 Thread Rahkonen Jukka
Hi, I have not used disk wheel zoom a lot and I discovered just now that when zooming with mouse wheel, OpenJUMP is sending a new WMS call for each wheel "click". As a WMS server manager I do not like this behaviour at all. WMS server is really sending an image for each click but OpenJUMP does

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 i

[JPP-Devel] Survey tool

2010-02-01 Thread Larry Becker
I have a need for a tool to enter survey measurements into JUMP. Has anyone heard of a tool that supports this? I thought this would be something that Sunburned Surveyor might have, but didn't find any reference to it in his blog or on his SurveyOS site. @Sunburned, All the links I found to Biz

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 h

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=540&rand=597&pid=539&TopicName=An_overview_of_COGO Larry On Mon, Feb 1, 2010 at 12:01 PM, Stefan Steiniger wrote: > what do you mean by survey measurements? > angle and distance? or just point coordinate lists? >

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 GUI

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 wrote: > Hi Jukka, > >   The behavior you described is what I programmed for the mouse wheel > zooming.  I like the idea of doing raster scaling unti

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 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 bug (null attr

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 an

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 : > Hi, > > Thanks Geoffrey, nice to see cadplan plugins are still maintained and > improved. > > Michaël > > Geo

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 ever

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 wrote: > Hi SS, > >   Thanks for the info.  I don't have a critical need at this time.  One of > my in-house users has alread