File "config.inc"
Full path: /www/map/mapserver-extensions/pmapper-4.2.0/plugins/digitizepoints/config.inc
File size: 328 B
MIME-type: text/x-php
Charset: utf-8
<?php
// JavaScript files referenced in map.phtml
$jsFiles = array('digitizepoints.js');
// Init function to be executed at application's loading time
$jsInitFunction = 'PM.Plugin.Digitizepoints.init()';
// PHP files loaded into map.phtml:
// enable PHP code only if plugin is activated
$phpFiles = array('activate.phtml');