Disabled edit tab until z13 is reached.
This commit is contained in:
parent
40e920bd52
commit
044febd3aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue