Changeset 4259
- Timestamp:
- 09/13/07 09:38:41 (1 year ago)
- Files:
-
- sandbox/jachym/openlayers/examples/wps.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/jachym/openlayers/examples/wps.html
r4240 r4259 12 12 height: 512px; 13 13 border: 1px solid black; 14 float:left; 15 margin-right: 50px; 14 16 } 15 17 </style> … … 48 50 map.addControl(new OpenLayers.Control.LayerSwitcher()); 49 51 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"})); 51 53 52 54 // map.setCenter(new OpenLayers.LonLat(0, 0), 0); … … 61 63 <h1>OpenLayers WPS</h1> 62 64 <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> 63 76 </body> 64 77 </html>
