Revision 5932
Added by ben leinfelder almost 14 years ago
lib/style/common/spatial/map.js | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// get the drag box event |
54 | 54 |
//control = new OpenLayers.Control(); |
55 |
control = new OpenLayers.Control({title: "Spatial query (Shift+Drag)", displayClass: "spatialQuery"});
|
|
55 |
control = new OpenLayers.Control({title: "Metacat spatial query", displayClass: "spatialQuery"});
|
|
56 | 56 |
OpenLayers.Util.extend( |
57 | 57 |
control, { |
58 | 58 |
draw: function () { |
Also available in: Unified diff
include title for the spatial query control widget (on hover)