Changeset 1485
- Timestamp:
- 09/19/06 12:45:48 (2 years ago)
- Files:
-
- trunk/openlayers/examples/getfeatureinfo.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/getfeatureinfo.html
r1484 r1485 1 1 <html> 2 2 <head> 3 <script src=" http://openlayers.org/api/2.1-rc2/OpenLayers.js"></script>3 <script src="../lib/OpenLayers.js"></script> 4 4 <style type="text/css"> 5 5 ul, li { padding-left: 0px; margin-left: 0px; } … … 26 26 map.zoomToMaxExtent(); 27 27 map.events.register('click', map, function (e) { 28 if(e.altKey) {29 28 var url = wms.getFullRequestString({ 30 29 REQUEST: "GetFeatureInfo", … … 39 38 OpenLayers.loadURL(url, '', this, setHTML); 40 39 Event.stop(e); 41 }42 40 }); 43 41 function setHTML(response) {
