[Gistoolkit-editor] SVG Format for saving maps.
Brought to you by:
bitterstorm,
ithaqua
From: ithaqua <it...@at...> - 2003-07-13 18:54:41
|
There is a new command (SaveSVGCommand) that saves the completed maps in SVG format. The GISToolkitEditor uses the BATIK classes to generate these maps, so you will need to download and install BATIK to make this command appear. BATIK consists of several jar files, but the only ones you are going to need are: batik-svggen.jar batik-dom.jar batik-awt-util.jar batik-util.jar batik-xml.jar If these classes are not in the class path, then the save as SVG menu command will not appear. Questions: Is there a need to add support for reading a SVG document as a data source? Is there a need to add support for the server to save SVG documents? Thanks, Ithaqua. |