Disabled edit tab until z13 is reached.

This commit is contained in:
Tom Hughes 2009-05-27 13:34:50 +00:00
parent 40e920bd52
commit 044febd3aa

View file

@ -45,7 +45,7 @@ function updatelinks(lon,lat,zoom,layers,minlon,minlat,maxlon,maxlat) {
node = document.getElementById("editanchor");
if (node) {
if (zoom >= 11) {
if (zoom >= 13) {
var args = new Object();
args.lat = lat;
args.lon = lon;