comparison src/java/de/intevation/mxd/writer/MapScriptWriter.java @ 320:9289b7c1b4ce

Minor style fix
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 20 Sep 2012 13:01:33 +0200
parents 5a2b5bc066eb
children b6c0fbae16dc
comparison
equal deleted inserted replaced
319:5ea3abee729d 320:9289b7c1b4ce
403 } 403 }
404 else if (type.equals("polygon")) { 404 else if (type.equals("polygon")) {
405 layer.setType(MS_LAYER_TYPE.MS_LAYER_POLYGON); 405 layer.setType(MS_LAYER_TYPE.MS_LAYER_POLYGON);
406 layer.setTileitem(""); 406 layer.setTileitem("");
407 } 407 }
408 else if(type.equals("raster")) { 408 else if (type.equals("raster")) {
409 layer.setType(MS_LAYER_TYPE.MS_LAYER_RASTER); 409 layer.setType(MS_LAYER_TYPE.MS_LAYER_RASTER);
410 } 410 }
411 else if (type == "annotation") { 411 else if (type == "annotation") {
412 layer.setType(MS_LAYER_TYPE.MS_LAYER_ANNOTATION); 412 layer.setType(MS_LAYER_TYPE.MS_LAYER_ANNOTATION);
413 } 413 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)