[Phphtmllib-devel] SF.net SVN: phphtmllib:[3159] branches/BRANCH_2_X/phphtmllib/widgets/ GoogleMap.
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2008-09-23 03:06:01
|
Revision: 3159 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3159&view=rev Author: mpwalsh8 Date: 2008-09-23 03:05:58 +0000 (Tue, 23 Sep 2008) Log Message: ----------- Added control over Google Maps Info Window. 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 02:55:27 UTC (rev 3158) +++ branches/BRANCH_2_X/phphtmllib/widgets/GoogleMap.inc 2008-09-23 03:05:58 UTC (rev 3159) @@ -20,6 +20,8 @@ * */ +// Define info window types + define("PHL_GMAPS_INFO_WINDOW_NONE", "none") ; define("PHL_GMAPS_INFO_WINDOW_PLAIN", "plain") ; define("PHL_GMAPS_INFO_WINDOW_HTML", "html") ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |