Fix the examples that used our '$' method.
This commit is contained in:
@@ -19,6 +19,8 @@ var draw = new OpenLayers.Control.DrawFeature(
|
||||
map.addControl(draw);
|
||||
draw.activate();
|
||||
|
||||
$ = OpenLayers.Util.getElement;
|
||||
|
||||
// handle clicks on method links
|
||||
$("insertXY").onclick = function() {
|
||||
var values = parseInput(
|
||||
|
||||
Reference in New Issue
Block a user