currently, in order to run a map, we use the following load map function to load a map xml file generated by openspace editor.
function loadMap (filename:String, skinsLibrary:*, backgroundsLibrary:*) : void
we can only provide a filename of the xml file, is there any method for us to provide a XML object or sth like tat so that we can dynamically generate a map xml file for it to be loaded by the openspace object?
thanx.