Reusable Accessible Mapping Platform

API Docs for: 5.2.0
Show:

Bootstrapper Class

Bootstrapper class. Starting point of RAMP, RAMP modules are loaded here and mapped to a function parameter Phase X?: For mobile support, there can be a different mobileBootstrapper with only the mobile modules loaded

Imports RAMP Modules:

Map
BaseMapSelector
Maptips
Datagrid
Navigation
FilterManager
BookmarkLink
Url
FeatureHighlighter
RAMP
GlobalStorage
GUI
EventManager
AdvancedToolbar
Util
Prototype
FunctionMangler
LayerLoader

Item Index

Methods

configReady

(
  • configObject
)
private

once the config file has been retrieved, proceed with the loading of the site

Parameters:

  • configObject Object

    the configuration object

loadPlugin

(
  • pluginName,
)
private

loadPlugin takes a plugin file and loads it into the DOM. Creates a dynamic script tag to load the script at runtime.

Parameters:

  • pluginName, String

    the file name of the plugin to be loaded (should be in the plugins folder)