function proj4js_load_definitions in Proj4JS 7
Load a set of definitions where the identifier is the key of the array.
File
- ./
proj4js.module, line 101 - Main module file for the proj4js.module.
Code
function proj4js_load_definitions($bundles = array()) {
foreach ((array) $bundles as $identifier => $definition) {
proj4js_load_definition($identifier, $definition);
}
}