You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
312 B
8 lines
312 B
<?php
|
|
|
|
return [
|
|
'zoom_level' => env('LEAFLET_MAP_ZOOM_LEVEL', 4),
|
|
'detail_zoom_level' => env('LEAFLET_MAP_DETAIL_ZOOM_LEVEL', 18),
|
|
'map_center_latitude' => env('LEAFLET_MAP_CENTER_LATITUDE', '-0.87887'),
|
|
'map_center_longitude' => env('LEAFLET_MAP_CENTER_LONGITUDE', '117.4863'),
|
|
];
|