comparison gnv/src/main/webapp/scripts/layers.jsp @ 995:a406d8807e5d

Bugfix: All Layer will only use one single Tile for displaying it. gnv/trunk@1196 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 11 Jun 2010 08:17:37 +0000
parents 556e16cc4da5
children
comparison
equal deleted inserted replaced
994:541ff0db1b12 995:a406d8807e5d
21 format: 'image/png', 21 format: 'image/png',
22 transparent: false 22 transparent: false
23 }, 23 },
24 { 24 {
25 isBaseLayer: true, 25 isBaseLayer: true,
26 singletile: true 26 singleTile: true
27 } 27 }
28 28
29 ); 29 );
30 /** 30 /**
31 * XXX This application needs an ARRAY that stores some layers (or a single 31 * XXX This application needs an ARRAY that stores some layers (or a single
50 format: 'image/png', 50 format: 'image/png',
51 transparent: true 51 transparent: true
52 }, 52 },
53 { 53 {
54 isBaseLayer: false, 54 isBaseLayer: false,
55 singletile: true 55 singleTile: true
56 } 56 }
57 57
58 ); 58 );
59 layers[<%=i%>] = layer<%=i++%>; 59 layers[<%=i%>] = layer<%=i++%>;
60 <%}%> 60 <%}%>

http://dive4elements.wald.intevation.org