diff src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java @ 97:18e4f143896b

Added polygon writer.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 06 Jun 2011 17:24:43 +0200
parents 2362609ffa66
children fb93f20478cc
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java	Wed Jun 01 14:21:24 2011 +0200
+++ b/src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java	Mon Jun 06 17:24:43 2011 +0200
@@ -68,6 +68,7 @@
         Element symbolElement = util.addSymbol(parent);
 
         symbolElement.setAttribute("name", symbol.getNameString());
+        symbolElement.setAttribute("type", "line");
         symbolElement.setAttribute("style", "picture");
         if(symbol.getColor() instanceof IRgbColor) {
             IRgbColor color = (IRgbColor)symbol.getColor();
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)