Ignore:
Timestamp:
03/16/2006 05:30:30 AM (6 years ago)
Author:
cirrus
Message:

Added: Custom maps support. Ability to enable/disable map types (e.g. satellite, hybrid, etc.). Closes #100
Bugfix: Fixed foreach array error. Closes #98
Change: Gearth now uses title_small for the filename.
Change: Gearth default zoom location now calculated from the config file min/max lon/lat options.
Change: Suggest search minor javascript change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/pages/gmap/gmap_js.php

    r137 r159  
    7272                } 
    7373                $this->tpl['link_xml_page'] = makelink(array("page" => "gmap", "subpage" => "xml", "node" => get('node')), FALSE, TRUE, FALSE); 
     74                $this->tpl['maps_available'] = $vars['gmap']['maps_available']; 
    7475                 
    7576                echo template($this->tpl, __FILE__); 
Note: See TracChangeset for help on using the changeset viewer.