Validate the mapnik scale on a zoom change.
This commit is contained in:
parent
7fa1041340
commit
9bae22aacb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ page << <<EOJ
|
||||||
|
|
||||||
$("mapnik_max_scale").innerHTML = roundScale(max_scale);
|
$("mapnik_max_scale").innerHTML = roundScale(max_scale);
|
||||||
|
|
||||||
mapnikSizeChanged();
|
mapnikScaleChanged();
|
||||||
|
|
||||||
for (var o = 0; o < $("osmarender_zoom").options.length; o++) {
|
for (var o = 0; o < $("osmarender_zoom").options.length; o++) {
|
||||||
var option = $("osmarender_zoom").options[o];
|
var option = $("osmarender_zoom").options[o];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue