[fusion-commits] r2354 - branches/fusion-2.2/templates/mapserver/standard

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Mar 29 15:46:36 EDT 2011


Author: madair
Date: 2011-03-29 12:46:36 -0700 (Tue, 29 Mar 2011)
New Revision: 2354

Modified:
   branches/fusion-2.2/templates/mapserver/standard/index.html
Log:
closes #411: using new Google maps script tag


Modified: branches/fusion-2.2/templates/mapserver/standard/index.html
===================================================================
--- branches/fusion-2.2/templates/mapserver/standard/index.html	2011-03-29 19:46:05 UTC (rev 2353)
+++ branches/fusion-2.2/templates/mapserver/standard/index.html	2011-03-29 19:46:36 UTC (rev 2354)
@@ -3,8 +3,8 @@
 <html>
 <head>
 <title>Sample Fusion Application</title>
-<!-- change the source of the following tag to point to your fusion installation
-    <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script>
+<!-- include this tag when using Google maps base layers
+<script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false'></script>
  -->    
 <script type="text/javascript" src="../../../lib/fusion.js" charset="utf-8"></script>
 <script type="text/javascript" src="EPSG42304.js"></script>



More information about the fusion-commits mailing list