fix another way-node/Way-Node problem in amf_controller; add WinIE JS compatibility via ExternalInterface (we can use this later to alert for a commit message if none is provided)

This commit is contained in:
Richard Fairhurst 2009-04-23 17:54:17 +00:00
parent 1c93d482d2
commit 64d076847b
3 changed files with 6 additions and 4 deletions

View file

@ -75,6 +75,8 @@ zoom='14' if zoom.nil?
}
}
function markChanged(a) { changesaved=a; }
function doSWF(lat,lon,sc) {
if (sc < 11) sc = 11;
fo.addVariable('scale',sc);