[richfaces-svn-commits] JBoss Rich Faces SVN: r2679 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 31 20:20:02 EDT 2007


Author: SergeySmirnov
Date: 2007-08-31 20:20:02 -0400 (Fri, 31 Aug 2007)
New Revision: 2679

Modified:
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml
Log:
demo. ve page correction

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml	2007-09-01 00:14:42 UTC (rev 2678)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml	2007-09-01 00:20:02 UTC (rev 2679)
@@ -16,7 +16,7 @@
 		<h:panelGrid columnClasses="col1, col2" columns="2">
 		
 			<rich:virtualEarth id="gm" style="width:500px"
-				 lat="37.9467" lng="-122.0238" dashboardSize="Normal" 
+				 lat="37.971796" lng="-122.042334" dashboardSize="Normal" 
 				 zoom="17" mapStyle="Birdseye" var="map" />
 			
 			<h:panelGroup>
@@ -33,24 +33,12 @@
 				Zoom:<br/>
 				<a href="javascript:void(0);" onclick="map.ZoomIn();return false;">In</a>
 				<a href="javascript:void(0);" onclick="map.ZoomOut();return false;">Out</a>
-				<br /><br />
-				<a href="javascript:void(0);" onclick="showExadel();return false;">Show Exadel, Inc. Office</a>
-			
 			</h:panelGroup>	
 			
 			
 		</h:panelGrid>
 		
-		<script type="text/javascript">
-			function showExadel() {
-	
-			    var point = new VELatLong(37.9721046, -122.0424842834);
-				map.SetCenterAndZoom(point, 16);
-				map.SetMapStyle(VEMapStyle.Birdseye);
-		   
-		   }
+
 		
-		</script>
-		
 	</f:view>
 </ui:composition>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list