Changes between Version 22 and Version 23 of ZooWebSite/Demo/GdalProfileJs
- Timestamp:
- Dec 1, 2010, 2:44:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfileJs
v22 v23 34 34 35 35 .fg-button {outline:0;margin:10px;margin-bottom:0; padding: 7px 10px; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; } 36 .fg-button:hover {background:# 663e05;}36 .fg-button:hover {background:#333333;} 37 37 38 38 .fg-button .ui-icon { position: absolute; top: 2px; left: 2px; margin:0; } … … 99 99 pointRadius:4 100 100 }; 101 drawControls = { 102 line: new OpenLayers.Control.DrawFeature(lineLayer, 103 OpenLayers.Handler.Path) 104 }; 101 105 102 map.addControl(drawControls["line"]); 106 103 select = new OpenLayers.Layer.Vector("Selection", {styleMap: … … 122 119 pan: new OpenLayers.Control.Pan({title:"Pan"}), 123 120 zoomin: new OpenLayers.Control.ZoomBox({title:"Zoom in box", out: false}), 124 zoomout: new OpenLayers.Control.ZoomBox({title:"Zoom out box", out: true}) 121 zoomout: new OpenLayers.Control.ZoomBox({title:"Zoom out box", out: true}), 122 line: new OpenLayers.Control.DrawFeature(lineLayer,OpenLayers.Handler.Path) 123 125 124 }; 126 125