<UserControl.Resources> <ResourceDictionary> <esri:Editor x:Key="IdentifyEditor" Map="{Binding ElementName=map_BaseMap}" LayerIDs="{Binding Path=SelectLayer}"/> </ResourceDictionary> </UserControl.Resources> <Grid x:Name="LayoutRoot"> <esri:Map x:Name="map_BaseMap" Layers="{Binding Path=MapLayers}" MinimumResolution=".25"> <esri:Map.Extent> <esri:Envelope XMin="-10510990.377700" YMin="5586273.272800" XMax="-10364472.557100" YMax="5682307.505400"> <esri:Envelope.SpatialReference> <esri:SpatialReference WKID="102100"/> </esri:Envelope.SpatialReference> </esri:Envelope> </esri:Map.Extent> </esri:Map>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.