graphicUrl: function () {
    var palette = this.layer.wmsParams.styles.split("/")[1];
    return (
      this.layer._url +
      "?REQUEST=GetLegendGraphic" +