<UserControl x:Class="SilverlightApp.Beginners.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:esri="http://schemas.esri.com/arcgis/client/2009"> <Grid x:Name="LayoutRoot"> <esri:Map WrapAround="True"> <esri:WmsLayer ID="OtherWMSLayer" Layers="OSOpenData" Url="http://localhost:9595/geoserver/wms" Opacity="0.7" SupportedSpatialReferenceIDs="27700" SkipGetCapabilities="True" Version="1.1" /> </esri:Map> </Grid> </UserControl>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.