[Commits] r1495 - in sandbox/cmoullet/ux/StreetViewPanel: examples tests/ux/widgets

commits at geoext.org commits at geoext.org
Wed Nov 25 21:14:07 CET 2009


Author: cmoullet
Date: 2009-11-25 21:14:07 +0100 (Wed, 25 Nov 2009)
New Revision: 1495

Removed:
   sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html
Modified:
   sandbox/cmoullet/ux/StreetViewPanel/tests/ux/widgets/StreetViewPanel.html
Log:
Correct API key


Deleted: sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html
===================================================================
--- sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html	2009-11-25 20:07:47 UTC (rev 1494)
+++ sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html	2009-11-25 20:14:07 UTC (rev 1495)
@@ -1,25 +0,0 @@
-<html>
-<head>
-    <title>GeoExt StreetView Panel UX Example</title>
-    <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
-    <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
-    <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/examples/shared/examples.css" />
-    <!-- Google Maps API for "localhost" -->
-    <!--
-    <script src='http://maps.google.com/maps?file=api&amp;v=2.104;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script>
-    -->
-
-    <!-- Google Maps API for "dev.geoext.org" -->
-    <script src='http://maps.google.com/maps?file=api&amp;v=2.104;key=ABQIAAAA_5ak-hsiH4j5bQQn7-k66xTWxvN8zH6Ta_pgIhhU0TB7bG8iAhS99ituPif4lG-2CHXoZ3qenLnK1g'></script>
-
-    <script src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
-    <script type="text/javascript" src="../../../trunk/geoext/lib/GeoExt.js"></script>
-
-    <script type="text/javascript" src="../ux/widgets/StreetViewPanel.js"></script>
-    <script type="text/javascript" src="../ux/control/Click.js"></script>
-    <script type="text/javascript" src="StreetViewPanelExample.js"></script>
-
-</head>
-<body>
-</body>
-</html>

Modified: sandbox/cmoullet/ux/StreetViewPanel/tests/ux/widgets/StreetViewPanel.html
===================================================================
--- sandbox/cmoullet/ux/StreetViewPanel/tests/ux/widgets/StreetViewPanel.html	2009-11-25 20:07:47 UTC (rev 1494)
+++ sandbox/cmoullet/ux/StreetViewPanel/tests/ux/widgets/StreetViewPanel.html	2009-11-25 20:14:07 UTC (rev 1495)
@@ -9,7 +9,7 @@
     -->
 
     <!-- Google Maps API for "dev.geoext.org" -->
-    <script src='http://maps.google.com/maps?file=api&amp;v=2.104;key=ABQIAAAA_5ak-hsiH4j5bQQn7-k66xTWxvN8zH6Ta_pgIhhU0TB7bG8iAhS99ituPif4lG-2CHXoZ3qenLnK1g'></script>
+    <script src='http://maps.google.com/maps?file=api&amp;v=2.104;key=ABQIAAAAY-I0w1WyNCVHbxpuwQWMpRTWxvN8zH6Ta_pgIhhU0TB7bG8iAhQ4IbJP7i5OsdlNmu-r0GU_eJ6Rlg'></script>
 
     <script src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
     <script type="text/javascript" src="../../../../../trunk/geoext/lib/GeoExt.js"></script>



More information about the Commits mailing list