comparison flys-artifacts/src/main/java/de/intevation/flys/wsplgen/FacetCreator.java @ 5314:ac2746f3e75f

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 14 Mar 2013 17:42:51 +0100
parents 2c1045a1e3fe
children 61bf64b102bc
comparison
equal deleted inserted replaced
5313:a1cb9a734cc5 5314:ac2746f3e75f
161 161
162 barriers.addLayer(MapfileGenerator.MS_LAYER_PREFIX + 162 barriers.addLayer(MapfileGenerator.MS_LAYER_PREFIX +
163 MapfileGenerator.MS_BARRIERS_PREFIX + "lines" + artifact.identifier()); 163 MapfileGenerator.MS_BARRIERS_PREFIX + "lines" + artifact.identifier());
164 barriers.addLayer( MapfileGenerator.MS_LAYER_PREFIX + 164 barriers.addLayer( MapfileGenerator.MS_LAYER_PREFIX +
165 MapfileGenerator.MS_BARRIERS_PREFIX + "poly" + artifact.identifier()); 165 MapfileGenerator.MS_BARRIERS_PREFIX + "poly" + artifact.identifier());
166 166
167 barriers.setSrid(getSrid()); 167 barriers.setSrid(getSrid());
168 barriers.setExtent(getBounds()); 168 barriers.setExtent(getBounds());
169 169
170 tmpFacets.add(barriers); 170 tmpFacets.add(barriers);
171 } 171 }

http://dive4elements.wald.intevation.org