[Geotools-gt2-users] Getting NPE in call originating from StyledShapePainter.paint(..)

2013-04-05 Thread Farrukh Najmi
I have a swing app that uses JMapPane to display a WMSLayer. The JMapFrame extension uses some new CursorTool extensions to draw features with Point, LineString and Polygon geometry attributes and add it to the MapPane using a FeatureLayer. I am successfully using this to graphically enter a f

[Geotools-gt2-users] GML & OSGB parser bug?

2013-04-05 Thread Alexander Melchior
Hi, I've been trying to parse a GML file from the OS Mastermap Topographic layer but unfortunately the parser crashes if I try to do this with SimpleFeature. Here are some snippets: Code: InputStream in = new FileInputStream("C:\\tmp\\Download_small+testset_63185\\mastermap-topo_150544\\

Re: [Geotools-gt2-users] NoSuchMethodError when using postgis connector

2013-04-05 Thread Paul Goldstein
Hey Ben, hey List, thanks for the quick reply. That was it. I had a JTS version 1.9 in another project which I related to. The other project included a "static" jts-jar. Upgraded both to 1.12 (which is needed by geotools 8.0), and using maven instead of static includes, thats it. Thank you very m