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
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\\
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