Changeset 328

Show
Ignore:
Timestamp:
04/10/08 10:55:41 (5 years ago)
Author:
elemoine
Message:

Merging from 310 to HEAD

Location:
sandbox/elemoine/MapFish02
Files:
5 modified
5 copied

Legend:

Unmodified
Added
Removed
  • sandbox/elemoine/MapFish02/client/examples/map/window.html

    r290 r328  
    7070                    ['AS', 'Asia', new OpenLayers.Bounds(15.59375, -21.90625, 173.796875, 83.5625)]] 
    7171        }); 
    72         /* 
    73         var shortcuts = new mapfish.widgets.Shortcuts({ 
    74             map: map, 
    75             store: store, 
    76             templates: { 
    77                 header: new Ext.Template("Choose a continent in the list"), 
    78                 footer: new Ext.Template("The map will automatically center to this location") 
    79             } 
    80         }); 
    81         */ 
     72         
    8273        var window = new Ext.Window({ 
    8374            title: 'Shortcuts', 
     
    9990            }] 
    10091        }); 
    101         window.setPagePosition(20, 20); 
     92        window.setPagePosition(20, 40); 
    10293 
    10394        window.show(); 
     
    10697</head> 
    10798<body> 
     99  <!-- 
     100      body element must not start with text to prevent IE bug 
     101      http://extjs.com/forum/showthread.php?t=7912&highlight=createRange 
     102  --> 
     103  <h1>MapFish example</h1> 
    108104  This example shows how to use the MapComponent class to integrate a OL map into a window layout. 
    109105  <div id="olmap"> 
  • sandbox/elemoine/MapFish02/client/examples/search/c2corg_ext.html

    r290 r328  
    4747            var options = { 
    4848                projection: "EPSG:4326", 
    49                 controls: [new OpenLayers.Control.MouseDefaults()] ,  
     49                controls: [new OpenLayers.Control.Navigation()] ,  
    5050                maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), 
    5151                scales: scales 
  • sandbox/elemoine/MapFish02/client/examples/tree/tree_reorder.html

    r290 r328  
    1818    <script type="text/javascript" src="../examples.js"></script> 
    1919 
    20     <script type="text/javascript" src="c2corgCreateMap.js"></script> 
    21  
    2220    <script type="text/javascript"><!-- 
    2321 
     
    2624        var options = { 
    2725            projection: "EPSG:4326", 
    28             controls: [new OpenLayers.Control.MouseDefaults()], 
     26            controls: [new OpenLayers.Control.Navigation()], 
    2927            'numZoomLevels': 20 
    3028        }; 
  • sandbox/elemoine/MapFish02/client/examples/tree/tree_user_model_complex.html

    r290 r328  
    1818    <script type="text/javascript" src="../examples.js"></script> 
    1919 
    20     <script type="text/javascript" src="c2corgCreateMap.js"></script> 
    21  
    2220    <script type="text/javascript"><!-- 
    2321 
     
    2624        var options = { 
    2725            projection: "EPSG:4326", 
    28             controls: [new OpenLayers.Control.MouseDefaults()], 
     26            controls: [new OpenLayers.Control.Navigation()], 
    2927            'numZoomLevels': 20 
    3028        }; 
  • sandbox/elemoine/MapFish02/client/mfbase/mapfish/widgets/edition/FeatureList.js

    r225 r328  
    633633                col.convert = function(v) { 
    634634                    return v; 
    635                 } 
     635                }; 
    636636            } 
    637637            if (!col.sortType) {