comparison artifacts/src/main/java/org/dive4elements/river/exports/MapGenerator.java @ 8816:f5e126739c36

min and max must not be equal in LAYER EXTENT in mapfile. (issue1879) In passing some whitespace cosmetics.
author Tom Gottfried <tom@intevation.de>
date Tue, 09 May 2017 18:42:56 +0200
parents e701ef544ffa
children 5e38e2924c07
comparison
equal deleted inserted replaced
8815:c4ce25093953 8816:f5e126739c36
256 256
257 appendLayers(layers); 257 appendLayers(layers);
258 appendMapInformation(root, c); 258 appendMapInformation(root, c);
259 259
260 XMLUtils.toStream(response, out); 260 XMLUtils.toStream(response, out);
261 } 261 }
262 262
263 263
264 protected void appendLayers(Element parent) { 264 protected void appendLayers(Element parent) {
265 for (WMSLayerFacet facet: layers) { 265 for (WMSLayerFacet facet: layers) {
266 parent.appendChild(facet.toXML(parent.getOwnerDocument())); 266 parent.appendChild(facet.toXML(parent.getOwnerDocument()));

http://dive4elements.wald.intevation.org