[JPP-Devel] SVN: [4366] core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/ ViewSchemaPlugIn.java

2015-04-01 Thread jump-pilot-svn
Revision: 4366 http://sourceforge.net/p/jump-pilot/code/4366 Author: michaudm Date: 2015-04-01 06:35:31 + (Wed, 01 Apr 2015) Log Message: --- Refactoring of AttributeType cast system Modified Paths: --

[JPP-Devel] SVN: [4367] core/trunk/src/com/vividsolutions/jump/io/GMLReader.java

2015-04-01 Thread jump-pilot-svn
Revision: 4367 http://sourceforge.net/p/jump-pilot/code/4367 Author: michaudm Date: 2015-04-01 06:37:19 + (Wed, 01 Apr 2015) Log Message: --- Get rid of System.out.println in GMLReader Modified Paths: --

[JPP-Devel] Layer tooltip control missing from r4367

2015-04-01 Thread Rahkonen Jukka (MML)
Hi, I can't see the tooltip control tab in the Options dialogue in shapshot r4367 on Windows. I can see the LAYER_TOOLTIPS in the workbench-state.xml after I have closed the program. It has value false and it seems to mean the enhanced tooltips are used. Editing the value to true brings the

Re: [JPP-Devel] How to add vertices for making adjacent polygons to suit?

2015-04-01 Thread Michaël Michaud
Hi Jukka, For your third picture, did you try Snap vertices Tool Seems that it exactly suits this use case Michaël Le 27/03/2015 13:17, Rahkonen Jukka (MML) a écrit : Hi, The Adjust polygon boundaries tool did help a lot even it could not resolve all the problems in my real world data.

Re: [JPP-Devel] How to add vertices for making adjacent polygons to suit?

2015-04-01 Thread Rahkonen Jukka (MML)
Hi, No, I never knew that it inserts also a new vertex but thought that it is just moving existing ones. Perfect tool for me when I need it next time. -Jukka- Michaël Michaud Hi Jukka, For your third picture, did you try Snap vertices Tool Seems that it exactly suits this use case Michaël

Re: [JPP-Devel] Layer tooltip control missing from r4367

2015-04-01 Thread edgar . soldin
On 01.04.2015 16:19, Giuseppe Aruta wrote: @Jukka It should be fixed in OJ 4368. In this version advanced tooltip option is under *view/edit option panel* and not as separate panel. I prefer the option *Enable JUMP basic tooltip* (and not the opposite *Enable advanced tooltip*) as this way

Re: [JPP-Devel] Tooltip again

2015-04-01 Thread edgar . soldin
ok, had a look into it. unfortunately not done easily , so forget about it ;) better look up if you can find a proper JMultiLineToolTip implementation. make sure it is public domain or GPL2 before integrating into core. btw. i saw you added LayerNameRenderer.getExtension(File f) . unnecessary