Ticket #497: Add_gx_mappanel.patch
| File Add_gx_mappanel.patch, 0.9 kB (added by cmoullet, 3 years ago) |
|---|
-
MapFish/client/examples/map/window.html
9 9 <script type="text/javascript" src="../../mfbase/ext/adapter/ext/ext-base.js"></script> 10 10 <script type="text/javascript" src="../../mfbase/ext/ext-all-debug.js"></script> 11 11 12 <script type="text/javascript" src="../../mfbase/geoext/lib/GeoExt.js"></script> 13 12 14 <script type="text/javascript"> 13 15 // Because of a bug in Firefox 2 we need to specify the MapFish base path. 14 16 // See https://bugzilla.mozilla.org/show_bug.cgi?id=351282 … … 53 55 plain: true, 54 56 bodyStyle: 'padding:5px;', 55 57 items: [{ 56 xtype: ' mapcomponent',58 xtype: 'gx_mappanel', 57 59 map: map 58 60 }] 59 61 });
