Go to the source code of this file.
Variables | |
| $root_server_root = "http://bmlt.magshare.net/stable/main_server/" | |
| This is URI to the root server (Default is our stable demonstration server). | |
| $gkey_my = "ABQIAAAABCC8PsaKPPEsC3k649kYPRRbaXL1ek5ixmK3SPbne69xsQMD3xQBVlDFbaiMVMvm6escOnPWLJGthQ" | |
| This is the localhost Google API key. You need to get your own, and change it (Default is for magshare.net). | |
| $support_old_browsers = false | |
| If this is true, then we support older browsers, which adds an extra call to the file. Default is false. | |
| $bmlt_initial_view = '' | |
| This is the initial view of the Basic Search. It can be 'text', 'map', 'advanced', 'advanced_text', 'advanced_map', or '', which means the root server decides ('advanced' is the same, but for the advanced screen). Default is ''. | |
| $preset_service_bodies = array () | |
| $map_center_latitude = 41.5 | |
| These are the settings for the center of the initial map view. The zoom is the Google Maps zoom. | |
| $map_center_longitude = -73.5 | |
| $map_zoom = 8 | |
| $lang_enum = null | |
| This is the language for this satellite. | |
| $use_local_pdf_generator = false | |
| If this is set to true, then there must be a local pdf_generator directory (used for custom PDFs). | |
| $bmlt_initial_view = '' |
This is the initial view of the Basic Search. It can be 'text', 'map', 'advanced', 'advanced_text', 'advanced_map', or '', which means the root server decides ('advanced' is the same, but for the advanced screen). Default is ''.
Definition at line 12 of file config.inc.
| $gkey_my = "ABQIAAAABCC8PsaKPPEsC3k649kYPRRbaXL1ek5ixmK3SPbne69xsQMD3xQBVlDFbaiMVMvm6escOnPWLJGthQ" |
This is the localhost Google API key. You need to get your own, and change it (Default is for magshare.net).
Definition at line 10 of file config.inc.
Referenced by BMLT_Satellite::MakeBMLT().
| $lang_enum = null |
This is the language for this satellite.
Definition at line 18 of file config.inc.
| $map_center_latitude = 41.5 |
These are the settings for the center of the initial map view. The zoom is the Google Maps zoom.
Definition at line 15 of file config.inc.
| $map_center_longitude = -73.5 |
Definition at line 16 of file config.inc.
| $map_zoom = 8 |
Definition at line 17 of file config.inc.
| $preset_service_bodies = array () |
An array of preset Service body IDs, used to "precheck" the advanced tab Service bodies. The contents need to be integers, corresponding to the IDs of the Service Bodies.
Definition at line 13 of file config.inc.
Referenced by BMLT_Satellite::MakeBMLT().
| $root_server_root = "http://bmlt.magshare.net/stable/main_server/" |
This is URI to the root server (Default is our stable demonstration server).
Definition at line 9 of file config.inc.
| $support_old_browsers = false |
If this is true, then we support older browsers, which adds an extra call to the file. Default is false.
Definition at line 11 of file config.inc.
| $use_local_pdf_generator = false |
If this is set to true, then there must be a local pdf_generator directory (used for custom PDFs).
Definition at line 19 of file config.inc.
Referenced by BMLT_Satellite::Execute().
1.7.1