Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Rahkonen Jukka
Hi, My data were just polygons from BBOXes. I believe you can make the first test by making 20 copies of one polygon with a text editor and copy-paste them all into WKT input box. POLYGON ((40 280, 40 320, 80 320, 80 280, 40 280)) -Jukka- Landon Blake wrote: Jukka: Can you send me

Re: [JPP-Devel] How to convert WMS BBOX into polygon feature?

2013-01-19 Thread Rahkonen Jukka
Hi, JEdit and Notepad++ work for me. However, we could add couple of things on the wishlist for making OJ more feature rich in the future: - Geometry from WKT converted might be enhanced to understand also BBOX=Xmin,Ymin,Xmax,Ymax syntax even it is not real WKT. - There could be a script or

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Michaël Michaud
Hi Jukka, I started analysing the problem and I think there are different things in your observations. 1) features kept in the undo stack. Yes, they are. I think this is the normal behaviour as you may want to undo the add wkt geometry action, but in this case, this takes a lot of memory. 2)

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Rahkonen Jukka
Hi, Thanks for analyzing this. The biggest problem for me was 3) the slowness. So it is not OJ bug but it is also impossible to guess that Windows clipboard should be cleared. Perhaps I will edit the string ui.plugin.AddNewFeaturesPlugIn.enter-well-known-text-for-one-or-more-geometries and

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Michaël Michaud
Hi, Thanks for analyzing this. The biggest problem for me was 3) the slowness. So it is not OJ bug but it is also impossible to guess that Windows clipboard should be cleared. Perhaps I will edit the string ui.plugin.AddNewFeaturesPlugIn.enter-well-known-text-for-one-or-more-geometries Yes,

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Landon Blake
Good observations MM. Does OJ currently have a way to clear the undo queue? If not, I might look into to adding that functionality next week. Landon On Sat, Jan 19, 2013 at 4:40 AM, Michaël Michaud michael.mich...@free.fr wrote: Hi Jukka, I started analysing the problem and I think there

Re: [JPP-Devel] How to convert WMS BBOX into polygon feature?

2013-01-19 Thread Landon Blake
Jukka: Can you fill out a feature request on SourceForge for us? Landon On Sat, Jan 19, 2013 at 3:59 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, JEdit and Notepad++ work for me. However, we could add couple of things on the wishlist for making OJ more feature rich in the

Re: [JPP-Devel] Issues after adding loads of features as WKT

2013-01-19 Thread Rahkonen Jukka
Michaël Michaud wrote: Do you know the new csv driver can already read files containing wkt geometries. May be an enhanced version (including BBOX) or a new driver (to parse log files) is really what you need ? No, I did not remember that csv driver reads WKT. You are right about the real