Technical Overview Notes of 2 Drupal Mapping Modules
Contains Auto Generated docs of openlayers objects
Contains Technical Overview Notes of the drupal openlayers module.
openlayers-overview/execution-flow-php-provisions-assets.md
Describes the execution flow in php when loading an openlayers map; the beginnings of displaying the map. During php page display; the map div is displayed, the provisioning of assets (css,js,etc.. are added) for each object ( Layers,Sources,Controls,Interactions,Components,Projections,Styles) belonging to the map.
openlayers-overview/execution-flow-javascript-render-map.md
Describes the execution flow in javascription when rendering an openlayers map;
openlayers-overview/ctools_export_ui-inventory.md
Configuration presets – collections of configuration or other types of objects that administrators set up that can then be used in different contexts on a website. In the openlayers module, administrators define maps – objects that are containers for some very complex configuration. These configuration objects are all stored in the database as they are created, but they can also be exported into code, and this is the foundation of the concept of exportables.
For more background on configuration management through ctools. Check this link: How to make configuration objects exportable with CTools
The file openlayers-overview/ctools_export_ui-inventory.md
is an inventory of ctools_export_ui
integration code that facilitates the configuration management through ctools.
openlayers-overview/admin-graphical-user-interface.md
Describes the components that facilitate the openlayers admin gui.