NEW FEATURES:
Reload both data and settings files when drilling down
Previously, when building drill-down map, you could link an area or a movie to another data file only. With a new map some people want to change some settings so now you can link both to a new data and settings files. All you need to do is to separate data and settings files with “||”
For example: url=”europe_data.xml||europe_settings.xml”
Remove the “home” option from the object list
If you want to remove the “home” option from the object list dropdown or listbox, simple set “none” for the <object_list><home_text> setting.
Clicking anywhere on a map area can center and zoom-in.
If you want to enable this feature, set <zoom><zoom_on_click> to true. In this case the <background_zooms_to_top> setting will be set to false automatically.
Text in the text box can be not selectable
You can disable selection of text in a text box by setting <text_box><selectable> to “false”.
Preloader when reloading data
A new setting, <preloader_on_reload> was added. In case you are reloading data or settings with JavaScript function, you can make preloader visible or invisible. The default value is false.
FIX: “Infinity” in the preloader. In some cases people could see the “Infinity” text in the preloader and the preloader bar was broken for a second. Fixed in this version.
