[OpenLayers-Commits] r5145 - trunk/openlayers/examples

commits at openlayers.org commits at openlayers.org
Wed Nov 7 14:13:23 EST 2007


Author: tschaub
Date: 2007-11-07 14:13:21 -0500 (Wed, 07 Nov 2007)
New Revision: 5145

Modified:
   trunk/openlayers/examples/popups.html
Log:
putting google back in there - excuse me for breaking this acceptance test - how about a tests/accpetance directory?

Modified: trunk/openlayers/examples/popups.html
===================================================================
--- trunk/openlayers/examples/popups.html	2007-11-07 18:04:55 UTC (rev 5144)
+++ trunk/openlayers/examples/popups.html	2007-11-07 19:13:21 UTC (rev 5145)
@@ -7,6 +7,7 @@
             border: 1px solid black;
         }
     </style>
+    <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script>
     <script src="../lib/OpenLayers.js"></script>
     <script type="text/javascript">
         var map, layer, popup;



More information about the Commits mailing list