<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">Hi and good Morning,</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">I've played with mapproxy for about one year, i love it, but I'm never been able to getting base layer transparent or with background color different from black.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">I use openlayers and I think that the way I declare Layers should be good but I can't understand why the black never changes.</div><div
 style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">This is an example of OL layer declaration:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;"><font face="times new roman, new york, times, serif">    base_wms = new OpenLayers.Layer.WMS("Calabria_UTM33", "http://"+  wms_hostname + ":8089/service?",  </font></div><div style="background-color: transparent;"><font face="times new roman, new york, times, serif">    {'layers': "Calabria_UTM33", 'transparent': "true", 'format': "image/png",
 'srs':"EPSG:32633"}, {ratio: 1, isBaseLayer: true});  </font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">And this is the resulting query</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;"><font face="times new roman, new york, times,
 serif">http://myhostname:8089/service?LAYERS=Calabria_UTM33&TRANSPARENT=true&FORMAT=image%2Fpng&SRS=EPSG%3A32633&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&BBOX=831598.0861244,4072000,907540.66985646,4147942.5837321&WIDTH=256&HEIGHT=256</font><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">It seems to me that the query were well made but the black remains.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">I hope to avoid this with your help.</div></div></body></html>