2014年2月20日木曜日

36 - GeoEXT を使用した WFS-T 6 - 凡例の表示

36-6 凡例の表示
Developing OGC Compliant Web Applications with GeoExt の
2.3. Adding a Legend Using WMS GetLegendGraphic(http://workshops.boundlessgeo.com/geoext/stores/legend.html)を参考に WMS レイヤの凡例を表示します。
続けて「ol017-nippon_bmi_akiruno_pgis.html」を使います。

---
// ここから追加
 items.push({
  xtype: "gx_legendpanel",
  region: "east",
  width: 200,
  autoScroll: true,
  padding: 5
 });
// ここまで
</script>
---

0 件のコメント: