Changeset 3413
- Timestamp:
- 03/11/10 18:07:37 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/gislars/sipv/MapFish/client/mfbase/geoext/lib/GeoExt/widgets/LegendWMS.js
r3276 r3413 199 199 } 200 200 }); 201 202 // Awful hack to have legends pdf-printed with OpenLayers.Layer.WMS.Post layers 203 GeoExt.LegendPost = Ext.extend(GeoExt.LegendWMS, { 204 initComponent: function() { 205 GeoExt.LegendPost.superclass.initComponent.call(this); 206 } 207 });
