<esri:Map UseAcceleratedDisplay="False" x:Name="MyMap"> <esri:AcceleratedDisplayLayers > <esri:ArcGISTiledMapServiceLayer ID="World Topo Map" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> </esri:AcceleratedDisplayLayers> <esri:ElementLayer ID="Elements"></esri:ElementLayer> <esri:GraphicsLayer ID="Graphics"></esri:GraphicsLayer> </esri:Map>
<esri:Map UseAcceleratedDisplay="True" x:Name="MyMap"> <esri:Map.AcceleratedDisplay> <esri:AcceleratedDisplaySettings GridType="MGRS"></esri:AcceleratedDisplaySettings> </esri:Map.AcceleratedDisplay> <esri:AcceleratedDisplayLayers > <esri:ArcGISTiledMapServiceLayer ID="World Topo Map" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> <esri:MessageLayer SymbolDictionaryType="Mil2525C" x:Name="MilitaryLayer" Initialized="MilitaryLayer_Initialized" ></esri:MessageLayer> </esri:AcceleratedDisplayLayers> </esri:Map>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.