2008-12-22 amMap v 2.2.1 releasedNew features: JavaScript function setSettings(settings, rebuild) added. JavaScript function getSettings() added. JavaScript functions are cued now - previously you could call one JS function at time and call another only after the map finished the previous process. Now, you can call several functions one after another, without waiting for the map to finish doing something. The functions are cued and all of them will be executed. New JavaScript function amProcessCompleted(chart_id, process) added. This function is called after some process initialized by some JS function is finished. For example, if you make the map to reload data by calling reloadData function, after the data is reloaded, the chart will call amProcessCompleted unction and the "process" parameter will be "reloadData" - the same as the unction name you called. JavaScript function amError(chart_id, message) is called if the error, such as file not found occurs. JavaScript function amReturnImageData(chart_id, data) is called when the chart finishes collecting image data when exporting the map as an image. Fixes: <object_list><color_hover> and <object_list><color_selected> settings are accepted. Map no longer flickers on setData(data) function. When <redraw> was set to true, the lines of higher then the top level disappeared when the window was resized. << Previous | All news | Next >>
|