Re: [JPP-Devel] new uploaded OJ 1.4.0.1

2010-10-27 Thread Larry Becker
Thanks to you, Michaël for your contributions and tireless bug fixing. I know I haven't been much help lately. It is my busy season at work. :-) Larry 2010/10/27 Michaël Michaud michael.mich...@free.fr Hi, Kudos to Stefan for this big release. Thanks a lot for the work you've done. I'm

Re: [JPP-Devel] Some thought about menus for future realizes (better if on OJ 1.4)

2010-10-27 Thread Larry Becker
Isn't there a way of breaking context menus up to several columns, like windows does? Maybe java already delivers this in some way? Sure. I did that to organize this menu in SkyJUMP.You need to move at least 3 to a submenu to make it worth while. It might be enough to move 4 items to

Re: [JPP-Devel] Some thought about menus for future realizes (better if on OJ 1.4)

2010-10-27 Thread Larry Becker
On Wed, Oct 27, 2010 at 8:59 AM, Edgar Soldin ed...@soldin.de wrote: On 27.10.2010 15:56, Larry Becker wrote: Isn't there a way of breaking context menus up to several columns, like windows does? Maybe java already delivers this in some way? Sure. I did that to organize this menu

Re: [JPP-Devel] R: OJ 1.4 stops loading at sextante plugin

2010-10-28 Thread Larry Becker
Oops! Hope I didn't remove your justification for going to Argentina. 8-) On Thu, Oct 28, 2010 at 2:40 PM, Larry Becker becker.la...@gmail.comwrote: Hi Stefan, Use Google translate: http://translate.google.com/translate?hl=ensl=estl=enu=http%3A%2F%2Fosgeo-org.1803224.n2.nabble.com

Re: [JPP-Devel] Question to Larry - Skyjump color manage

2010-11-19 Thread Larry Becker
Hi Peppe, I could do that. Would you want the interactive color tool, the style that recognizes R_G_B attributes, or both? Larry On Fri, Nov 19, 2010 at 5:24 AM, Giuseppe Aruta giuseppe_ar...@yahoo.itwrote: Hi Larry, I found quite useful the tool into Skyjump that allows to set feature

Re: [JPP-Devel] Label Bug in 1.4

2010-11-19 Thread Larry Becker
Hi Uwe, This change is mine. Sorry I broke compatibility with old projects, but I didn't see a way to prevent that and still add vertical alignment to polygon text. The capability is nice for labeling buildings. I was able to reproduce the bug about reverting to Above Line. Should be an

Re: [JPP-Devel] Question to Larry - Skyjump color manage

2010-11-23 Thread Larry Becker
the import/export and automatically colorize an imported DXF into OJ. thanks again, Peppe --- *Ven 19/11/10, Larry Becker becker.la...@gmail.com* ha scritto: Da: Larry Becker becker.la...@gmail.com Oggetto: Re: [JPP-Devel] Question to Larry - Skyjump color manage A: OpenJump develop and use

Re: [JPP-Devel] About new measure tools

2011-02-14 Thread Larry Becker
Hi Peppe, Speaking as someone who often uses Imperial units, thanks for thinking of us! I haven't updated to the latest snapshot. Did the Measure in feet option on the bottom of the tools menu go away? One of the issues that I have found with any Measure in feet tool is that it assumes

Re: [JPP-Devel] about layer tree (menu)

2011-02-15 Thread Larry Becker
Hi Peppe, In com.vividsolutions.jump.workbench.JUMPConfiguration is where this is done, I think. regards, Larry On Tue, Feb 15, 2011 at 9:34 AM, Giuseppe Aruta giuseppe_ar...@yahoo.itwrote: Hi all, I probably made my question in a wrong way on my former mail: The class

[JPP-Devel] Shape analysis using area-perimeter ratio

2011-04-27 Thread Larry Becker
; for an infinitely long and narrow shape, it is zero. I found it at: http://ce.sharif.edu/~alamgir/ Further searches indicate that this method of classification may be relatively unknown. Does anyone have knowledge in this area? regards, Larry Becker

Re: [JPP-Devel] Shape analysis using area-perimeter ratio

2011-04-28 Thread Larry Becker
to implement/use. The circularity ratio is one of the more usable techniques. Martin On 4/27/2011 2:00 PM, Larry Becker wrote: I had a need to classify polygon shapes into general categories such as roads and buildings, and I though it might be possible to use a thinness factor calculated using

Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn

2011-05-13 Thread Larry Becker
The code can just be copied over. The only hard part is the new translations. Larry On Fri, May 13, 2011 at 1:09 PM, Arnd Kielhorn a.kielh...@gmx.de wrote: Hello Larry, that is a really useful function. Is there a possibility to implement it in OJ? Kindly regards Arnd Hi Peppe,

Re: [JPP-Devel] Proprietary code in OJ : BASE64Encoder

2011-06-14 Thread Larry Becker
Hi Michaël and Ede, I'm glad to assist if I can. I tried VALUE_INTERPOLATION_BILINEAR, VALUE_INTERPOLATION_BICUBIC, and whatever the default is. I couldn't see any visible difference in a grey-scale image, so I think it can be removed without any obvious effect. regards, Larry 2011/6/14

Re: [JPP-Devel] menu entries for geometry conversion

2011-06-24 Thread Larry Becker
+1 On Fri, Jun 24, 2011 at 4:15 AM, edgar.sol...@web.de wrote: peppe votes to have the geometry conversion also in the layerview context menu. as i do not work with gis i don't know how often one needs this functonality. so i put that up for voting. anybody else in favor or against it?

Re: [JPP-Devel] New realize of OpenJUMP JUFRE 0.3

2011-06-30 Thread Larry Becker
Impressive! Larry On Thu, Jun 30, 2011 at 12:39 AM, Martin Davis mtncl...@telus.net wrote: Giuseppe, Wow! That's a great list of changes. Based on a quick read of the doc, it looks like some great ideas in there. I'm excited to see so much activity on JUMP - the app is really moving

Re: [JPP-Devel] SkyJUMP installation

2011-07-05 Thread Larry Becker
I haven't done any 64bit testing on SkyJUMP. It should work if you modify the SkyJUMP.ini file in /bin. -vm *C:\ASHSII\Jump\bin\j2re\bin\SkyJump.exe* -jararg1 -properties -jararg2 workbench-properties.xml -vmargs -Xmx512m -Xms40M Change the -vm parameter to point to your jvm instead of the

Re: [JPP-Devel] I need an help

2011-07-13 Thread Larry Becker
Hi Stefan. Welcome back! @Peppe, I think Stefan is referring to Edit Selected Side, and it seems like a perfect example of what you are trying to do. It creates a new temporary layer and calculates distance and angles. regards, Larry On Wed, Jul 13, 2011 at 2:28 PM, Stefan Steiniger

[JPP-Devel] ESRI file geodatabases

2011-08-03 Thread Larry Becker
It would seem that ESRI is positioning the file geodatabase as the heir to the shapefile. They now have a cross-platform API that provides access without ArcObjects. http://forums.arcgis.com/threads/31841-Welcome-to-the-discussion-forum-for-the-File-Geodatabase-API ! Is this something the JUMP

Re: [JPP-Devel] ESRI file geodatabases

2011-08-08 Thread Larry Becker
/jfilegdbexplore/ http://sourceforge.net/projects/jfilegdbexplore/ I know that the GDAL project is working on adding a driver for the FGDB API. This is in C, of course, so not directly usable by OJ. Martin On 8/3/2011 8:27 AM, Larry Becker wrote: It would seem that ESRI is positioning the file

Re: [JPP-Devel] ESRI file geodatabases

2011-08-08 Thread Larry Becker
all gt2 datastores. opinions? I like using geotools too. If they implement a FGDB datastore that has read and write access, it should be the preferred method. Larry On Mon, Aug 8, 2011 at 1:52 PM, edgar.sol...@web.de wrote: On 08.08.2011 19:33, Larry Becker wrote: It looks like there could

Re: [JPP-Devel] ESRI file geodatabases

2011-08-09 Thread Larry Becker
of the regular tools. regards, Larry On Mon, Aug 8, 2011 at 8:08 PM, Martin Davis mtncl...@telus.net wrote: ** On 8/8/2011 10:33 AM, Larry Becker wrote: It looks like there could be cooperation between the two groups on the development of the Java interface at least. Cooperation

Re: [JPP-Devel] ESRI file geodatabases

2011-08-10 Thread Larry Becker
On 8/9/2011 7:27 AM, Larry Becker wrote: Hi Martin, Disagreed. ... Another way to think of this - what better way to to suck the life out of a proprietary format than to make a one-way gateway into an open solution? (This is a tried-and-true ploy of proprietary platforms...) I see

Re: [JPP-Devel] EZ Buttons bug

2011-08-15 Thread Larry Becker
Hi Matthias, Yes, I couldn't figure out how to copy a menu's enableChecks event handler to the EZ Buttons. I didn't study it too much though, so there may be a fairly easy solution. regards, Larry On Sun, Aug 14, 2011 at 2:36 PM, Matthias Scholz m...@jammerhund.de wrote: Hi! The EZ

Re: [JPP-Devel] Cannot open old project file

2012-01-10 Thread Larry Becker
and we consider it essential to using JUMP to work on projects with multiple people editing at the same time. regards, Larry Becker ISA On Tue, Jan 10, 2012 at 3:17 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: Hi, New OJ does not open my old project files which I have created in 2009

[JPP-Devel] Editing shapefiles with SBN and SBX indexes

2012-02-15 Thread Larry Becker
. Comments? regards, Larry Becker ISA -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-21 Thread Larry Becker
I agree that there is no need to ask my consent each time you want to incorporate a feature from SkyJUMP. I do like to point out any potential problems you might have, so coordination is still helpful. There should be no real issues with porting the Colourization plugin (or whatever we are going

Re: [JPP-Devel] Add scale panel on Info bar

2012-02-27 Thread Larry Becker
I'd be the first to admit that some of the features that I put in SkyJUMP have no purpose in OJ. 8-) Larry On Sun, Feb 26, 2012 at 3:49 PM, Stefan Steiniger sst...@geo.uzh.ch wrote: I am for 123 [45687 pts] though, it also needs to translate pts... mhm.. stefan Am 26.02.12 02:16,

Re: [JPP-Devel] [openjump-users] workbench-properties.xml in 1.5.1

2012-02-29 Thread Larry Becker
I have done a basic port of the Orthogonalize plugin from SkyJUMP to OpenJUMP. Orthogonalize is a tool (currently on the right click menu) that squares up selected building polygons. Orthogonalization is the process of fixing polygons and multipolygons whose interior angles are close, but not

Re: [JPP-Devel] [openjump-users] workbench-properties.xml in 1.5.1

2012-02-29 Thread Larry Becker
Hmm, sourceforge autoblocked my first reply attempt (from gmail, no less). Anyone else having issues. Thanks for the quick reply Michaël. Is Copy Select Elements to New Layer the same as OpenJUMP's ReplicateSelectedItemsPlugIn (org.openjump.core.ui.plugin.edit) ? ReplicateSelectedItemsPlugIn

Re: [JPP-Devel] Edit styles of all selected layers

2012-03-07 Thread Larry Becker
That is a great beantool Michaël! It certainly demonstrates how much can be accomplished with a little code. If it was to be implemented as a plugin, we have space on the Style tab of the Layer Properties dialog. It could be implemented as a slider like the Transparency adjustment that

Re: [JPP-Devel] Edit styles of all selected layers

2012-03-08 Thread Larry Becker
When the Layer Properties was introduced in SkyJUMP, it was inspired by the Windows explorer Properties option, which shows you static information such as file size, but also lets you change some things such as read only or shared status for one file or an entire selection. It wasn't envisioned

[JPP-Devel] Selectable and Editable menu items won't check on Vista and Win7

2012-03-29 Thread Larry Becker
Hi, I noticed that the Selectable and Editable menu items won't check on Vista and Win7 due to an interface change. If we get rid of the menu icons, which don't really add much, the functionality is restored. I have included a patch to try out the fix. regards, Larry Index:

Re: [JPP-Devel] Selectable and Editable menu items won't check on Vista and Win7

2012-03-30 Thread Larry Becker
works as it should Windows Vista SP2 64bits + jre7 64 bits works as it should. Michaël Le 29/03/2012 21:55, Larry Becker a écrit : Hi, I noticed that the Selectable and Editable menu items won't check on Vista and Win7 due to an interface change. If we get rid of the menu icons, which

Re: [JPP-Devel] Combining polygons

2012-04-02 Thread Larry Becker
Hi Michaël and Jukka, It looks to me like one of the many revisions to FeatureInstaller lost an important change to support EZ Buttons. The patch below restores it. The change to EasyPanel should not be necessary. Please excuse me if my superficial look at the code has missed an important

Re: [JPP-Devel] Combining polygons

2012-04-02 Thread Larry Becker
, edgar.sol...@web.de wrote: Larry, could you please elaborate in short what this change does on the code level? ..thanks ede On 02.04.2012 16:53, Larry Becker wrote: Hi Michaël and Jukka, It looks to me like one of the many revisions to FeatureInstaller lost an important change

Re: [JPP-Devel] Performance issue with large polygons with holes in ShapefileReader

2012-04-20 Thread Larry Becker
Hi Michaël, Do you think this optimization will have an effect on the Shapefile with overlapping shells issue that we worked in 2008? see: http://www.mail-archive.com/jump-pilot-devel@lists.sourceforge.net/msg04403.html regards, Larry 2012/4/20 Michaël Michaud michael.mich...@free.fr Hi,

Re: [JPP-Devel] Convex hull for selected features is a linestring

2012-06-04 Thread Larry Becker
performance, so it might be better to combine the two functions as we did with Buffer and use the JTS algorithm in both cases. regards, Larry Becker On Mon, Jun 4, 2012 at 1:42 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: ** Hi, Operation Create convex hull for a layer creates a polygon

Re: [JPP-Devel] OJ spoils shapefile if shema is edited

2013-03-01 Thread Larry Becker
= overrideWithExistingCompatibleDbfFieldDef(fields[f], fieldMap); if (fromFile.fieldnumdec 0) fields[f] = fromFile; f++; Larry On Fri, Mar 1, 2013 at 10:38 AM, Larry Becker becker.la...@gmail.comwrote: I have a fix that works in SkyJUMP and should work in OpenJUMP

Re: [JPP-Devel] OJ spoils shapefile if shema is edited

2013-03-01 Thread Larry Becker
I can reproduce it in SkyJUMP. I think this is thte result of using overrideWithExistingCompatibleDbfFieldDef in ShapeWriter. My rational behind this method introduced a few years ago (July 2010) is that the size of the numbers entered during an edit session should not automatically lead to a

Re: [JPP-Devel] OJ spoils shapefile if shema is edited

2013-03-01 Thread Larry Becker
if (columnType == AttributeType.STRING) { int maxlength = findMaxStringLength(featureCollection, t); Larry On Fri, Mar 1, 2013 at 9:09 AM, Larry Becker becker.la...@gmail.com wrote: I can reproduce it in SkyJUMP. I think this is thte result of using

Re: [JPP-Devel] OJ spoils shapefile if shema is edited

2013-03-01 Thread Larry Becker
++; Larry On Fri, Mar 1, 2013 at 10:38 AM, Larry Becker becker.la...@gmail.comwrote: I have a fix that works in SkyJUMP and should work in OpenJUMP. It isn't elegant but it works by avoiding calling overrideWithExistingCompatibleDbfFieldDef when a type change is detected. There may be a more direct

[JPP-Devel] Linestring digitizing

2013-03-08 Thread Larry Becker
Hey guys, I've been following the discussion on linestring digitizing, and it reminded me that SkyJUMP's Constrained Linestring tool seems to support an edit mode that OJ doesn't. If the linestring is selected, you are allowed to extend it from either end by simply clicking an endpoint within

Re: [JPP-Devel] Linestring digitizing

2013-03-08 Thread Larry Becker
tool, not with Constrained Linestring tool. ** ** -Jukka Rahkonen- ** ** *Lähettäjä:* Larry Becker [mailto:becker.la...@gmail.com] *Lähetetty:* 8. maaliskuuta 2013 17:12 *Vastaanottaja:* OpenJump develop and use *Aihe:* [JPP-Devel] Linestring digitizing ** ** Hey guys

Re: [JPP-Devel] RenderingManager modes in skyjump

2013-03-14 Thread Larry Becker
of decimation as implemented in Java2DConverter and even in java.awt.Graphics2D. That's all for now. I've rambled on enough. Let me know what else I can clarify. Regards, Larry On Thu, Mar 14, 2013 at 3:00 AM, Michaël Michaud michael.mich...@free.frwrote: Hi Larry (Becker), I've

Re: [JPP-Devel] [ jump-pilot-Bugs-3608038 ] TIF image fails to add with error

2013-03-15 Thread Larry Becker
SkyJUMP has some limited support for GDAL via the OGR2OGR file conversion utility. I recommend the FWTools http://fwtools.maptools.org/binaries which support windows and linux. If you stick to command line stuff JNI is not needed. regards, Larry Becker On Fri, Mar 15, 2013 at 9:25 AM, Chris

Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread Larry Becker
I guess the Info tab of Layer Properties only says Multiple Geometry Types in such a case, but it should be easily fixed. Larry On Tue, Mar 19, 2013 at 3:22 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: Hi, Sometimes it would be useful to get a fast statistics about how many features

Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread Larry Becker
Done. My first contribution in a while! Hope I didn't break anything. No additional translations are required. Larry On Tue, Mar 19, 2013 at 8:37 AM, edgar.sol...@web.de wrote: any takers? .. else it probably calls for another featreq. ..ede On 19.03.2013 14:18, Larry Becker wrote: I

Re: [JPP-Devel] The new geometry is invalid. Cancelled.

2013-04-09 Thread Larry Becker
Hi Michaël, Echoing what I think you are proposing: 1) when Combine Selected Features is invoked, a basic topology validity check is done on the result. 2) Any errors should be reported in the status bar or the Output Window. 3) If an invalid geometry results from building a MultiPolygon, a

Re: [JPP-Devel] WMS Layer / SID Layer

2013-04-15 Thread Larry Becker
HI Michaël, Yes, you are correct. I believe his is not the first time changes to WMSLayer have affected SIDLayer. The original SIDLayer was a quick hack that never got the refactoring it deserved. A common abstract parent is probably the best practice. However, I'm not sure why OJ still

Re: [JPP-Devel] WMS Layer / SID Layer

2013-04-15 Thread Larry Becker
...@web.de wrote: is MrSid a format still in use? should we fix it? .. ede Don't now. I personnaly do not wish to spend time to support this format, but if we (Larry) can keep it working without too much effort, maybe some users will be happy to have it. Michaël On 15.04.2013 16:46, Larry

Re: [JPP-Devel] [openjump-users] Maps made using Open JUMP

2013-05-13 Thread Larry Becker
in as text. regards, Larry Becker On Mon, May 13, 2013 at 8:01 AM, Andrei Nacu andreina...@yahoo.com wrote: Hi all, I want to share my latest maps made with Open JUMP. They can also be found on Wikimedia Commons. A general map of the Roman Empire in AD 125, with physical background: Full

Re: [JPP-Devel] [ jump-pilot-Bugs-3613274 ] Inconsistencies in plugin enablecheck

2013-05-14 Thread Larry Becker
I'm going to stand with Michaël on this one. Here is why: In SkyJUMP (and probably JUMP) it behaves this way and it seems natural. I suspect this capability has been lost along the way since OJ has added more sophisticated support for window management and multiple views. Here is how I tested

Re: [JPP-Devel] RenderingManager modes in skyjump

2013-06-09 Thread Larry Becker
Hi Michaël, I recall it is pretty subjective, but I think I used EXECUTE_ON_EVENT_THREAD to avoid over-use of threads which can spawn out of control with the mouse wheel. regards, Laarry On Sun, Jun 9, 2013 at 3:28 PM, Michaël Michaud michael.mich...@free.frwrote: Hi Larry (Becker), I'm

Re: [JPP-Devel] RenderingManager modes in skyjump

2013-06-12 Thread Larry Becker
problem Geoff On 10/06/2013 04:28, Michaël Michaud wrote: Hi Larry (Becker), I'm slowly progressing on this topic. I added different rendering modes in RenderingManager, Except the printing stuff, there are only a few classes where new modes are used. I tested the change

Re: [JPP-Devel] FW: getting error on adding new image in image folder

2013-06-20 Thread Larry Becker
Convert the icon to one of the supported types ( GIF, JPEG, or PNG). Larry On Thu, Jun 20, 2013 at 4:05 AM, Tintu mary George tintu.geo...@rptechsoft.com wrote: hi, i didnt get ans for this mail.can you reply for this mail? From: Tintu mary George

[JPP-Devel] Unrecognized attribute name: IMG.FACTORY

2013-09-18 Thread Larry Becker
I tried the new OJ PLUS snapshot rev3729. Works pretty good for MRSID files! However, I'm having trouble loading shapefiles. I get an Illegal Argument Exception when I use Open or Open File. It works like normal when using Load Datasets. Unrecognized attribute name: IMG.FACTORY

Re: [JPP-Devel] LayerViewPanel Widget

2013-09-20 Thread Larry Becker
Hi Landon, There used to be a demo folder in the project under com/vividsolutions/jump. It had a folder with a stand-alone layer view panel demo. Of course it had a few dependencies, but I think it comes close to what you are attempting. I still have it in the SkyJump project on sourceforge,

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-11 Thread Larry Becker
I'm good with changing the package to org.openjump.core.ui or whatever. I'm interested in trying it out soon! Larrry On Sun, Nov 10, 2013 at 1:15 PM, Michaël Michaud michael.mich...@free.frwrote: Hi, a small question, befor i start working. Should i change the package name from

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-11 Thread Larry Becker
It isn't likely that there will be much further development of the print code in SkyJUMP. We kind of established a precedent early on that code ported from SkyJUMP would be repackaged. The two programs are not 100% compatible, so the code has to be ported and back ported anyway. Larry On Mon,

Re: [JPP-Devel] Download statistics

2013-11-21 Thread Larry Becker
My company trained a group of 25 in Belgium on JUMP, but for download counts that large, I suspect some university is using it in a GIS introduction course. Larry On Thu, Nov 21, 2013 at 3:17 PM, Michaël Michaud michael.mich...@free.frwrote: Hi, When OpenJUMP downloads come from Germany,

Re: [JPP-Devel] Integration of the SkyPrintPlugin into CORE

2014-04-01 Thread Larry Becker
was too lazy. 8-) It may be useful to review this threadhttp://jump-pilot-devel-openjump-develop-and-use.1063199.n5.nabble.com/JPP-Devel-RenderingManager-modes-in-skyjump-td5708408.html#a5708423from March of last year on the same topic. regards, Larry Becker On Tue, Apr 1, 2014 at 6:45 AM

Re: [JPP-Devel] VOTE.. Re: Integration of the SkyPrintPlugin into CORE

2014-04-13 Thread Larry Becker
+1 - SkyPrint core (at least the driver part) On Sun, Apr 13, 2014 at 7:48 AM, edgar.sol...@web.de wrote: sorry, but what's the current consensus now? please everyone interested raise hands again. all i can remember is SkyPrint into CORE - Michael into PLUS - Ede ..ede On 01.04.2014

Re: [JPP-Devel] Selecting Sequential LineStrings

2014-08-01 Thread Larry Becker
Hi Landon, Although I'm not an active developer much anymore, I recall having thought about this issue. My suggestion would be to use the status bar for prompts like select the primary linestring. Then the user doesn't have to click extra buttons. My 2 cents. regards, Larry On Fri, Aug 1,

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread Larry Becker
Hi Michaël, A bold new feature! One question: are you considering the use of BeanShell as the macro language? This would multiply the power of macro recording by making it a first step in script writing. regards, Larry Becker On Mon, Oct 6, 2014 at 6:28 AM, Michael Michaud m.michael.mich

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-22 Thread Larry Becker
Sounds like an idea whose time has come. With GDAL support (in the MAXI release) it would be possible to integrate the GUI tool from SkyJUMP that uses ogr2ogr to to load any supported file format while reprojecting the coordinate system. See the attached screen shot. The main feature is the

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-22 Thread Larry Becker
You got me. 8-) Jukka may be the last SkyJUMP user outside of the small community of users it was built to support. On Wed, Oct 22, 2014 at 2:46 PM, edgar.sol...@web.de wrote: On 22.10.2014 21:43, Larry Becker wrote: The main feature is the exhaustive drop down list of coordinate systems

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-22 Thread Larry Becker
into SkyJUMP.. shapefiles? ..ede On 22.10.2014 21:43, Larry Becker wrote: Sounds like an idea whose time has come. With GDAL support (in the MAXI release) it would be possible to integrate the GUI tool from SkyJUMP that uses ogr2ogr to to load any supported file format while reprojecting

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-22 Thread Larry Becker
. while we're at it you wanna see ported to OJ? ..ede On 22.10.2014 22:01, Larry Becker wrote: You can check it out as the sourceforge stand-alone project iGor http://sourceforge.net/projects/ogr-igor/ It supports shapefiles now, but it should be easy to add the new JML conversion

Re: [JPP-Devel] OpenJUMP and CAD tools

2015-01-26 Thread Larry Becker
members of our community agree, I vote to comment out Road Curve tool untill further solutions. A workaround to draw roads is to use ToolsAnalysis Offset curve tool, by Michael, which generate parallel lines so selected one Peppe 2015-01-21 23:53 GMT+01:00 Larry Becker becker.la...@gmail.com: 1

Re: [JPP-Devel] OpenJUMP and CAD tools

2015-01-21 Thread Larry Becker
of the developers has a few minutes, they can see if it fixes the issue. If it doesn't we can comment out lines 100 through 109 in startup.py to deactivate the Road tool. regards, Larry Becker On Tue, Jan 20, 2015 at 6:07 AM, Rahkonen Jukka (MML) jukka.rahko...@maanmittauslaitos.fi wrote: Hi, I

<    3   4   5   6   7   8