org.tm4j.tmnav.app.TMNav .loadMap(java.lang.String src,org.tm4j.panckoucke.store.ProviderReference provider)

Description

Loads a Map with the help from Panckouckes MapLoader. After successfully loaded, a TOPICMAP_LOADED event is send, followed up by a TMOSelected event. If src ends with the extension .ltm, the Source is interpreted as in ltm-Notation otherwise it is interpreted as XTM-Notation.

Parameters
org.tm4j.panckoucke.store.ProviderReference provider
java.lang.String src

Returns

true, if map was loaded succesfully, false otherwise

Other Resources

Related Topics