23 lines
268 B
PHP
23 lines
268 B
PHP
<?php
|
|
|
|
/**
|
|
|
|
* 地图相关配置文件
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
'ak'=>'mcMWhUp8tc6wHjxbBazOMaEUqYcqngMF',
|
|
|
|
'baidumap_url'=>'http://api.map.baidu.com/',
|
|
|
|
'geocoder'=>'geocoder/v2/',
|
|
|
|
'staticimage' =>'staticimage/v2',
|
|
|
|
'width' =>400,
|
|
|
|
'height' =>300,
|
|
|
|
]; |