1<?php 2/** 3 * Default settings for the cnmap plugin 4 * 5 * @author Lshan <ldg@szzxue.com> 6 */ 7 8//$conf['fixme'] = 'FIXME'; 9 10$conf['provider'] = 'amap'; 11$conf['amap_api_key'] = ''; 12$conf['bmap_api_key'] = ''; 13$conf['zoom'] = 15; 14$conf['width'] = '100%'; 15$conf['height'] = '400px'; 16$conf['mark'] = 1; 17$conf['sat'] = 0; 18 19