[Phphtmllib-devel] SF.net SVN: phphtmllib:[3160] branches/BRANCH_2_X/phphtmllib/widgets/ GoogleMap.
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2008-09-23 03:10:59
|
Revision: 3160 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3160&view=rev Author: mpwalsh8 Date: 2008-09-23 03:10:55 +0000 (Tue, 23 Sep 2008) Log Message: ----------- Added ability to control InfoText in Google Map. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/widgets/GoogleMap.inc Modified: branches/BRANCH_2_X/phphtmllib/widgets/GoogleMap.inc =================================================================== --- branches/BRANCH_2_X/phphtmllib/widgets/GoogleMap.inc 2008-09-23 03:05:58 UTC (rev 3159) +++ branches/BRANCH_2_X/phphtmllib/widgets/GoogleMap.inc 2008-09-23 03:10:55 UTC (rev 3160) @@ -26,6 +26,7 @@ define("PHL_GMAPS_INFO_WINDOW_PLAIN", "plain") ; define("PHL_GMAPS_INFO_WINDOW_HTML", "html") ; + /** * Google Map class * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |