<?php
/**
 * Default settings for the cnmap plugin
 *
 * @author Lshan <ldg@szzxue.com>
 */

//$conf['fixme']    = 'FIXME';

$conf['provider']  = 'amap';
$conf['amap_api_key'] = '';
$conf['bmap_api_key'] = '';
$conf['zoom']    = 15;
$conf['width']    = '100%';
$conf['height']    = '400px';
$conf['mark']    = 1;
$conf['sat']    = 0;

