Author: dom Date: 2006-04-20 11:26:48 +0100 (Thu, 20 Apr 2006) New Revision: 771
Modified: trunk/Changes trunk/templates/header.tt Log: Upgrade to new Gmaps API (closes #93)
Modified: trunk/Changes =================================================================== --- trunk/Changes 2006-04-20 10:16:03 UTC (rev 770) +++ trunk/Changes 2006-04-20 10:26:48 UTC (rev 771) @@ -8,6 +8,7 @@ previously in OpenGuides::RDF). Generate URIs for locales and contributors in RDF output. #107 Don't display partial http:// URL in preview. + #93 Upgrade to new Google Maps API (for smaller javascript download)
0.52 5 March 2006 IMPORTANT CHANGE: "supersearch.cgi" is now simply "search.cgi". If you
Modified: trunk/templates/header.tt =================================================================== --- trunk/templates/header.tt 2006-04-20 10:16:03 UTC (rev 770) +++ trunk/templates/header.tt 2006-04-20 10:26:48 UTC (rev 771) @@ -26,7 +26,7 @@ <meta name="robots" content="noindex,nofollow" /> [% END %] [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] - <script src="http://maps.google.com/maps?file=api&v=1&key=[% gmaps_api_key %]" type="text/javascript"></script> + <script src="http://maps.google.com/maps?file=api&v=2&key=[% gmaps_api_key %]" type="text/javascript"></script> [% END %] </head> <body>