Update of /cvsroot/firebug/firebug/web/gmaps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28710
Modified Files:
db_gmap.php
Log Message:
Fixed Google API change in map application.
Index: db_gmap.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/gmaps/db_gmap.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** db_gmap.php 14 Jun 2005 20:24:56 -0000 1.4
--- db_gmap.php 15 Jun 2005 23:01:26 -0000 1.5
***************
*** 19,23 ****
document.getElementById("permalink"),
document.getElementById("toggle"),
! document.getElementById("printheader"));
myMapApp.loadMap();
/* Note: All XML & XSL files must be on same domain.
--- 19,26 ----
document.getElementById("permalink"),
document.getElementById("toggle"),
! document.getElementById("printheader"),
! [new _GoogleMapSpec(),
! new _KeyholeMapSpec()]);
!
myMapApp.loadMap();
/* Note: All XML & XSL files must be on same domain.
|