comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/HWSBarriersState.java @ 5394:9207142726b3

Fix typo in HWSBarriersState that caused mapfile corruption
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 25 Mar 2013 11:53:27 +0100
parents a1cb9a734cc5
children
comparison
equal deleted inserted replaced
5393:4319b1289592 5394:9207142726b3
186 } 186 }
187 if (type.contains("Line")) { 187 if (type.contains("Line")) {
188 type = "LINE"; 188 type = "LINE";
189 } 189 }
190 else if (type.contains("Poly")) { 190 else if (type.contains("Poly")) {
191 type = "POLYON"; 191 type = "POLYGON";
192 } 192 }
193 else { 193 else {
194 type = "POINT"; 194 type = "POINT";
195 } 195 }
196 createMapfile( 196 createMapfile(

http://dive4elements.wald.intevation.org