Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Michaël Michaud
Hi > "user needs to add new features with the neighbouring parcel search" > Why should it duplicate parcels ? > > If you have Feature1 on the layer, zoom to it with some marginal and find > features around it with BBOX query it will find also Feature1 from the > database and then you will have tw

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Rahkonen Jukka
Michaël Michaud wrote: >> Challange: How to handle query layers if user needs to add new features with >> the neighbouring parcel search? These additions will also give dublicates as >> some parcels have already fetched from the database. Dublicates could be >> filtered out by IDs but it is als

[JPP-Devel] [ jump-pilot-Bugs-1231887 ] Problem displaying snap grids as dots and lines

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

[JPP-Devel] [ jump-pilot-Bugs-1247080 ] resize "complex" task causes crash

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

[JPP-Devel] [ jump-pilot-Bugs-1315505 ] L&F bug in OutputWindow using Looks plugin

2012-11-18 Thread SourceForge . net
Bugs item #1315505, was opened at 2005-10-06 20:07 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=1315505&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-1323441 ] Looks Plugin: error with Snap To Vertices

2012-11-18 Thread SourceForge . net
Bugs item #1323441, was opened at 2005-10-10 19:29 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=1323441&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3570707 ] LayerNameRenderer and Windows 7 issue

2012-11-18 Thread SourceForge . net
Bugs item #3570707, was opened at 2012-09-22 07:41 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3570707&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3560828 ] Moving a feature can freeze the application

2012-11-18 Thread SourceForge . net
Bugs item #3560828, was opened at 2012-08-22 15:27 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3560828&group_id=118054 Please note that this message will contain a full copy of the comment

[JPP-Devel] [ jump-pilot-Bugs-3519933 ] PostGIS 'SAVE DATASET AS' write error

2012-11-18 Thread SourceForge . net
Bugs item #3519933, was opened at 2012-04-20 12:42 Message generated for change (Settings changed) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679906&aid=3519933&group_id=118054 Please note that this message will contain a full copy of the comme

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Michaël Michaud
Hi, > One more thing to think about: user selects all the parcels belonging to a > farm with ID=1234 and makes a query layer as "SELECT * from parcels WHERE > FARM_ID=1234". However, in real life it is very unsafe to edit geometries in > this state (editing attributes is ok) because selected pa

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Rahkonen Jukka
Hi, One more thing to think about: user selects all the parcels belonging to a farm with ID=1234 and makes a query layer as "SELECT * from parcels WHERE FARM_ID=1234". However, in real life it is very unsafe to edit geometries in this state (editing attributes is ok) because selected parcels c

Re: [JPP-Devel] Optimizing OpenJUMP menus

2012-11-18 Thread Michaël Michaud
Hi Giuseppe, I want to give a speed on OJ programming. These are the points of my roadmap proposal to Oj community a) There are some tools I am going to publish on next days as separate plugins, 1) CAD/Editing tools, 2) an Annotation plugin,3) Measure tools, 4) Advanced Fence toolbox b) I

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Michaël Michaud
Hi > 1 - try to link the postgis writer to query-on-demand rather than > dynamic query > With query-on-demand, there is now the possibility to synchronise the > view with > the database on user-demand (RefreshDataStoreQueryPlugIn) Made some progress with this idea. This is not as user friendly

[JPP-Devel] Optimizing OpenJUMP menus

2012-11-18 Thread Giuseppe Aruta
Hi all, I want to give a speed on OJ programming. These are the points of my roadmap proposal to Oj community a) There are some tools I am going to publish on next days as separate plugins, 1) CAD/Editing tools, 2) an Annotation plugin,3) Measure tools, 4) Advanced Fence toolbox b) I want to cha

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Michaël Michaud
Jukka > Dynamic PostGIS layers may be a bit odd for editing. What happens if user has > created some features from a large area and he saves them into an existing > layer when zoomed in to the last new feature. Will the other new features > which are outside the viewport disappear from user unti

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Michaël Michaud
Hi Jukka, > Dynamic PostGIS layers may be a bit odd for editing. What happens if user has > created some features from a large area and he saves them into an existing > layer when zoomed in to the last new feature. Will the other new features > which are outside the viewport disappear from user

Re: [JPP-Devel] Can not read PostGIS projects

2012-11-18 Thread Rahkonen Jukka
Michaël Michaud wrote: > Hi Jukka, > > PostGIS layers have a setting for maximum number of selected features from > > within the viewport, don't they? >> How about saving the PostGIS layers > > with limit=1 or perhaps limit=10 by default? > Yes, this is also an option (if the limit is pe