Re: [JPP-Devel] Creating TIN with OpenJUMP

2016-12-06 Thread Landon Blake
Jukka: I did some work on a TIN plug-in for GeoTools a few years ago with a Summer of Code project. I know there is also TIN code as part of JTS. I don't think either of these got incorporated in to JUMP/OpenJUMP. Do you need the TIN WKT file format for a specific purpose? Landon On Fri, Dec

Re: [JPP-Devel] next OJ release

2016-11-18 Thread Landon Blake
here have been many changes these last two months, > and just using a fresh version of OpenJUMP or making it available to your > co-workers may help to report bugs and make it more stable ! > > I don't even mention documentation where we have a lot of pages to > update. > > Mich

Re: [JPP-Devel] next OJ release

2016-11-17 Thread Landon Blake
Ede: I don't have any contributions pending, but you let me know how I can help with the next release. That could include packaging and testing before we officially announce. Do we have any really nasty bugs that need to be fixed before the next release? I could work on that. Let me know if you

Re: [JPP-Devel] interesting read... what happens if your (QGIS) Software project gets big and (many) companies involved

2016-05-03 Thread Landon Blake
A great post. Thanks for sharing it. Landon On Mon, Apr 25, 2016 at 11:27 AM, Giuseppe Aruta wrote: > Hi Stefan, > interesting post. Thanks for the link. > There would be more things worth to discuss, in our little community. > I may be wrong but, regarding forks, I

Re: [JPP-Devel] Cleaning, formatting rewriting

2016-03-30 Thread Landon Blake
Thanks for your work cleaning the code Michael. I appreciate it. Landon On Sun, Mar 27, 2016 at 7:28 AM, Edgar Soldin wrote: > On 24.03.2016 13:55, Michaël Michaud wrote: > > Thanks, > > I also can undertake some changes with more confidence because I know I > > can get

Re: [JPP-Devel] How to find spikes with OpenJUMP?

2016-03-08 Thread Landon Blake
What creates the spikes in your geometry? I've got some code in JTS Warped that might help with this tool if anyone is interested. Landon On Thu, Mar 3, 2016 at 1:38 PM, Michaël Michaud wrote: > Hi, > > QA option do find spikes (but not inside corner). Removing

Re: [JPP-Devel] Logging with OJ

2016-02-11 Thread Landon Blake
Looks like good changes Ede. Thanks for the work. Landon On Thu, Feb 11, 2016 at 4:49 AM, wrote: > dear Devs and all other interested parties, > > there is a new Logger in town, ahem OJ. previous to our latest release i > was fed up with the patchworked logging within OJ

Re: [JPP-Devel] New to the project and looking to contribute

2016-02-03 Thread Landon Blake
Welcome to the team William. You will find this mailing list is a great resource, as are guys like Michael and Peppe. :] Let us know how we can help. Landon On Mon, Feb 1, 2016 at 11:35 PM, Michaël Michaud < m.michael.mich...@orange.fr> wrote: > Hi William, > > You're welcome on OpenJUMP devel

Re: [JPP-Devel] Add some useful methods on Layer.class and RasterImageLayer.class

2016-02-03 Thread Landon Blake
How do you guys feel about having Peppe and I review our existing layerable class/interface architecture and come up with a proposal for clean-up and revisions. I think some of Peppe's suggested methods are useful, but agree with Ede that we need to plug them into the correct interface. I think

Re: [JPP-Devel] Add some JTS functions before next release?

2015-12-09 Thread Landon Blake
Jukka: On which JTS class do you find the scale function? How do we currently support polygon hole editing in OpenJUMP? Landon On Wed, Dec 9, 2015 at 6:37 AM, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi Michaël, > > > > I have tried most functions which are

[JPP-Devel] Disabling Plug-Ins

2014-10-27 Thread Landon Blake
I went to a recent conference where a GIS guy showed how they had simplified the GQIS interface for some of their users. The only remaining items in the user interface supported their specific workflow. I'd like to try doing the same thing with OpenJUMP. Has anyone else already worked on this? Is

Re: [JPP-Devel] polygon merge

2014-09-18 Thread Landon Blake
Thanks for the message Stefan. Shoot me your code when you get back home...if you can, and I will take a look at it. Landon On Wed, Sep 17, 2014 at 4:11 PM, sstein sst...@geo.uzh.ch wrote: Hi Landon, I once implemented merge/eliminate of polygons bas ed on some neighbourcriteria, eg. longest

Re: [JPP-Devel] Blog post about Map Coloring plugin

2014-09-18 Thread Landon Blake
Sweert Jukka! Thanks for the contribution! Landon On Tue, Sep 16, 2014 at 1:57 AM, Rahkonen Jukka (Tike) jukka.rahko...@mmmtike.fi wrote: Hi, I wrote a post about Map Coloring plugin into our blog http://openjump.blogspot.fi/2014/09/openjump-can-color-polygons-with-five.html -Jukka

Re: [JPP-Devel] Error with Map coloring plugin

2014-09-18 Thread Landon Blake
Did you get a fix to this problem Jukka? Landon On Mon, Sep 15, 2014 at 6:15 AM, Rahkonen Jukka (Tike) jukka.rahko...@mmmtike.fi wrote: Hi, I found a shapefile from which some polygons are not colored with the Map coloring plugin v. 0.4. Shapefile does not have topology errors but some

Re: [JPP-Devel] Feature Collections With Spatial Index and Limited Topology

2014-09-18 Thread Landon Blake
Michael: Your comments are excellent, as they always are. :] Thanks for taking the time to respond. In plug-ins that need a spatial index, I will build anb STR Tree on the fly for feature collections that aren't already indexed. Thanks for the suggestion! In the meantime...perhaps I can run

Re: [JPP-Devel] Error with Map coloring plugin

2014-09-18 Thread Landon Blake
community and majority of all discussion is held on this mailing list. If Larry or anybody else had reacted yet you would have seen it. -Jukka- Landon Blake wrote: Did you get a fix to this problem Jukka? Landon On Mon, Sep 15, 2014 at 6:15 AM, Rahkonen Jukka (Tike) jukka.rahko

[JPP-Devel] Feature Collections With Spatial Index and Limited Topology

2014-09-17 Thread Landon Blake
I've been working a bit on Jukka's idea for a dual attribute merge plug-in that considers topology. As a first step, I wanted to whip up a FeatureCollection implementation that features spatial indexing and storage of some adjacency topology. Here are a few questions for the group: 1) I noted

Re: [JPP-Devel] Union/dissolve by several attributes

2014-09-10 Thread Landon Blake
selected features + Explode selected features. -Jukka Rahkonen- -- *Lähettäjä:* Landon Blake [sunburned.surve...@gmail.com] *Lähetetty:* 7. syyskuuta 2014 22:10 *Vastaanottaja:* OpenJump develop and use *Aihe:* Re: [JPP-Devel] Union/dissolve by several

Re: [JPP-Devel] Union/dissolve by several attributes

2014-09-10 Thread Landon Blake
So it sounds like adjacency will be important too? In other words...we don't want to merge features that aren't adjacent or topologically connected? Landon On Wed, Sep 10, 2014 at 1:43 PM, Landon Blake sunburned.surve...@gmail.com wrote: Interesting use case Jukka. Let me think about how

Re: [JPP-Devel] Union/dissolve by several attributes

2014-09-07 Thread Landon Blake
Jukka: Can you give me some more details on the actual union you are trying to accomplish? What do you integer attributes represent? Thanks. Landon On Wed, Sep 3, 2014 at 4:21 AM, Rahkonen Jukka (Tike) jukka.rahko...@mmmtike.fi wrote: Hi, I would like to union features by two or perhaps

Re: [JPP-Devel] Selecting Sequential LineStrings

2014-08-11 Thread Landon Blake
the primary linestring. Then the user doesn't have to click extra buttons. My 2 cents. regards, Larry On Fri, Aug 1, 2014 at 11:26 AM, Landon Blake sunburned.surve...@gmail.com wrote: Hey guys. I'm working on some CAD plug-ins for OpenJUMP. For a couple of the plug-ins I need the user

[JPP-Devel] Selecting Sequential LineStrings

2014-08-01 Thread Landon Blake
Hey guys. I'm working on some CAD plug-ins for OpenJUMP. For a couple of the plug-ins I need the user to select first a primary LineString and then a secondary LineString. I've been peeking at the core source code and Javadoc this morning and can't find a place where this is done already. I'm

[JPP-Devel] Hotlinking Tools

2014-01-20 Thread Landon Blake
We are starting to make extensive use of OpenJUMP at my new day job. I have a need for a couple of hotlinking tools: 1) A simple hotlink tool that opens a folder in the operating system file browser based on a file path in a feature attribute. 2) A more complicated hotlink tool that shows the

Re: [JPP-Devel] Bug With GeoTIFF Import

2014-01-04 Thread Landon Blake
Thanks for all of the help Jukka. I may take a look at the source code to see if I can add support for rotated images. Do we know who added the existing code to support image loading? I don't want to step on any toes...Any ideas where I should start poking around? This is an itch I need to

Re: [JPP-Devel] How to modify a zoom plugin. Question

2013-12-17 Thread Landon Blake
Peppe: Did you get any help on this? Landon On Sun, Dec 8, 2013 at 2:47 AM, Giuseppe Aruta giuseppe_ar...@yahoo.itwrote: Forgit the object of the mail... 2013/12/8 Giuseppe Aruta giuseppe_ar...@yahoo.it Hi all, I want to modify ZoomToSelectedPlugin in order to zoom, selecting a vector

Re: [JPP-Devel] OpenJUMP on RasperryPi

2013-11-24 Thread Landon Blake
Way cool. :] On Sat, Nov 23, 2013 at 6:45 AM, Matthias Scholz m...@jammerhund.de wrote: Hi, i've a little bit played with my RaspberryPi. One result is, that OJ runs on it :-) Not really so fast as on my i7 desktop, but its usable ;-) And with Ede's new plugin loader it should be possible

[JPP-Devel] Looking for Part Time OpenJUMP Programmer

2013-09-27 Thread Landon Blake
My small company, Redefined Horizons, will be looking to hire a part time OpenJUMP programmer in the next few months. (The job will start this fall or in the early spring of next year depending on the timing of some investor funds.) I will support (and encourage) remote work for this position.

Re: [JPP-Devel] LayerViewPanel Widget

2013-09-26 Thread Landon Blake
Sep 2013 11:15:58 -0700 Landon Blake sunburned.surve...@gmail.com wrote: Has anyone extracted the LayerViewPanel as a stand-alone widget for Swing Programs? I've used the LayerViewPanel and TreeLayerNamePanel in SMT - SAR Manager Toolkit http://sarmanager.sourceforge.net/ I

Re: [JPP-Devel] LayerViewPanel Widget

2013-09-26 Thread Landon Blake
can be used as a JComponent instead of in a JInternalFrame? Landon On Thu, Sep 26, 2013 at 10:26 AM, Landon Blake sunburned.surve...@gmail.com wrote: Thanks for the information on your work Paul. Would you be willing to share your code with me? Landon On Wed, Sep 25, 2013 at 2:55 PM

[JPP-Devel] LayerViewPanel Widget

2013-09-20 Thread Landon Blake
Has anyone extracted the LayerViewPanel as a stand-alone widget for Swing Programs? I was thinking about doing this, or of coding something similar from scratch, but I wanted to ask here first. -- LIMITED TIME SALE - Full

Re: [JPP-Devel] Improvement to GeoTIFF reader

2013-08-28 Thread Landon Blake
Great Changes Jukka. Thanks. Landon On Sat, Aug 24, 2013 at 3:09 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: Hi, The Geotiff reader does now - examine if tiff image contains geotiff tags - if not, check if tfw file can be found - if not, send an error and quit. It would be often

Re: [JPP-Devel] Extracting features of type GeometryCollection

2013-08-12 Thread Landon Blake
Jukka: Can you add a feature request on the SourceForge feature request tracker for this? Thanks. Landon On Mon, Aug 12, 2013 at 3:15 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: Hi, While playing with OSM driver I noticed that Extract layers by geometry type tool creates only

Re: [JPP-Devel] Fwd: Update OSGeo-Live Project Overviews and Quickstarts - openjump

2013-07-19 Thread Landon Blake
and Quickstarts - openjump Date: Fri, 19 Jul 2013 00:19:30 + From: cameron.shor...@gmail.com To: Stefan Steiniger sst...@geo.uzh.ch, Landon Blake sunburned.surve...@gmail.com, Michaël Michaud , michael.mich...@free.fr, Edgar Soldin edgar.sol...@web.de, Angelos Tzotsos gcpp.kal

Re: [JPP-Devel] OSM file reader - started development

2013-07-08 Thread Landon Blake
Stefan: You wrote: Anybody an idea how to put all the tags? You could prescan the OSM file to make a list of all the tags used in the file. Then create a feature schema with an attribute for each tag. You could even give the user a preview of the tags present in the OSM file, and let them chose

Re: [JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-07-03 Thread Landon Blake
and Features... did you check if you are not duplicating things? We got most of them from pirol. These classes are in org.openjump.core.apitools.* cheers, stefan Am 02.07.13 11:17, schrieb Landon Blake: Sounds good Ede. I'll add the commits on my list of things to do. Thanks for taking

[JPP-Devel] Sharing Some of My Recent OpenJUMP Related Work

2013-06-26 Thread Landon Blake
My wife recently asked me to scale back some work on my writing and publishing business, so I've had a bit more time for OpenJUMP programming lately. I wanted to share some of my recent work with the list: 1) I accomplished some major work on JUMP-Lib. JUMP-Lib exposes some of the best parts of

[JPP-Devel] JUMP-Lib Improvements for OpenJUMP

2013-06-26 Thread Landon Blake
I'd like to port some features from JUMP-Lib to OpenJUMP. These features are listed here: http://openjumpblog.wordpress.com/2013/06/27/improvements-from-jump-lib-for-openjump/ What do you guys think? I'm basically adding some standard utility methods to the Feature/BasicFeature and

Re: [JPP-Devel] creation of customized openjump

2013-05-21 Thread Landon Blake
Tintu: Does the problem go away if you delete the Printer Plug-in JAR? Landon On Thu, May 16, 2013 at 11:12 PM, Tintu mary George tintu.geo...@rptechsoft.com wrote: Hi, I create built of openjump.through the steps in

Re: [JPP-Devel] OpenJUMP dependency graph

2013-05-12 Thread Landon Blake
Good work MM. It is great to see OJ dependencies graphically. Landon On Sat, May 11, 2013 at 12:17 PM, edgar.sol...@web.de wrote: On 11.05.2013 20:37, Michaël Michaud wrote: Le 11/05/2013 17:15, edgar.sol...@web.de a écrit : On 11.05.2013 16:07, Michaël Michaud wrote: - I thought

Re: [JPP-Devel] Dummy Reader, no error-message

2013-05-12 Thread Landon Blake
I added this to the feature tracker at SourceForge tonight. Landon On Sat, May 11, 2013 at 3:35 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: Hi, It may be even more confusing, but the driver works also in the official OJ version just as it is supposed to work by doing nothing. The

Re: [JPP-Devel] Activating A Cursor Tool from MultiInputDialog

2013-04-01 Thread Landon Blake
Landon. I like the idea to launch a cursortool from a plugin. CaptureCoordinateCursorTool can become useful for other scopes, like a geoeferencing raster plugin (which in on my list) Peppe 2013/3/25 Landon Blake sunburned.surve...@gmail.com mailto: sunburned.surve...@gmail.com

[JPP-Devel] Activating A Cursor Tool from MultiInputDialog

2013-03-25 Thread Landon Blake
I'm in the process of implementing some simple CAD editing plug-ins for OpenJUMP. One of these will be a precise move tool. I'd like to use MM's revamped MultiInputDialog class for my plug-in GUI. The plug-in GUI will allow the user to enter the change in northing and change in easting for the

Re: [JPP-Devel] Minory UI issue with Edit attributes

2013-03-24 Thread Landon Blake
, or not. i'll add it to the bug tracker. ..ede On 24.03.2013 04:40, Landon Blake wrote: Seems like this behavior results from key listeners active on cursor tools and the attribute table. Probably not much we can do. On Mar 3, 2013 12:49 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fi

Re: [JPP-Devel] Minory UI issue with Edit attributes

2013-03-23 Thread Landon Blake
Seems like this behavior results from key listeners active on cursor tools and the attribute table. Probably not much we can do. On Mar 3, 2013 12:49 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, Create a layer with an attribute. Create a few geometries and start editing

Re: [JPP-Devel] Some confusion with terms items and features

2013-03-22 Thread Landon Blake
I think Jukka's renaming proposals are valid. Any other comments? Landon On Wed, Mar 20, 2013 at 5:51 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, OpenJUMP has a term item which is not the same as feature. For example inner ring of a polygon is an item but not a feature. It seems

Re: [JPP-Devel] windows auto Xmx setting

2013-03-22 Thread Landon Blake
Nice tweak to the OJ bat file Ede. Landon On Sun, Mar 17, 2013 at 4:28 PM, Michaël Michaud michael.mich...@free.fr wrote: Hi, Works fine on my windows 64b machine : java32 : max = 1GB / 12GB installed java64 : max = 7GB / 12GB installed Michaël all you windows folks out there, i added

Re: [JPP-Devel] Some UI trouble with Save dataset as PostGIS table

2013-03-21 Thread Landon Blake
Jukka: I'm not a PostGIS user. Hopefully one of the other developers that uses PostGIS can respond. On Thu, Mar 21, 2013 at 8:30 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, I was trying to repeat the error that Uwe has had with saving tables as names new or New. I have not been

Re: [JPP-Devel] PostGIS PlugIn: Unknown WKB type 0

2013-03-21 Thread Landon Blake
Uwe: Does this happen with any layer, or just with PostGIS layers? Can you show me the stack trace? Landon On Thu, Mar 21, 2013 at 5:42 AM, Uwe Dalluege uwe.dallu...@hcu-hamburg.de wrote: Hi, when I start OJ and open a Data Store Layer I receive the error:

Re: [JPP-Devel] PostGIS PlugIn shows wrong Save As name

2013-03-21 Thread Landon Blake
Can any of our PostGIS users confirm the error Uwe detected? If so, we can file a bug report. Landon On Thu, Mar 21, 2013 at 4:51 AM, Uwe Dalluege uwe.dallu...@hcu-hamburg.de wrote: Hi, when you save a layer to a PostGIS table with Save Dataset As... and you click the OK button a little

Re: [JPP-Devel] [ jump-pilot-Bugs-3608702 ] Exception on clicking on NoteTool on EditingToolbox

2013-03-21 Thread Landon Blake
Any ideas on what changes may have happened after R3277 to break the note tool? If not, I'll see if I can take a look next week. Landon On Thu, Mar 21, 2013 at 4:45 AM, SourceForge.net nore...@sourceforge.net wrote: Bugs item #3608702, was opened at 2013-03-21 04:25 Message generated for

Re: [JPP-Devel] PostGIS PlugIn shows wrong Save As name

2013-03-21 Thread Landon Blake
- Landon Blake wrote: Can any of our PostGIS users confirm the error Uwe detected? If so, we can file a bug report. Landon On Thu, Mar 21, 2013 at 4:51 AM, Uwe Dalluege uwe.dallu...@hcu-hamburg.de wrote: Hi, when you save a layer to a PostGIS table with Save Dataset As... and you

Re: [JPP-Devel] Difference between feature and BasicFeature

2013-03-12 Thread Landon Blake
Asma: Michael's answer is a good one. I'm not sure how much experience you have in Java programming, but this might help you understand the difference between Feature and BasicFeature: http://docs.oracle.com/javase/tutorial/java/concepts/interface.html Landon On Tue, Mar 12, 2013 at 3:54 PM,

Re: [JPP-Devel] easy way to fill up OJ memory

2013-03-12 Thread Landon Blake
Ede: Let me know if you need some land parcel datasets that will overload OJ. I should be able to provide that rather easily. :] Landon On Sun, Mar 10, 2013 at 4:29 PM, Michaël Michaud michael.mich...@free.fr wrote: Hey, With Tools Generate Create grid you can easily generate a dataset

Re: [JPP-Devel] context menu naming

2013-03-12 Thread Landon Blake
Ede: Context menu is OK with me. Landon On Sun, Mar 10, 2013 at 5:38 AM, edgar.sol...@web.de wrote: we are about add names for context menus to the language files (for ez menu ui). we have several options to call them A. context menu B. popup menu C. quick menu ... i vote for not

Re: [JPP-Devel] Odd error when splitting a layer

2013-02-15 Thread Landon Blake
Thanks MM. Landon On Fri, Feb 15, 2013 at 4:35 AM, Michaël Michaud michael.mich...@free.fr wrote: Hi, MM: Was this a translation problem, or a bug in the code? We can say a bug. We checked for the presence of a TEXT attribute with equalsIgnoreCase, then, we did not check what the actual

Re: [JPP-Devel] Odd error when splitting a layer

2013-02-15 Thread Landon Blake
-notify check.. http://jump-pilot.svn.sourceforge.net/jump-pilot/?rev=3253view=rev pretty self explaining regards ..ede On 15.02.2013 03:06, Landon Blake wrote: MM: Was this a translation problem, or a bug in the code? SS On Thu, Feb 14, 2013 at 1:05 PM, Michaël Michaud michael.mich

Re: [JPP-Devel] Odd error when splitting a layer

2013-02-14 Thread Landon Blake
Jukka: That is really weird. I can see the error is being thrown by the FeatureSchema class. Can you tell us what Tunnistamaton ominaisuustiedon nimi means? It is part of the stack trace. Landon On Thu, Feb 14, 2013 at 1:50 AM, Giuseppe Aruta giuseppe_ar...@yahoo.it wrote: That's really weird!

Re: [JPP-Devel] Java 7 problem with Sextante toolbox

2013-02-14 Thread Landon Blake
Jukka, Can you file a bug report? I don't use Sextante, but it looks like the error is being thrown by the Sextante code when the GUI for the tool you are trying to open is being constructed by OJ. Landon On Mon, Feb 11, 2013 at 7:40 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi,

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-02-14 Thread Landon Blake
can make the first test by making 20 copies of one polygon with a text editor and copy-paste them all into WKT input box. POLYGON ((40 280, 40 320, 80 320, 80 280, 40 280)) -Jukka- Landon Blake wrote: Jukka: Can you send me you data so I can do some testing. I remember this same issue

Re: [JPP-Devel] Odd error when splitting a layer

2013-02-14 Thread Landon Blake
MM: Was this a translation problem, or a bug in the code? SS On Thu, Feb 14, 2013 at 1:05 PM, Michaël Michaud michael.mich...@free.fr wrote: Hi Jukka, Should be fixed in r3253 Michaël Hi, I have a weird error when trying to split one dataset into new layers by an attribute value. The

Re: [JPP-Devel] undo/redo changes.. Re: Issues after adding loads of features as WKT

2013-01-23 Thread Landon Blake
I've been trying to follow this conversation, and I thought I'd add my 2 cents: MM wrote: Everybody like to be comfortable, but let's have a look at the bill. Loading everything in memory is already limiting OpenJUMP'susability. We must pay attention not to make it worst. I agree with this

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Landon Blake
. I believe you can make the first test by making 20 copies of one polygon with a text editor and copy-paste them all into WKT input box. POLYGON ((40 280, 40 320, 80 320, 80 280, 40 280)) -Jukka- Landon Blake wrote: Jukka: Can you send me you data so I can do some testing. I

Re: [JPP-Devel] How to convert WMS BBOX into polygon feature?

2013-01-19 Thread Landon Blake
use the OJ WMS analyzer for making visualisation and statistics about his own WMS usage which would be at least cool and sometimed even useful. -Jukka- Landon Blake wrote: Jukka, Is JEdit going to work for you, or should we whip up a plug

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-18 Thread Landon Blake
Jukka: Can you send me you data so I can do some testing. I remember this same issue being raised on the mailing list before, and I thought it had been corrected. Maybe not. At any rate, I'd like to do some poking around with the data you are using to see if I can verify a problem. Landon On

Re: [JPP-Devel] How to convert WMS BBOX into polygon feature?

2013-01-18 Thread Landon Blake
=360736,7151616,373024,7163904 into polygons would immediately be an useful tool for real world needs and such tool does not exist in any GIS program I know. Thus it would match fine with OpenJUMP itself: lightweight, clever and useful. -Jukka- Lähettäjä: Landon Blake

Re: [JPP-Devel] How to convert WMS BBOX into polygon feature?

2013-01-17 Thread Landon Blake
H. Should be too hard to process that. If we whip up a plug-in that parses that data in a text file and adds an OJ layer, will that work? Landon On Wed, Jan 16, 2013 at 6:57 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, Here comes a sample. -Jukka- Landon Blake wrote

Re: [JPP-Devel] How to convert WMS BBOX into polygon feature?

2013-01-16 Thread Landon Blake
Jukka: Do you get the list of Bounding Boxes in a text file or similar format? Can you send me a sample. I may be able to help. Landon On Wed, Jan 16, 2013 at 2:46 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, I would like to do some analysis of WMS server log by converting the

[JPP-Devel] Numberic Attribute Trimming

2013-01-14 Thread Landon Blake
Does OJ have a plug-in that will trim a floating point number attribute to a specific number of digits right of the decimal? Thanks. Landon -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC,

Re: [JPP-Devel] Numberic Attribute Trimming

2013-01-14 Thread Landon Blake
Thanks MM. Landon On Mon, Jan 14, 2013 at 1:00 PM, Michaël Michaud michael.mich...@free.fr wrote: Hi Landon, With the new Atribute calculator (Beanshell), you can do that easily Expression Beanshell : round(numericAttribute, numberOfDecimals) Michaël Does OJ have a plug-in that will

Re: [JPP-Devel] Converting map view into Sextante image?

2013-01-11 Thread Landon Blake
Jukka: I don't know anything about Sextante, or I would try to help. Landon On Wed, Jan 9, 2013 at 3:57 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, OJ has some image analysis tools in Sextante raster menu. I wonder if it could be possible to convert a raster image that is

Re: [JPP-Devel] PLUG INSTOPOLOGYProject Point on LINE (Orthogonal Projection would be useful in making of geological section)

2012-12-31 Thread Landon Blake
Praveen: I'm trying to clarify what you are asking for. You don't want a perpendicular projection onto the line? Landon On Fri, Dec 28, 2012 at 10:32 AM, Praveen Sinha pks...@yahoo.com wrote: Hi, PLUG INSTOPOLOGYProject Point on LINE is a nice tool in 1.52 OJ but for its use in making of

Re: [JPP-Devel] OJ 1.6 redundant plugins

2012-12-28 Thread Landon Blake
I'm + 1 for hiding if we have some good release documentation explaining the change. Landon On Fri, Dec 28, 2012 at 2:35 AM, Stefan Steiniger sst...@geo.uzh.ch wrote: I would keep it. People who know OJ will always look for it there... and it is easy to use... one of user-centered design

Re: [JPP-Devel] Printer plugin loops with faulty scale range settings

2012-12-28 Thread Landon Blake
Thanks for letting everyone know about the bug Jukka. Landon On Thu, Dec 27, 2012 at 12:39 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, The Printer plugin goes to non-respective state if the scale range is set in a wrong way. The right way is, for example, 0,50,100,200. However,

Re: [JPP-Devel] deprecate FeatureInstaller.addMainMenuItem() methods

2012-12-28 Thread Landon Blake
So we just marked them deprecated, correct? I really need to write us a new short plug-in programmers guide to capture some of this information... Landon On Mon, Dec 24, 2012 at 5:00 AM, edgar.sol...@web.de wrote: the more generic FeatureInstaller.addMainMenuPlugin() methods are in trunk

Re: [JPP-Devel] deprecate FeatureInstaller.addMainMenuItem() methods

2012-12-28 Thread Landon Blake
Thanks. Landon On Fri, Dec 28, 2012 at 9:14 AM, edgar.sol...@web.de wrote: yes.. ede On 28.12.2012 18:13, Landon Blake wrote: So we just marked them deprecated, correct? I really need to write us a new short plug-in programmers guide to capture some of this information... Landon

Re: [JPP-Devel] Extensions tab in About is not scrollable

2012-12-28 Thread Landon Blake
Thanks for the fix Ede. On Fri, Dec 21, 2012 at 8:40 AM, edgar.sol...@web.de wrote: On 19.12.2012 16:05, Rahkonen Jukka wrote: Hi, This tab has lot of text but you can see the end of the page and the OK button only by making the window bigger. fixed in rev.3171 .. ede

[JPP-Devel] Fwd: The JUMP Pilot Project, it's time to upgrade your classic SourceForge project

2012-12-28 Thread Landon Blake
Guys: Please see the e-mail from SourceForge below. We may need to discuss the upgrade, and I'm more than willing to help with any upgrade prep work when I can. Landon -- Forwarded message -- From: Rich Bowen rbo...@sourceforge.net Date: Tue, Dec 4, 2012 at 10:51 AM Subject:

Re: [JPP-Devel] Fwd: The JUMP Pilot Project, it's time to upgrade your classic SourceForge project

2012-12-28 Thread Landon Blake
No problem. Just didn't want to keep the message all to myself. :] On Fri, Dec 28, 2012 at 12:02 PM, edgar.sol...@web.de wrote: read it but am willing to wait until they give us a definitive deadline ;)..ede On 28.12.2012 20:59, Landon Blake wrote: Guys: Please see the e-mail from

Re: [JPP-Devel] Proposal for some modification on View menu

2012-12-17 Thread Landon Blake
+ 1 Landon On Mon, Dec 17, 2012 at 4:40 AM, Stefan Steiniger sst...@geo.uzh.ch wrote: +1 Am 17.12.12 10:55, schrieb Giuseppe Aruta: Hi list, as I wrote some weeks ago. I want to do some modification on View menu. I would like to do it for OJ 1.6 official real. a) Move Scale display, Show

Re: [JPP-Devel] keyboard short cuts doc

2012-12-17 Thread Landon Blake
Ede: I'm a bit confused. A human readable list of what? Landon On Sun, Dec 16, 2012 at 11:29 PM, edgar.sol...@web.de wrote: is there really no functionality in OJ to add shortcuts that automatically creates a human readable list on request? if not, we should at least create a featreq as

Re: [JPP-Devel] keyboard short cuts doc

2012-12-17 Thread Landon Blake
Got it. Thanks for clarifying. On Mon, Dec 17, 2012 at 8:32 AM, edgar.sol...@web.de wrote: Help-Shortcut Keys .. ede On 17.12.2012 17:26, Landon Blake wrote: Ede: I'm a bit confused. A human readable list of what? Landon On Sun, Dec 16, 2012 at 11:29 PM, edgar.sol...@web.de wrote

Re: [JPP-Devel] jre 1.5 compatibility

2012-12-10 Thread Landon Blake
I don't have a problem moving to 1.6. I'm using at least 1.6 on Ubuntu and Windows 7. Landon On Mon, Dec 10, 2012 at 2:40 AM, edgar.sol...@web.de wrote: even openjdk is already at 1.7.. so we can make it official. we are not striving to fit in 1.5 anymore? it will be compiled that way still,

Re: [JPP-Devel] [openjump-users] Maps OpenJUMP and Inkscape

2012-12-03 Thread Landon Blake
need to scale each SVG file. For this reason, it would also be nice to be able to export a full extent view as SVG at a custom-defined scale. Hope these suggestions will help, Andrei From: Landon Blake sunburned.surve...@gmail.com To: OpenJump develop and use

[JPP-Devel] ADB Toolbox

2012-11-29 Thread Landon Blake
On the Java Collaboration mailng list at OSGeo today someone told me that there were some LAS (LIDAR) tools in the ADB Toolbox. I see you have to register on their web site to access the software. Does anyone have access to the ADB Toolbox source code? I think gvSIG might also have some LIDAR

[JPP-Devel] Video on the Application of OpenJUMP to Sanitary Sewer Networks

2012-11-27 Thread Landon Blake
At the OSGeo California 2012 Annual Meeting I gave a talk about the application of OpenJUMP to the management of sanitary sewer networks. I've been trying to video tape my talks, and I got this one posted to YouTube: http://www.youtube.com/watch?v=jgHY1p77wxMfeature=relmfu I hope some of you

Re: [JPP-Devel] Upgraded Italian and Spanish languages files

2012-11-09 Thread Landon Blake
MM and others: Work is still slow, so I'm taking another week of vacation next week. I'm working to get through my e-mail today, but I hope to package and polish my three (3) main plug-ins tonight. I also planned on having the first release of JUMP Lib ready by next Wednesday. Do we want to get

Re: [JPP-Devel] Upgraded Italian and Spanish languages files

2012-11-09 Thread Landon Blake
Did we get a bug report filed on the Sextante buffer error that I can look at the first part of next week? Landon On Wed, Nov 7, 2012 at 6:07 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: Others : any objection ? well.. I still need to check what the Sextante error is about, when using a

Re: [JPP-Devel] 1.6.0RC1 gis day edition

2012-11-09 Thread Landon Blake
Thanks Ede. I will start testing it right a way. On Fri, Nov 9, 2012 at 3:07 PM, edgar.sol...@web.de wrote: is uploaded to sourceforge.. http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.6.0RC1/ i will announce it on gis day on the user list.. ede

Re: [JPP-Devel] [OSGeo-Discuss] Seeking guidance for contributing to OSGeo.

2012-11-09 Thread Landon Blake
eager to start with the things as soon as my exams get over. Kindly allow me some time. Thanking you. Warm Regards On Oct 20, 2012 2:46 AM, Landon Blake sunburned.surve...@gmail.com wrote: Akshita: It would be good to review the old JUMP Developer Guide and to make a quick review of JTS: 1

[JPP-Devel] Looking for a GIS Project

2012-10-30 Thread Landon Blake
OpenJUMPers: I'm launching a new magazine entitled Digital Surveying in January. Part of the magazine will be a regular column that will teach basic GIS concepts and workflows using OpenJUMP. I had initially planned on writing articles for the column based on a fictitious irrigation district.

Re: [JPP-Devel] OpenJUMP Release for GIS Day?

2012-10-26 Thread Landon Blake
Lots of good discussion on this topic. I'm also a fan of release early, release often. Does it make sense to drop a release candidate on GIS day, instead of our next official release? Then we can ask super users to do bug testing on the release candidate before our official release is made. I'm

[JPP-Devel] OpenJUMP Release for GIS Day?

2012-10-24 Thread Landon Blake
GIS day is on November 14. Is there any interest in putting together an official release of OpenJUMP for GIS day? I'm on vacation the week of November 5 to November 9, so I could help with the work to put together and package a release. Landon

Re: [JPP-Devel] OpenJUMP Release for GIS Day?

2012-10-24 Thread Landon Blake
It is totally up to our group. I just wanted to throw the idea on the table. I thought it would be good to have some type of OJ related event/announcement for GIS Day. MM: Do we have a punch list for items you want to see wrapped up before the next release? If we don't have enough time for a

[JPP-Devel] Fwd: [OSGeo-Discuss] Seeking guidance for contributing to OSGeo.

2012-10-19 Thread Landon Blake
- The Sunburned Surveyor) -- Forwarded message -- From: Landon Blake sunburned.surve...@gmail.com Date: Fri, Oct 19, 2012 at 2:16 PM Subject: Re: [OSGeo-Discuss] Seeking guidance for contributing to OSGeo. To: Akshita Tyagi akshita.m...@gmail.com Akshita: It would be good to review

Re: [JPP-Devel] Fwd: [OSGeo-Discuss] Seeking guidance for contributing to OSGeo.

2012-10-19 Thread Landon Blake
, schrieb Landon Blake: OpenJUMP Programmers: I've got Akshita some reading material to get her started with OpenJUMP programming. I also sketched out some interfaces and class stubs for a linear referencing/route management built on JTS and JUMP's feature model that can be integrated into OJ via

[JPP-Devel] Introducing Akshita Tyagi

2012-10-17 Thread Landon Blake
OpenJUMP Programmers: Akshita popped on the OSGeo discussion mailng list a couple of days ago looking for a way to contribute to OSGeo. Since she had Java programming skills I invited her to contribute to OpenJUMP. She agreed, and has subscribed to this mailing list. I wanted to introduce her.

Re: [JPP-Devel] [deegree-devel] JUMP Lib

2012-10-05 Thread Landon Blake
very much resemble the simple feature model you are talking about. As an aside: This is also the general direction I will encourage LocationTech to move in. -- Jody Garnett On Friday, 5 October 2012 at 1:16 AM, Landon Blake wrote: We've talked before about submitting OpenJUMP as a OSGeo

Re: [JPP-Devel] [deegree-devel] JUMP Lib

2012-10-05 Thread Landon Blake
will encourage LocationTech to move in. -- Jody Garnett On Friday, 5 October 2012 at 1:16 AM, Landon Blake wrote: We've talked before about submitting OpenJUMP as a OSGeo Project. This hasn't happened yet, for a number of reasons. I wanted to put forward an alternative idea and discuss

Re: [JPP-Devel] Linking Features with attributes from other FCs?

2012-10-04 Thread Landon Blake
Stefan: I'm not sure if I understand exactly what Bernd is talking about, but I've given some thought and done some initial coding on the use of CSV files as external tables in OJ. Here is a simple example of how they would work: Select a parcel owner in the parcel owner table. Select all the

[JPP-Devel] OpenJUMP Training Videos

2012-08-31 Thread Landon Blake
I couldn't sleep tonight, so I made a couple of OpenJUMP training videos. The first one shows how to use OpenJUMP to clean the polygon geometries of some surveying data from the US: http://redefinedhorizonsblog.com/2012/08/31/first-openjump-training-video-on-youtube/ The second video shows how to

  1   2   >