Validate the mapnik scale on a zoom change.

This commit is contained in:
Tom Hughes 2008-04-19 10:45:28 +00:00
parent 7fa1041340
commit 9bae22aacb

View file

@ -140,7 +140,7 @@ page << <<EOJ
$("mapnik_max_scale").innerHTML = roundScale(max_scale);
mapnikSizeChanged();
mapnikScaleChanged();
for (var o = 0; o < $("osmarender_zoom").options.length; o++) {
var option = $("osmarender_zoom").options[o];