OpenLayers OpenLayers

Changeset 4259

Show
Ignore:
Timestamp:
09/13/07 09:38:41 (1 year ago)
Author:
jachym
Message:

little bit of documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/jachym/openlayers/examples/wps.html

    r4240 r4259  
    1212            height: 512px; 
    1313            border: 1px solid black; 
     14            float:left; 
     15            margin-right: 50px; 
    1416        } 
    1517    </style> 
     
    4850            map.addControl(new OpenLayers.Control.LayerSwitcher()); 
    4951            map.addControl(new OpenLayers.Control.EditingToolbar(vlayer)); 
    50             map.addControl(new OpenLayers.Control.WPS()); 
     52            map.addControl(new OpenLayers.Control.WPS({server:"http://localhost/cgi-bin/wps.py"})); 
    5153 
    5254            // map.setCenter(new OpenLayers.LonLat(0, 0), 0); 
     
    6163    <h1>OpenLayers WPS</h1> 
    6264    <div id="map"></div> 
     65 
     66    <div> 
     67        <ol> 
     68            <li>Edit some features</li> 
     69            <li>Unminimize WPS form</li> 
     70            <li>Set Server and "Get Capabilities"</li> 
     71            <li>Select process (e.g. Buffer)</li> 
     72            <li>Set layer (Editable) and buffer width</li> 
     73            <li>Click on the "Execute" button</li> 
     74        </ol> 
     75    </div> 
    6376  </body> 
    6477</html>