comparison flys-artifacts/src/main/java/de/intevation/flys/wsplgen/FacetCreator.java @ 5076:cc50e1b9fc60 mapgenfix

Work on ArtifactMapfileGenerator.createUserShapefileLayer()
author Christian Lins <christian.lins@intevation.de>
date Wed, 20 Feb 2013 21:00:33 +0100
parents 1da61095040c
children 61bf64b102bc
comparison
equal deleted inserted replaced
5023:1da61095040c 5076:cc50e1b9fc60
180 stateId, 180 stateId,
181 hash, 181 hash,
182 getUrl()); 182 getUrl());
183 183
184 shape.addLayer( 184 shape.addLayer(
185 MapfileGenerator.MS_USERSHAPE_PREFIX + artifact.identifier()); 185 MapfileGenerator.MS_PREFIX_USER + artifact.identifier());
186 shape.setSrid(getSrid()); 186 shape.setSrid(getSrid());
187 shape.setExtent(getBounds()); 187 shape.setExtent(getBounds());
188 188
189 tmpFacets.add(shape); 189 tmpFacets.add(shape);
190 } 190 }

http://dive4elements.wald.intevation.org