[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] RenderingManager modes in skyjump

2013-03-14 Thread Michaël Michaud
Hi Larry (Becker), I've started pdf printer integration in openjump and the main change that I face is one in RenderingManager where you introduced 3 rendering mode public final static int INTERACTIVE = 0; public final static int SINGLE_THREAD_QUEUE = 1; public final static int EXECUTE_ON_EVENT_T

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread edgar . soldin
On 13.03.2013 23:51, Michaël Michaud wrote: > Hi, >> No i didn't use svn to download the code source, i download it from the >> sourceforge and import it to my workspace. >> so i have to download the latest version, or i'll have to do it from svn >> repository ? > Just checked that we have no sou

[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by jratike80 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Asma ouqalli
hello michael and edgar, ok thanks for the info, @michael, by the way i tried the code you provide me with. and i replace the argumetn of getRenderer with search().getID() because search() method where i have my BasicFeature that i want it's color to be changed ( i guess i didn't explain well my is

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Michaël Michaud
Hi, > actually the snapshot source bundle is > > - the lib/OJ*.jar, plus > - language/ folder > > of snapshots ;).. Oh, great, I forgot it... Michaël > >> But to develop a plugin (without modyfing openjump source code) you can also >> create you project and use openjump .jar files as dependencies

[JPP-Devel] Open File / Open Project

2013-03-14 Thread Michaël Michaud
Hi all, I propose to set the default datasource to "File" (instead of "Project") in the Open Wizard. Motivation : I use Open File much more than Open Project, and when a first user want to try OpenJUMP, he generally first try to load a file in the default project, as he has not yet any project. W

[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by jratike80 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Michaël Michaud
Hi Asma, From the begining, we have supposed that features returned by your method are not only the result of your query but also a *"selection" *(in the terminology of OpenJUMP). Did you select your features ? See how SelectionManager You can get the FeatureSelection object lieke this : Featur

[JPP-Devel] File open UI trouble with jre 1.7 on Windows 7

2013-03-14 Thread Rahkonen Jukka
Hi, With jre 7 OpenJUMP r3326 does not change directory when it is written into the file name line in the File open dialogue - see attached image. With jre 1.6 directory is changed. Tested with Oracle jre 1.6.0_33(x86) and jre 1.7.0_17(x86) on Windows 7. -Jukka Rahkonen- <>

[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by jratike80 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

Re: [JPP-Devel] File open UI trouble with jre 1.7 on Windows 7

2013-03-14 Thread edgar . soldin
can you attach that to the other filechooser "not globbing" issue ticket please? probably the same root cause. ..ede On 14.03.2013 14:00, Rahkonen Jukka wrote: > Hi, > > With jre 7 OpenJUMP r3326 does not change directory when it is written into > the file name line in the File open dialogue

[JPP-Devel] [ jump-pilot-Bugs-3606578 ] File list cannot be sorted with jre 1.7

2013-03-14 Thread SourceForge . net
Bugs item #3606578, was opened at 2013-03-01 13:13 Message generated for change (Comment added) made by jratike80 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3606578&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3606578 ] File list cannot be sorted/folder not changed with jre 1.7

2013-03-14 Thread SourceForge . net
Bugs item #3606578, was opened at 2013-03-01 13:13 Message generated for change (Settings changed) made by edso You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3606578&group_id=118054 Please note that this message will contain a full copy of the comment t

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Asma ouqalli
Hello michael, no i didn't select my feature, i just return it in this method so as to display some of it's propreities, and zoom in it in the same time , so i want it to be coloured too just after zooming on it. the method search() get's only the BasicFeature that's correspond to the search and th

Re: [JPP-Devel] RenderingManager modes in skyjump

2013-03-14 Thread Larry Becker
Hi Michaël, Thanks for starting this effort. I'll try to answer your questions as best I can. When I wrote this code four years ago, I was immersed in printer lore that I have mostly forgotten. Here are a few things that I can recall: (excuse my lecture tone, I know you are very knowledgeable

Re: [JPP-Devel] Print PlugIn

2013-03-14 Thread Asma ouqalli
hello, is the print plugin the only way to generate report with open jump. i need to generate report for a parcel and i don't know how? i found in the net jfree Chart but i don"t know if this will work with OJ or not ? -- *Asma OUQALLI* Élève ingénieur : 3ème Sciences d'Information Géographique

[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by bigrodent You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3607970 ] Generalization will remove full polygons for high tolerance

2013-03-14 Thread SourceForge . net
Bugs item #3607970, was opened at 2013-03-13 21:12 Message generated for change (Comment added) made by bigrodent You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3607970&group_id=118054 Please note that this message will contain a full copy of the comment

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

2013-03-14 Thread SourceForge . net
Bugs item #3608038, was opened at 2013-03-14 09:59 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3608038&group_id=118054 Please note that this message will contain a full copy of the comment

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

2013-03-14 Thread SourceForge . net
Bugs item #3608038, was opened at 2013-03-14 09:59 Message generated for change (Comment added) made by jratike80 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3608038&group_id=118054 Please note that this message will contain a full copy of the comment

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

2013-03-14 Thread SourceForge . net
Bugs item #3608038, was opened at 2013-03-14 09:59 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3608038&group_id=118054 Please note that this message will contain a full copy of the comment thread,

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

2013-03-14 Thread SourceForge . net
Bugs item #3608038, was opened at 2013-03-14 09:59 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3608038&group_id=118054 Please note that this message will contain a full copy of the comment thread,

Re: [JPP-Devel] RenderingManager modes in skyjump

2013-03-14 Thread Michaël Michaud
Hi Larry, All that makes sense. Thanks for the detailed answers to my last question and to the few next ones ;-) I'll keep them preciously as diving in the rendering pipeline is always a challenge for me. By the way, I already could print to pdf with your printer + openjump, but I'd to deac

Re: [JPP-Devel] Print PlugIn

2013-03-14 Thread Michaël Michaud
Hi, JumpPrinter is used to print maps. What do you want to do exactly ? What is a "report" ? Michaël hello, is the print plugin the only way to generate report with open jump. i need to generate report for a parcel and i don't know how? i found in the net jfree Chart but i don"t know if this

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

2013-03-14 Thread SourceForge . net
Bugs item #3608038, was opened at 2013-03-14 09:59 Message generated for change (Comment added) made by jratike80 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3608038&group_id=118054 Please note that this message will contain a full copy of the comment

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Michaël Michaud
Hi, I think I understood what you want to do. And using selection would be an easy way to achieve what you want. I don't tell to select features from the user interface, I know you get them from your search method. But if you put the result of your search in the active selection, you will be ab

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Rahkonen Jukka
Hi, Perhaps it could be possible to write R_G_B intp basic style somehow like the color chooser plugin does but directly from program? -Jukka- Michaël Michaud wrote: > Hi, > I think I understood what you want to do. > And using selection would be an easy way to

Re: [JPP-Devel] Print PlugIn

2013-03-14 Thread Asma ouqalli
hello michael, i mean by report is PDF or image containing the map of just a feature and it's legend with extra information like some feature proprieties, the title, some text and an icon. thanks -- *Asma OUQALLI* Élève ingénieur : 3ème Sciences d'Information Géographique (SIG). Chef de commi

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Asma ouqalli
Hello michael, Thank you, ok i'll try to put the search result in the active selection. but i don't know how. Concerning the ColorTherming, i tried to paint my feature like this : but it didn't work: Color color = Color.yellow; Stroke stroke =new BasicStroke(5, BasicStroke.CAP_ROUND,BasicStroke.JO

Re: [JPP-Devel] Print PlugIn

2013-03-14 Thread Geoffrey Roy
Dear Asma My printer plugin is intended for this type of task, but you will need to try it out to see if it suits your needs Geoff On 15/03/2013 5:23 AM, Asma ouqalli wrote: hello michael, i mean by report is PDF or image containing the map of just a feature and it's legend with extra info

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Michaël Michaud
Hi, Hello michael, Thank you, ok i'll try to put the search result in the active selection. but i don't know how. I already gave you a few lines of code which does exactly that. Concerning the ColorTherming, i tried to paint my feature like this : but it didn't work: Color color = Color.yellow

Re: [JPP-Devel] Spatialite reader plugin problem

2013-03-14 Thread Larry Reeder
On Tue, Mar 12, 2013 at 1:46 AM, Michaël Michaud wrote: > Hi, > > In this case, it could be related to the folowing change : > > 2011-04-01 lreeder > * Updated WKBGeometryValueConverter to handle geometry types > represented >by WKB hex string so that ST_AsBinary is optional This ch

Re: [JPP-Devel] Spatialite reader plugin problem

2013-03-14 Thread Larry Reeder
On Wed, Mar 13, 2013 at 3:21 AM, wrote: > On 13.03.2013 09:25, Rahkonen Jukka wrote: >> How about adding DB Query plugin to the OJ Plus version? The plugin itself >> is only 520 kB. Spatialite jdbc file makes additional 3 MB and Oracle jdbc >> file 1.5 MB. With 5 MB extra load we could offer a

Re: [JPP-Devel] Change the color of the selected feature

2013-03-14 Thread Rahkonen Jukka
Asma ouqalli wrote: > @ Rahkonen, > Sorry but i didn't get what you mean by write R_G_B into basic Style :s > -- > *Asma OUQALLI* I was meaning that if you select some features and use the Pick Color tool (small arrow in the right end of the icon bar) in OpenJUMP Plus for setting some color for

Re: [JPP-Devel] Spatialite reader plugin problem

2013-03-14 Thread Rahkonen Jukka
Larry Reeder wrote: > On Wed, Mar 13, 2013 at 3:21 AM, wrote: > > On 13.03.2013 09:25, Rahkonen Jukka wrote: > >> How about adding DB Query plugin to the OJ Plus version? The plugin itself > >> is only 520 kB. Spatialite jdbc file makes additional 3 MB and Oracle jdbc > >> file 1.5 MB. With 5