Changeset 178 for trunk/config-sample
- Timestamp:
- 09/21/2008 12:18:10 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/config-sample/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config-sample/config.php
r173 r178 72 72 'maps_available' => array( 73 73 'satellite' => true, 74 'normal' => false, 75 'hybrid' => false, 76 //Sample scripts for custom image map server can be found in the tools subdirectory 74 'normal' => true, 75 'hybrid' => true, 76 'physical' => true, 77 78 //Sample scripts for custom image map server can be found in the tools subdirectory 77 79 /*'custom_maps' => array( 78 80 0 => array( … … 87 89 ), 88 90 ),*/ 89 'default' => 'satellite' 91 92 'default' => 'hybrid' 90 93 ), 91 94 'api' => '2.66',
Note: See TracChangeset
for help on using the changeset viewer.
