You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2006/08/02 23:08:51 UTC

svn commit: r428185 - /incubator/xap/trunk/WebContent/examples/google/index.html

Author: bbuffone
Date: Wed Aug  2 16:08:51 2006
New Revision: 428185

URL: http://svn.apache.org/viewvc?rev=428185&view=rev
Log:
Specify the specific version of google maps api to use.  
Was using the latest and greatest everytime, but there is a bug in the latest so rolled it back to version 2.58

Modified:
    incubator/xap/trunk/WebContent/examples/google/index.html

Modified: incubator/xap/trunk/WebContent/examples/google/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/google/index.html?rev=428185&r1=428184&r2=428185&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/google/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/google/index.html Wed Aug  2 16:08:51 2006
@@ -25,7 +25,7 @@
     	 
     	 Key for venus - ABQIAAAAcOjK825sBWPNSrYVCbWotxRyfcNEDSWJvnTszUbpwkw2ji4BTRRCwc-w5xoc0Q5t7xolzbKKgcfK4g
      -->
-    <script language="JavaScript" type="text/javascript" src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAyG2ywpWi86lgJbv0Vh_L5RQz5JJ2zPi3YI9JDWBFF6NSsxhe4BQ4JIFHgcLVTdtjpPRBWzBkudRryQ"></script>
+    <script language="JavaScript" type="text/javascript" src="http://maps.google.com/maps?file=api&amp;v=2.58&amp;key=ABQIAAAAcOjK825sBWPNSrYVCbWotxT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRa-rKcUwREi2Buc-2TMkIfDCCI_g"></script>
 
 	 <script language="JavaScript" type="text/javascript" src="../../src/dojo/dojo.js"></script>
     <script language="JavaScript" type="text/javascript" src="../../src/xap/util/Utils.js"></script>