Changes between Version 24 and Version 25 of ZooWebSite/Demo/GdalProfileJs
- Timestamp:
- Dec 1, 2010, 2:57:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfileJs
v24 v25 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:# 333333;}36 .fg-button:hover {background:#b5b5b5;} 37 37 38 38 .fg-button .ui-icon { position: absolute; top: 2px; left: 2px; margin:0; } … … 119 119 zoomin: new OpenLayers.Control.ZoomBox({title:"Zoom in box", out: false}), 120 120 zoomout: new OpenLayers.Control.ZoomBox({title:"Zoom out box", out: true}), 121 line: new OpenLayers.Control.DrawFeature(lineLayer,OpenLayers.Handler.Path )121 line: new OpenLayers.Control.DrawFeature(lineLayer,OpenLayers.Handler.Path, {title:"Create profile"}) 122 122 123 123 };