Hi, Can anyone tell me whether I could use Batik to overlay information on a map. I am using swing, so I want to use the JSVGCanvas.html<http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/swing/JSVGCanvas.html> to do most of the work, except I need to store the features to be rendered in the SVG file in terms of their geographic locations (latitudes and longitudes), and then convert these into the pixel coordinates on the fly based on the current type of projection (e.g. Lambert, Mercator, etc), scale and location. I have the code to do these conversions, however, I'm not sure where to hook it in. Would I extend/write a bridge to do this?
Any help would be greatly appreciated. Dugald
