[fusion-commits] r2353 - trunk/templates/mapserver/standard
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue Mar 29 15:46:05 EDT 2011
Author: madair
Date: 2011-03-29 12:46:05 -0700 (Tue, 29 Mar 2011)
New Revision: 2353
Modified:
trunk/templates/mapserver/standard/index.html
Log:
re #411: using new Google maps script tag
Modified: trunk/templates/mapserver/standard/index.html
===================================================================
--- trunk/templates/mapserver/standard/index.html 2011-03-29 19:09:52 UTC (rev 2352)
+++ trunk/templates/mapserver/standard/index.html 2011-03-29 19:46:05 UTC (rev 2353)
@@ -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&v=2&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