Revision 5992
Added by ben leinfelder almost 14 years ago
lib/style/common/spatial/map.js | ||
---|---|---|
38 | 38 |
map.addLayers(additionalLayers); |
39 | 39 |
} |
40 | 40 |
|
41 |
// off by default |
|
42 |
metacat_bounds.setVisibility(false); |
|
43 |
|
|
41 | 44 |
// get the drag box event |
42 | 45 |
//control = new OpenLayers.Control(); |
43 | 46 |
control = new OpenLayers.Control({title: "Metacat spatial query", displayClass: "spatialQuery"}); |
Also available in: Unified diff
turn off the databounds layer by default