[JPP-Devel] SVN: [5107] core/trunk/src/com/vividsolutions/jump/workbench/model/ LayerManager.java

2016-10-26 Thread jump-pilot-svn
Revision: 5107 http://sourceforge.net/p/jump-pilot/code/5107 Author: michaudm Date: 2016-10-26 07:23:08 + (Wed, 26 Oct 2016) Log Message: --- Generify LayerManager (work in progress) Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/mod

[JPP-Devel] SVN: [5108] core/trunk/src/com/vividsolutions/jump/workbench

2016-10-26 Thread jump-pilot-svn
Revision: 5108 http://sourceforge.net/p/jump-pilot/code/5108 Author: michaudm Date: 2016-10-26 19:26:49 + (Wed, 26 Oct 2016) Log Message: --- Generify LayerManager Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/model/LayerManager.jav

[JPP-Devel] SVN: [5109] core/trunk

2016-10-26 Thread jump-pilot-svn
Revision: 5109 http://sourceforge.net/p/jump-pilot/code/5109 Author: michaudm Date: 2016-10-26 21:18:12 + (Wed, 26 Oct 2016) Log Message: --- SimpleQuery : spatial queries are now very fast (use of spatial indexes) + use of generics and code cleaning Modified Paths: ---

[JPP-Devel] Simple query is finally fast

2016-10-26 Thread Michaël Michaud
Hi Jumpers, I finally took the time to introduce spatial index usage in spatial queries of the Simple Query plugin. It should accelerate almost every spatial query implying more than 256 features except disjoint and relate. Please, report any problem is you use it, Michaël -