Guest User

Untitled

a guest
Aug 2nd, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <UserControl x:Class="SilverlightApplication3.MainPage"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:esri="http://schemas.esri.com/arcgis/client/2009"
  5. xmlns:sys="clr-namespace:System;assembly=mscorlib">
  6.  
  7. <Grid x:Name="LayoutRoot" Background="White">
  8.  
  9.  
  10. <esri:Map x:Name="MyMap" Extent="-120, 20, -100, 40" >
  11. <esri:Map.Layers>
  12.  
  13. <esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer"
  14. Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" />
  15. <esri:GraphicsLayer ID="MyGraphicsLayer" />
  16.  
  17. </esri:Map.Layers>
  18. </esri:Map>
  19.  
  20. </Grid>
  21. </UserControl>
Advertisement
Add Comment
Please, Sign In to add comment