使用带有图例的openlayers.layer.wms.post动态样式化和过滤geoserver wms

时间:2012-09-13 11:07:44

标签: openlayers extjs3 geoserver wms

我已经在地图中为动态样式场所定义了一个WMS.Post图层here,因为我的参数过滤器依赖于我要求的WMS图层的特征。 问题是我需要在LegendPanel GeoExt对象中设置图例。我看到当图例面板要求geoserver的图例时,使用GET方法调用服务,并且当给定的sld样式太长时,调用失败。如何强制面板使用POST方法?

这是我的legendPanel的定义方式:

var legendPanel = new GeoExt.LegendPanel({
    title: "Legenda",
    bodyStyle: "padding:5px",
    labelCls: "mylabel",
    split: true,
    map: map,
    region: "center",
    autoScroll: true
});

感谢您的帮助

微米。

0 个答案:

没有答案