Changeset 178 for trunk/config-sample


Ignore:
Timestamp:
09/21/2008 12:18:10 AM (3 years ago)
Author:
winner
Message:

Fix: choosing from config file the enabled google map types.
Add: psysical google map type.
Add: google maps localization.
Fix: reduce IE memory leaks from google maps (GUnload function).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config-sample/config.php

    r173 r178  
    7272                'maps_available' => array( 
    7373                        '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 
    7779                        /*'custom_maps' => array( 
    7880                              0 => array( 
     
    8789                                        ), 
    8890                                ),*/ 
    89                         'default' => 'satellite' 
     91                         
     92                        'default' => 'hybrid' 
    9093                        ), 
    9194                'api' => '2.66', 
Note: See TracChangeset for help on using the changeset viewer.