Don't allow Potlatch to be started with a zoom below 11.
This commit is contained in:
parent
18453600aa
commit
ed8b7fde42
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
var fo = new SWFObject("/potlatch/potlatch.swf?d="+Math.round(Math.random()*1000), "potlatch", "700", "600", "6", "#FFFFFF");
|
||||
|
||||
function doSWF(lat,lon,sc) {
|
||||
if (sc < 11) sc = 11;
|
||||
fo.addVariable('lat',lat);
|
||||
fo.addVariable('long',lon);
|
||||
fo.addVariable('scale',sc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue