Re: [Geotools-gt2-users] [GEOT-4453] DataUtilities.urlTofile does not work with jar url

2013-04-18 Thread Farrukh Najmi
I have just submitted a patch for this issue which does not break existing unit tests and fixes my blocker problem. I would be grateful if Michael or Jody could review the patch and comment. Also, can you please let me know best guess on when is the next release planned and whether I can hope

[Geotools-gt2-users] [GEOT-4453] DataUtilities.urlTofile does not work with jar url

2013-04-18 Thread Farrukh Najmi
Hi guys, I just ran into this and filed an issue on it in JIRA. I will work on a patch to fix this and would appreciate any context or guidance on this code. Thanks. -- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com --

Re: [Geotools-gt2-users] AddLayer method gives problem

2013-04-18 Thread Boided
Any suggestions?? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/AddLayer-method-gives-problem-tp5044456p5047926.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. -- Precog

[Geotools-gt2-users] Advice for topological frameworks/algorithms

2013-04-18 Thread Alexander Melchior
Hi, I've got a nice featurecollection with (JTS) MultiPolygons of a residential area. What I want to know is which gardens are next to a house, or more basically, which polygons are neighbours. JTS supports the touches operation to figure out if two polygons touch, but this would be a O(n) operati