<div>Hello!</div><div> </div><div>I have made an WMS-service using ArcGIS-server. It is 4 layers, 3 with polygons and every layer has a certain color, the 4th layer is labels for the polygons.</div><div> </div><div>With the service I made an .SLD file becuase I wanted to pick certain colors and I wanted transparency for the polygons and I wanted to decided on what scale to show the labels. I want it to be 1:500 000 and closer.</div>
<div> </div><div>Everything works fine, I can consume the service in Qgis 1.7.1, I can see the layers and labels, and they have the colors I wanted. But two things do not work, the transparency and the set scale. This however works if I consume the service in ArcMap.</div>
<div> </div><div><u>I guess my question is, does QGis support the ArcGIS .SLD?</u></div><div> </div><div>This is my code, under the element <rule> - <PolygonSymbolizer> - <Fill></div><div><sld:CssParameter name="fill">#D23262</sld:CssParameter><br>
<sld:CssParameter name="fill-opacity">0.5</sld:CssParameter></div><div> </div><div><MinScaleDenominator>0</MinScaleDenominator></div><div><MaxScaleDenominator>1000000</MaxScaleDenominator></div>
<div> </div><div>Any idéas?</div><div> </div><div>Thanks!</div><div> </div><div>Regards, Lars</div><div> </div><div> </div><div> </div>