Go to the source code of this file.
Functions | |
| smfInitOpenLayers () | |
Variables | |
| if(!defined( 'MEDIAWIKI')) | $wgResourceModules ['ext.sm.fi.openlayers'] |
| $wgHooks ['MappingServiceLoad'][] = 'smfInitOpenLayers' | |
GNU GPL v3
Definition in file SM_OpenLayers.php.
| smfInitOpenLayers | ( | ) |
| $wgHooks['MappingServiceLoad'][] = 'smfInitOpenLayers' |
Definition at line 37 of file SM_OpenLayers.php.
| if (!defined( 'MEDIAWIKI')) $wgResourceModules['ext.sm.fi.openlayers'] |
Initial value:
array(
'dependencies' => array( 'ext.maps.openlayers', 'ext.sm.forminputs' ),
'localBasePath' => dirname( __FILE__ ),
'remoteBasePath' => $smgScriptPath . '/includes/services/OpenLayers',
'group' => 'ext.semanticmaps',
'scripts' => array(
'jquery.openlayersinput.js',
'ext.sm.openlayersinput.js'
),
'messages' => array(
)
)
Definition at line 24 of file SM_OpenLayers.php.
1.5.6