[Commits] r1496 - sandbox/cmoullet/ux/StreetViewPanel/examples
commits at geoext.org
commits at geoext.org
Wed Nov 25 21:14:48 CET 2009
Author: cmoullet
Date: 2009-11-25 21:14:48 +0100 (Wed, 25 Nov 2009)
New Revision: 1496
Added:
sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html
Log:
Add example
Added: sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html
===================================================================
--- sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html (rev 0)
+++ sandbox/cmoullet/ux/StreetViewPanel/examples/StreetViewPanelExample.html 2009-11-25 20:14:48 UTC (rev 1496)
@@ -0,0 +1,25 @@
+<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&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&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>
+
+ <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>
More information about the Commits
mailing list