Re: [JPP-Devel] Shapefile with overlapping shells

2008-04-23 Thread Michael Michaud
Hi, Larry > Hi Michaël, > > I found another problem with the PolygonHandler routines I copied from > geotools. It causes MultiPolygons to be created by default instead of > simple Polygons. I restored the original code and inserted the > modifications for clockwise holes. Now it is a much les

Re: [JPP-Devel] Edgar's CTS plugin and Bursa Wolf problems - Test

2008-05-02 Thread Michael Michaud
Hi Peppe, As you mention, bursa-wolf transformation is not always enough to make precise transformation between old local reference system and new spatial reference system. The advantage is that it relies on a set of only 7 parameters and a well known algorithm. To do more precise transformatio

Re: [JPP-Devel] Edgar's CTS plugin and Bursa Wolf problems - Test

2008-05-02 Thread Michael Michaud
iting a new library for coordinate transformation, > and I'm interested by your experience, as my goal is to manage properly > 3D and grid-based transformations, not only projections and BW > transformations. > > On Fri, May 2, 2008 at 7:41 AM, Michael Michaud <[EMAIL PROTECTE

Re: [JPP-Devel] Collaboration on Java SRS Code

2008-05-02 Thread Michael Michaud
> involved down the road... > > We really need to work together more. We could accomplish a great deal > for everyone this way. > > I hope it is at least worth dicussing the possibility. > > The Sunburned Surveyor > > On Fri, May 2, 2008 at 7:41 AM, Michael M

Re: [JPP-Devel] Shapefile with overlapping shells

2008-05-03 Thread Michael Michaud
Hi, Larry, I did some tests today with your new PolygonHandler. I had no file known for the specific problem the new class is supposed to solve, but I tried to load several files with more or less valid geometries. Most shapefiles have been read exactly the same way with the old code and with

Re: [JPP-Devel] Few patches for PostGIS and WMS functionality

2008-05-09 Thread Michael Michaud
Hi, I just had a quick look to the first two patches. I could understand the benefit of doing these changes. I have no postgresql/postgis set on my computer at the moment, and cannot do any test. But if you can confirm you did some tests with a real database and if nobody can do further tests, I

Re: [JPP-Devel] Shapefile with overlapping shells

2008-05-13 Thread Michael Michaud
ide CW holes. >>> >>> If any Geotools or uDig people are watching this thread, you might >>> want to consider some changes to your shapefile reader. Not only will >>> it not read polygons with clockwise holes, but it defaults everything to >>>

Re: [JPP-Devel] Task Properties

2008-05-24 Thread Michael Michaud
Paul Austin a écrit : > I would like to extend the Task class to support properties. Properties > can be set by plug-ins on the task. An example of a property would be > the SRID for the whole task. This will allow us to support extended > metadata on tasks without having to add new methods each

Re: [JPP-Devel] [XxxJUMP-users] new webpage

2008-06-03 Thread Michael Michaud
Great work Stefan, It looks nice. I like the general design of the page which offers a clear structure Do you see this html structure as a simple entry point to access wiki documentation or do you think wiki should migrate to html ? I can see pros and cons for both tools, but I'd like to know wh

Re: [JPP-Devel] Fwd: OpenJUMP question

2008-06-12 Thread Michael Michaud
Larry Becker a écrit : > Does anyone have a link to a web page that talks about the > requirements of undershoot, overshoot, etc.? I'm wondering if you > have, for instance, three lines ending at (within tolerance ) the same > point, how do you decide which point to snap the ends to? Pick one

Re: [JPP-Devel] Question about Cloned windows

2008-06-12 Thread Michael Michaud
Rahkonen Jukka a écrit : > Hi, > > Option b) was in my mind because I was thinking that a clone is exact copy of > the mother window. So I wondered that having different layers in cloned > windows would be impossible. Per perhaps switching visibility of the layers > could be done independently?

Re: [JPP-Devel] OpenJUMP as an OSGEO project - Assessing the Requirements

2008-06-17 Thread Michael Michaud
Hi Stefan, +0 I think joining OSGEO should be fine for OpenJUMP (more visibility, more developpers, more users...), but I'm not sure we have enough human resources to move on. As far as I'm concerned, I have'nt contributed for a while, but I'll keep helping when I can, whatever the decision is.

Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-11 Thread Michael Michaud
Hi Stefan, Did you try the planar graph plugin. Last time I had such a problem, I created a planar graph from my polygon layer, simplified the resulting edge layer created a new planar graph (or polygonize) from the simplified edges layer. Otherwise, to create linestrings from linesegments, use

[JPP-Devel] DbfFile and String intern

2008-07-20 Thread Michael Michaud
Hi, I just replaced the String.intern() mechanism used in DbfFile to save memory heap space by the use of a temporary HashMap. Please, tell me if you notice any strange behaviour in the shapefile reader. For those of you interested by performance tuning, a short abstract of what we did to try

Re: [JPP-Devel] Bunch of questions (mostly UI based)

2008-07-20 Thread Michael Michaud
Hi, Christopher, A few answer only Christopher a écrit : > After spending a bunch of time wading through code looking for answers and > coming up short, I thought I'd ask the JUMP gurus on the list and see if > anyone can shed some enlightenment... > > 1. In the MultiInputDialog that comes up w

Re: [JPP-Devel] DbfFile and String intern

2008-07-21 Thread Michael Michaud
Hi, Nothing to add to Paul's answer. I found the tip of replacing the intern() method by the use of a hashmap in the excellent site of Roedy Green : http://mindprod.com/jgloss/interned.html#WHY (end of the page) Michaël Paul Austin a écrit : > Andreas, > > PermGen space is the area that the J

Re: [JPP-Devel] DbfFile and String intern

2008-07-21 Thread Michael Michaud
Nacho Uve a écrit : > I'm going to test it. I'm working with large shapefiles this days... > > But I miss the BeanShell console in the nighty build... Will it be > removed? > I think it's very useful. I just tried the 2008-07-21 nighly-build, and the BeanShell Console is there PS : if you use bean

Re: [JPP-Devel] ISA plugin

2008-07-28 Thread Michael Michaud
Larry Becker a écrit : > Hi, > > Since OpenJump now uses the same mechanism for plugins as SkyJUMP, I > realized that it is now possible to use features from the new ISA > plugin directly in OJ via the workbench-properties.xml file. Of > course, they won't be internationalized, and I will still

Re: [JPP-Devel] mousewheel and select tool

2008-09-04 Thread Michael Michaud
Hi, > Switching back and force between select tool and other tool is > annoying I have found. Just want to say I agree with Bing's statement about this issue. I'm not sure what is the best way to improve it, but switching from/to pan/zoom and select with a modifier key seems ok to me. Panning wit

Re: [JPP-Devel] mousewheel and select tool

2008-09-05 Thread Michael Michaud
lkuperäinen viesti- >> Lähettäjä: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] >> Puolesta Michael Michaud >> Lähetetty: 5. syyskuuta 2008 9:19 >> Vastaanottaja: OpenJump develop and use >> Aihe: Re: [JPP-Devel] mousewheel and select tool &

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Michael Michaud
Nice to see new plugins for OpenJUMP. I updated my source tree today (to get new BufferPlugIn and ExtractLayersByAttribute) but they don't compile on my machine because of a java 1.6 feature : String.isEmpty() I'm not very far from switching to java 1.6 but... I'd like to hear other users/devel

Re: [JPP-Devel] Thanks for warning fixes

2008-10-06 Thread Michael Michaud
Hi, > Oh yes.. thank you from my side too! > I just watched the svn message and it seems like hours of work to have > fixed those. > Not so much, I did it the quick way, just fixing typos, adding comments where it was easy and removing the line with the tag when it was less obvious. Maybe I a

Re: [JPP-Devel] comment on request on having a free-floating attributepanel

2008-10-07 Thread Michael Michaud
Hi, I'm not sure that an toolbox-like panel is a good solution for attribute tables. Like you and Larry, I often feel frustrated with the attribute table going behind the layerview. I don't always remember there is a way to get it back in the window menu. Having a floating attribute table looks

Re: [JPP-Devel] recent changes on sourceforge

2008-10-08 Thread Michael Michaud
> > Also the nightly build is now available again (thank you to Paul and Larry). > Thanks ! Michaël > stefan > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux bas

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Michael Michaud
Hi SS, Thank you for letting us try bizzjump. The docking framework for OpenJump looks nice. I'll give it a try and let you know Michaël Sunburned Surveyor a écrit : > I've put together a demo version of BizzJUMP so other programmers can > check out my integration of the InfoNode Docking Windo

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Michael Michaud
Thread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > Larry > > On Wed, Oct 8, 2008 at 3:54 PM, Michael Michaud > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > Hi SS, > > Thank you for letting us tr

Re: [JPP-Devel] anyone programmed a clipping function for polygons?

2008-10-11 Thread Michael Michaud
Hi Stefan, Is there any reason why you don't use the Analyze>Two layers>Overlay function ? If you're interested in a new triangulation implementation to build your thiessen polygons on, let me know, I've got a delaunay triangulation plugin which is quite fast. Michaël Stefan Steiniger a écrit

Re: [JPP-Devel] anyone programmed a clipping function for polygons?

2008-10-13 Thread Michael Michaud
e a z, because I initially wrote it to create dem) Michaël > thank you > Stefan > > Michael Michaud schrieb: > >> Hi Stefan, >> >> Is there any reason why you don't use the Analyze>Two layers>Overlay >> function ? >> If you

Re: [JPP-Devel] zoombar

2008-10-29 Thread Michael Michaud
Stefan Steiniger a écrit : > Hei, > > just a thought on the Google zoom slider: > they have one advantage: they know their data and it goes just in an out > from a certain resolution [5m?] to the world.. so they have a fixed > frame. While GIS data in general could reach from [mm] to whatever > sca

Re: [JPP-Devel] Tooltip display

2008-10-31 Thread Michael Michaud
Hi Kevin (and others for advice) Sorry for the annoyance, I realize that the ToolTipText content is defined in the LayerNameRenderer class, and that I overrode the previous behaviour, adding a method directly in the TreeLayerNamePanel. I added the number of objects in the tooltip because I found

Re: [JPP-Devel] Testing Michael's DXF Plug-In

2008-10-31 Thread Michael Michaud
Thanks Edgar, you found it before me ! Thanks Julien for testing and offering your help Landon, my english must be very bad if you thought the doc was in french ;-) (there is also some french comments from time to time) This code is quite old for me, but if I can help, I'll do it. The dxf parser

Re: [JPP-Devel] Tooltip display

2008-11-01 Thread Michael Michaud
that works in the LayerNameRenderer class, that's great. > > Thanx for your efforts Michaël, it's appreciated. > > Cheers, > Kevin > > > Michael Michaud wrote: > >> Hi Kevin (and others for advice) >> >> Sorry for the annoyance, I

Re: [JPP-Devel] new toolbar icons

2008-11-01 Thread Michael Michaud
Giuseppe Aruta a écrit : > Hallo > > I agree with Jukka. The old icons are more evident than the new one, at least > on the toolbar. This probabily happens because of the smaller dimension of > the new icons. > +1 for old icons > In this moment I use a mix of jump based softwares on my projec

Re: [JPP-Devel] 3d terrain/image viewing, WTS @Michael, Larry, Arnd (Pirol), Lat/Lon

2008-11-02 Thread Michael Michaud
Hi Stefan, I don't think I have had Ugo's code about his 3d plugin. Too bad. It looks nice. I only have a very rough piece of code I have written a few years ago to visualize vector data with java3d : Here it is : http://geo.michaelm.free.fr/OpenJUMP/resources/troisdQuickLook.jar (needs java3d

Re: [JPP-Devel] Proposal for new method of WorkbenchContext class.

2008-11-03 Thread Michael Michaud
Hi Landon, Can you tell more about your need. It seems to me that it is not safe to rely on JInternalFrame title to find the TaskFrame attached to a plugin : create a task named "Landon" (create new Task + save as... Landon) create a clone (window>clone) : OJ will name it "Landon (view 2)" delete

Re: [JPP-Devel] Proposal for new method of WorkbenchContext class.

2008-11-04 Thread Michael Michaud
Landon, About cloned tasks : I think they have been in OpenJUMP for a long time. OpenJUMP UI used to have some weird behaviour related to cloned windows, but hopefully, this has been fixed. I do not think this is the most important feature of OJ, but it may by useful in some situation, and it

Re: [JPP-Devel] Proposal for new method of WorkbenchContext class.

2008-11-04 Thread Michael Michaud
> Michael wrote: "If you want to use the TaskFrame as the place to dock > everything, I > think every TaskFrameProxy will become a dockable of your TaskFrame, and > you'll have to find another name for what is actually called a TaskFrame > (ie a frame containing a LayerView, a LayerNamePanel...),

Re: [JPP-Devel] Combine and Explode Layers

2008-11-05 Thread Michael Michaud
Great feature Larry, Combine is a good complement to Explode Layers. Using theming in the result layer is an excellent idea. There is a situation which is difficult to deal with : schema having a common attribute name but with different attribute types. In a plugin I did, I systematically added

Re: [JPP-Devel] FWD: Query Builder, reset size problem

2008-11-13 Thread Michael Michaud
> Wizard Michael! > I think it would have taken me hours to find these methods you used - my > GUI knowledge is still sooo bad. > There is no much merit to fix one's own bug ;-) Digging into other's code is also hard for me, specially if it's about a GUI or a threading issue. Michaël > ..mhm

Re: [JPP-Devel] Fixing bug and next release.

2008-11-13 Thread Michael Michaud
Hi, As we spoke about bug fixes with Stefan, it made me think that we still have a long list of bugs in the bug tracker. I'd really like fixing one or two more bugs before OpenJUMP's next release, and I ve to check the list to see if there are places where I can help, but I know there are sever

[JPP-Devel] Image, Pirol's plugin, Fixing bug and next release.

2008-11-14 Thread Michael Michaud
Hi >> IMAGE >> >> Images still represent a problem with embedded raster plugin >> in OpenJUMP: a raster image has a tendency to dissapear when >> zooming in/out several times on it. >> Some times ago (if I am, not wrong) there was a discussion >> about integrate Pirol Baseclass.jar in OpenJUMP

Re: [JPP-Devel] Fixing bug and next release.

2008-11-14 Thread Michael Michaud
Sunburned Surveyor a écrit : > Michael's previous post was an excellent one. I agree that it would be > a good thing to fix some bugs before we get out another release of > OpenJUMP. Having said that, I doubt Stefan and I will have the time to > prioritize the bug list. Even if we did, I doubt we w

Re: [JPP-Devel] Fixing bug and next release.

2008-11-14 Thread Michael Michaud
> It could be released at any time, really - it's currently stable. > There's a few things (well, a lot of things actually) that I'd like to > work on, but probably I should ship 1.10 first. > > I'll try and get it out by the end of this month. > Thanks very much for the hard work. There ar

Re: [JPP-Devel] Tool for installing, uninstalling, and removing OpenJUMP plug-ins.

2008-11-14 Thread Michael Michaud
Hi, There used to be a plugin manager in the menu, but I cannot find it anymore. It was from lat/lon if I remember correctly, but I'm not sure it has ever been used the project's plugin. Anyone remember ? Michaël Sunburned Surveyor a écrit : > I've got about four plug-ins that I hope to release

Re: [JPP-Devel] Tool for installing, uninstalling, and removing OpenJUMP plug-ins.

2008-11-14 Thread Michael Michaud
with this plugin. but IMHO, discovering new plugins in the project repository and downloading/updating them seems more useful than a local installer, that's why I misunderstood Landon's proposal when I read it. Michaël > stefan > > Michael Michaud schrieb: > >> Hi, &

Re: [JPP-Devel] Fixing bug and next release.

2008-11-14 Thread Michael Michaud
Hi Nacho, > I would like to announce that now I'm working on SEXTANTE project [1] > . As you know, SEXTANTE provides so many new analysis to raster > layers, but also to vector data. Actually It works with gvSIG and have > other bindings such uDig, geotools, openJUMP, etc. Excellent, I think SE

Re: [JPP-Devel] Fixing bugs and next realize - About Sextante on OpenJUMP

2008-11-15 Thread Michael Michaud
Hi Giuseppe, Thanks for this feedback, I'll definitively have to give a second try to SEXTANTE. Michaël Giuseppe Aruta a écrit : > Hi Michael and Nacho and all > > >> @Giuseppe : could you install and use SEXTANTE without problem ? >> > > I downloaded the pre-compiled version from here:

Re: [JPP-Devel] Fixing bug and next release : image bug

2008-11-15 Thread Michael Michaud
Hi Rahkonen, Thanks for your precise observations. 1) It seems that the image disappears when it does not cover the whole view panel and the image pixel is larger than one screen pixel. 2) Moreover, when this situation occurs, an error is thrown and the image is no more accessible, even if we zo

Re: [JPP-Devel] OpenJUMP as an OSGEO project - second poll

2008-11-21 Thread Michael Michaud
+0 : I don't think I'll be able to help much in the OSGEO way, but I'm sure OJ would benefit it. So my vote is 0, but if some of you are ready to go, please, go (I'll help as I can). Michaël Rushforth, Peter a écrit : > JUMP is important. OSGEO is important. > +1 > > Let me know what I can do

Re: [JPP-Devel] Generalization->Simplify

2008-11-25 Thread Michael Michaud
Hi, That's OK for me There still are two simplification functions from vivid (simplify and simplify preserving topology) The only one missing is simplify a polygon layer preserving topology, a good candidate for a future plugin :-) Michaël Larry Becker a écrit : > Hey, the Generalization->Simp

Re: [JPP-Devel] [Fwd: [jump-pilot - Problems with PlugIns] RE: Problems getting Oracle Connection]

2008-12-01 Thread Michael Michaud
Hi, I get exactly this error message when I try to connect to a postgres/postgis database where geometry columns are not declared in the geometry_columns table. In this case, I still can do free queries with menu Layer>Run query if I use the syntax select asbinary(geom_col),* from mytable wher

Re: [JPP-Devel] Major Refactoring Of OpenJUMP Begun

2008-12-11 Thread Michael Michaud
Hi Landon, Every suggestion you make in your blogspot makes sense to me. They are not easy tasks and I'm not particularly optimistic about our ability to achieve only one of them, but let's say that tomorrow, we get ten new contributors, ready to spend as much effort as you do on the project :-

Re: [JPP-Devel] Search tool for Attributes

2009-01-03 Thread Michael Michaud
> mhm.. what concerns me: I think it could be separated as it is now. > Sometimes it makes sense to have a dedictated function separately in the > menu although it could be intergrated - because it makes it easier > accessible and memorizable. > > but these are just my 2 cents - any other thoug

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Michael Michaud
Hi, For a one page cheatsheet, look at http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v1/pdf/ or http://www.omicentral.com/cheatsheets/JavaRegularExpressionsCheatSheet.pdf for a full site dedicated to regex : http://www.regular-expressions.info/ note : regex is also available

Re: [JPP-Devel] Search tool for Attributes

2009-01-06 Thread Michael Michaud
used in the textfield so that users are aware that they can use or learn how to use this powerful syntax. Michaël > > Larry > > On Tue, Jan 6, 2009 at 1:20 PM, Michael Michaud > mailto:michael.mich...@free.fr>> wrote: > > Hi, > > For a one page cheatsheet,

Re: [JPP-Devel] bookmark

2009-01-07 Thread Michael Michaud
>> Bookmarking views sounds like a wonderful idea. >> Yes definitively a good idea ! Michaël >> Larry >> >> On Wed, Jan 7, 2009 at 12:17 AM, Bing Ran wrote: >> >>> Hi, >>> >>> I'm thinking adding bookmarking to enable quick navigating to interesting >>> points on a map. >>> >>> - poi

Re: [JPP-Devel] bookmark

2009-01-07 Thread Michael Michaud
Martin Davis a écrit : > In RoadMatcher we created something we called an Issues List. The idea > was that you could either select a feature or draw a box around an area, > and then mark it as an issue (with a state, title, comment, datestamp, > etc). Issues were actually just a special named layer

Re: [JPP-Devel] R: (no subject)

2009-01-09 Thread Michael Michaud
Hi > In general this seems like a nice way to go. Even nicer IMHO would be a > pure Java DB like H2. But someone needs to step to "spatializing" H2 > for this to be appealing for OJ. Probably a similar approach to > SpatialLite can be taken here, except for one thing - H2 doesn't have an > R

Re: [JPP-Devel] R: (no subject)

2009-01-10 Thread Michael Michaud
t; http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download > > Michael Michaud schrieb: > >> Hi >> >>> In general this seems like a nice way to go. Even nicer IMHO would be a >>> pure Java DB like H2. But someone needs to step to "spatializing"

Re: [JPP-Devel] AttributeAdder Plug-In Unit Tested - Release this week?

2009-01-14 Thread Michael Michaud
Hi, > This plug-in will prove useful if you have a standard set of > attributes you need to add to a lot of layers. Good idea ! > I defined some public methods as part of the AttributeAdder API that > allow you to automatically add attributes to a Layer, and to add > default values to Features. Is

Re: [JPP-Devel] [XxxJUMP-users] Re: openjump.org is back

2009-01-18 Thread Michael Michaud
Merci beaucoup Jon ! Thanks to you, our wiki came back to live ! Michaël > > stefan > > Jonathan Aquino schrieb: >> Also note that the Export function is fixed in Instiki 0.13. To >> export the >> whole wiki, go to http://openjump.org/wiki/export . This will create >> a 218 >> KB file. >> >> Jo

Re: [JPP-Devel] Select vertex

2013-11-29 Thread michael . michaud
Hi Jukka, I don't think it is possible, but it is very easy - to transform a line to points - to copy the coordinate of your mouse in the clipboard (right click, copy coordinate) Michaël Selon Rahkonen Jukka : > Hi, > > Is it possible to select individual vertices from lines or polygons and > c

Re: [JPP-Devel] Select vertex

2013-12-02 Thread michael . michaud
easiest and best for me is to create a new layer and digitize new > points by snapping into vertices of the polygon layer. Yes, probably the fastest way. No sure you can be more efficient with a dedicated plugin ;-) Michaël > > -Jukka Rahkonen- > > > > > michael Michaud wro

Re: [JPP-Devel] OpenJUMP does not free memory after removing a big layer

2013-12-02 Thread michael . michaud
Hi Jukka, That's strange, I often checked that memory is released, but there maybe some cases where it is retained somewhere. I'll check more with jml files. I think a plugin may hold a reference to a layer and retain its content in memory. In this case, it would be very useful to identify the plu

Re: [JPP-Devel] OpenJUMP does not free memory after removing a big layer

2013-12-03 Thread michael . michaud
Hi, Thanks Jukka, seems like a regression. It happened between 3673 and 3732. @Ede, I could not investigate too much, because I'm no more connected to the web at home, but I noticed one commit with many changes about Layer, LayerManager and a new interface Disposable (revision 3724). I think the r

Re: [JPP-Devel] OpenJUMP does not free memory after removing a big layer

2013-12-03 Thread michael . michaud
Hi > innocent until the guilt is proven ;)) Sure, I don't have evidence... I mean not yet ;-) > .. i'll try to squeeze in a checkup of Thanks, without connexion, I feel a bit inefficient these days, but hopefully i'll soon wired again. Michaël > that matter!.. ede > > On 03.12.2013 09:41, mic

Re: [JPP-Devel] langage files

2013-12-08 Thread Michael Michaud
Hi Peppe, Language files are at their usual place http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/language/ Michaël -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a s

Re: [JPP-Devel] A project to extend OpenJUMP to basic raster analysis

2013-12-19 Thread Michael Michaud
Hi peppe, Thanks for the work. Looks nice. Here are some remarks/suggestions : *Raster Layer Info* : looks better than the one in the layer menu. Would be nice to replace the Layer info of the layer Menu instead of adding a menu item (also more consistent with vector data) *Save raster as imag

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

2013-12-20 Thread Michael Michaud
Hi, Agree with you, we still need some time before we can include a new release in OSGeo-Live. Michaël > Yep.. we need testing and fixing and testing ;) > > Sorry Ede, I just responded already to Cameron that 1.6.3 is it, without > seeing your list email :( > > but as Peppe's and your (ede) email

Re: [JPP-Devel] OpenJUMP at FOSSGIS 2014 conference in Berlin

2014-01-07 Thread Michael Michaud
Hi Matthias, Goog to know that you'll talk about OpenJUMP at FOSSGIS in Berlin. Just curious, which kind of proprietary software do you plan to interface with OpenJUMP ? Hope you will get some help from german speakers. Maybe we'll be able to announce 1.7 by this date ? Cheers, Michaël > Hi,

Re: [JPP-Devel] Hotlinking Tools

2014-01-20 Thread Michael Michaud
Hi Landon, I have no experience with the feature you want to implement, just some thought : I think opening an explorer or a pdf reader on your OS should not be too difficult. Making it work on any OS and with a good exception handling (ex. native application not available on the system) ma

Re: [JPP-Devel] Stack Overflow Error When Exporting to CSV

2014-01-21 Thread Michael Michaud
Hi, I could export your shapefile as a csv. Can you precise the plugin version and options you have used, and provide the stacktrace. Michaël When I attempt to export the attached shapefile to CSV in OpenJUMP I get a stack overflow error. (There error looks like it is related to regular expres

Re: [JPP-Devel] Hotlinking Tools

2014-01-21 Thread Michael Michaud
Hi, Map tooltip can show hyperlinks http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Hyperlinks Thanks, exactly what I was thinking about, Michaël -Jukka Rahkonen- Michael Michaud Hi Landon, I have no experience with the feature you want to implement, just some thought

Re: [JPP-Devel] Open Jump ArcSDE Plugin

2014-01-24 Thread Michael Michaud
Hi Paul, Sorry for the late answer. I have no experience with this plugin which is a bit old, but as far as I can see, it gives access to a special menu to configure the SDE database connection. It does not use the same framework as the PostGIS

Re: [JPP-Devel] Help for getting WKT with a BeanShell script

2014-02-12 Thread Michael Michaud
Hi Jukka, You really did the most difficult part : { import com.vividsolutions.jts.geom.*; import com.vividsolutions.jump.feature.*; import com.vividsolutions.jump.geom.EnvelopeUtil; import com.vividsolutions.jump.workbench.model.*; htmlFrame = wc.workbench.frame.outputFrame; htmlFrame

Re: [JPP-Devel] Delete all features tool has disappeared

2014-02-12 Thread Michael Michaud
Hi, Can't remember this feature. Is using keyboard an otion ? Ctrl+A + Del is quite fast. If you really miss it, please make a feature request, I'll try to retrieve it or to re-develop it. Should not be too difficult. Michaël > Hi, > > There used to be a Delete all features tool in the layer rig

Re: [JPP-Devel] Blog post about GeoPackage published

2014-02-19 Thread Michael Michaud
Nice work Jukka, Makes me want to try ;-) Michaël > well done, short but sweet.. ede > > On 19.02.2014 16:47, Rahkonen Jukka (Tike) wrote: >> http://openjump.blogspot.fi/2014/02/openjump-plus-reads-ogc-geopackages.html >> >> -Jukka- >> >> ---

Re: [JPP-Devel] Visvalingnam-Whyatt simplifier?

2014-02-26 Thread Michael Michaud
Hi, As far as I remember, when rendering to SVG or PDF, OpenJUMP already simplifies geometries, avoiding any two consecutive points with less than half a pixel distance (which depends on the map scale). Can't remember if this simplification is optional or always active. The bad side of this kind

Re: [JPP-Devel] OJ - map coloring so features next to each other have different colors?

2014-03-09 Thread Michael Michaud
Hi Larry, I know OJ has utilities for color theming based on feature attribute values. Does it have a function to color maps so that adjacent features don't have the same color? I didn't see anything in the main or Sextante menus. Not that I know, Jukka has already suggested such a plugin

Re: [JPP-Devel] Time for OpenJUMP 1.7?

2014-03-12 Thread Michael Michaud
Hi Jukka, I think you're right. Nearly 10 months without a release is much. Maybe we can fix a target date, not too far, so that small ongoing works can be finalized and a last effort to fix open bugs can be undertaken. Michaël > Hi, > > We have many nice new features but folks are still mostly

Re: [JPP-Devel] Saving layer with empty geometries as shapefiles

2014-03-14 Thread Michael Michaud
Hi, Yes I can but I do not want to. The features are real and have valuable attributes, they are just missing the geometries because they have not been digitized yet. I read them from Oracle with DB Query Plugin but I must save them to a temporary format because I can't save them back to Or

Re: [JPP-Devel] Saving layer with empty geometries as shapefiles

2014-03-14 Thread Michael Michaud
Hi, There are hard constraints for geometries to be valid in JTS (I think point < 2, linestring > 1, polygon > 3), but empty geometries are considered as valid for every type. There WKT version are POINT EMPTY LINESTRING EMPTY POLYGON EMPTY ... A weird consequence is that POLYGON EMPTY != LINEST

Re: [JPP-Devel] Saving layer with empty geometries as shapefiles

2014-03-15 Thread Michael Michaud
Hi, Just commit a small modification in ShapefileWriter code. Empty geometries are now skipped to check if the layer has mixed geometries. ShapefileWriter should be able to write any kind of empty geometry into any kind of shapefile. Warning : en empty point written into a linestring shapefile wil

[JPP-Devel] What happens with svn

2014-03-16 Thread Michael Michaud
Hi, Since a few days, I have the strange message below when I try to update Moreover, if I checkout the whole trunk, I get 2 script directories trunk/script trunk/source/script although I can see only the first if I go to http://sourceforge.net/p/j

Re: [JPP-Devel] What happens with svn

2014-03-17 Thread Michael Michaud
t to repository? Peppe 2014-03-16 23:10 GMT+01:00 <mailto:edgar.sol...@web.de>>: On 16.03.2014 22:52, Michael Michaud wrote: > Hi, > > Since a few days, I have the strange message below when I try > to update > > Moreover, if I checkout t

Re: [JPP-Devel] What happens with svn

2014-03-17 Thread Michael Michaud
Hi, > means: Ede you think its on Michaels machine > yes.. ede I don't think so because I get this message from a fresh checkout in an empty directory, but as I'm the only one to get this kind of message, of course, I have some doubts... Michaël > > --

Re: [JPP-Devel] What happens with svn

2014-03-18 Thread Michael Michaud
Hi Ede, Thanks for your help. I can see the svn:externals property in the src/ directory now and I removed it through my IDE. Unfortunately, after that, the commit failed with an unauthorized exception. Anyway, I wonder how you get this property change, I checked 3899/3900 commit on sourceforge

Re: [JPP-Devel] What happens with svn

2014-03-18 Thread Michael Michaud
> ..ede > > On 18.03.2014 13:17, Michael Michaud wrote: >> Hi Ede, >> >> Thanks for your help. >> I can see the svn:externals property in the src/ directory now and I >> removed it through my IDE. >> Unfortunately, after that, the commit failed with an

[JPP-Devel] svn problem

2014-03-31 Thread Michael Michaud
Hi, I have bad experiences with svn these times, I'm now stuck and cannot commit anything anymore I'm quite sure it comes from my conf, with messages like : Error:svn: E170001: Commit failed (details follow): svn: E170001: Authorization failed or Problems while loading file history: svn: E27:

[JPP-Devel] svn and new features

2014-03-31 Thread Michael Michaud
Hi, Thanks, Ede, for your always relevant advices, r3914 brings two new features : - date display in Attribute panel is now customizable and use the -MM-dd hh:mm:ss.sss format by default (use display tab in options panel to change it) - null values are now displayed wih a small null icon in

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

2014-03-31 Thread Michael Michaud
Hi , Although I'm generally not in favour of adding new dependencies to the core, I think that - printing is a core feature - having two printers in PLUS and none in CORE is a bit strange So my vote is to add the new printer to the CORE As for the name, an other option would be File > Print > P

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

2014-04-01 Thread Michael Michaud
Hi Geoff, Matthias Thanks a lot for the offer Geoff. As I'm not a daily user of printing features, my main concern for now is to rationalize developpements and to develop in a useful way. To help heading in that direction, may advice would be - to make a detailed comparison of skyprinter and cad

Re: [JPP-Devel] svn and new features

2014-04-01 Thread Michael Michaud
OK with jml. Michaël best regards Peppe 2014-04-01 8:38 GMT+02:00 Michael Michaud <mailto:m.michael.mich...@orange.fr>>: Hi, Thanks, Ede, for your always relevant advices, r3914 brings two new features : - date display in Attribute panel is now customizable

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

2014-04-01 Thread Michael Michaud
here >> is the >> > list of enhancement option it has for those who have not >> tried it: >> > >> > - Remove transparency >> > >> > - Print page border >> > >>

Re: [JPP-Devel] OJ 1.7 & SkyPrinter is included

2014-04-20 Thread Michael Michaud
Hi, Thanks Ede. Just come back from a 6 days walk in a wild area. I'll try to contact usual translators tomorrow. I think we can let them 2 weeks to finalize translations. I'll have some free time next week to take care of it. Thanks for your last contributions, Michaël > let's wait on the other

Re: [JPP-Devel] Two issues with styles in recent OpenJUMP

2014-04-23 Thread Michael Michaud
Hi Jukka, I tried to improve a bit slider/text area synchronization for vertext size (check r3943) I could not reproduce the second problem about selection style, or maybe I missed the point. Michaël > Hi, > > Maybe due to change Michaël did when he made the vertex size scale > logarithmic the

Re: [JPP-Devel] Linear referencing tool creates wrong end point

2014-04-23 Thread Michael Michaud
Hi Jukka, Ede You are right, this is a problem in JTS we have solved quite recently with M. Davis. @Ede, I just tested it works with a fresh build from JTS but don't know how we can update the maven repository. Should we ask to M. Bedward ? Or maybe M Davis is ready for a final 1.14. Michaël > Hi

Re: [JPP-Devel] Meaning of equal vs. similar in spatial join tool

2014-04-23 Thread Michael Michaud
Jukka, There is a very brief description in http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Tools stating that similar uses a Hausdorff distance. I checked the code : two geometries are similar if they are contained in the buffer of each other (uses a distance parameter) I added

Re: [JPP-Devel] Translation of OpenJUMP 1.7

2014-04-23 Thread Michael Michaud
roject view. Best Peppe 2014-04-23 15:54 GMT+02:00 Giuseppe Aruta <mailto:giuseppe_ar...@yahoo.it>>: Hi Michael, these are the files for geomconv, Spanish and Italian. Best regards Peppe 2014-04-22 23:38 GMT+02:00 Michael Michaud mailto:m.michael.mich...@ora

Re: [JPP-Devel] Two issues with styles in recent OpenJUMP

2014-04-24 Thread Michael Michaud
with the slider. When the text area is synchronized with the slider it takes one of the values defined for the slider. Not sure there is an easy way to synchronize both widgets without getting this kind of artifacts. I'll think a bit more about a solution, but don't want to spend to

  1   2   3   4   >