<!--Map Properties--> <esri:Map x:Name="MyMap1" Background="White"> <!--Set The Map Extent--> <esri:Map.Extent> <esri:Envelope XMin="0" YMin="0" XMax="700000" YMax="700000" > <esri:Envelope.SpatialReference> <esri:SpatialReference WKID="27700"> </esri:SpatialReference> </esri:Envelope.SpatialReference> </esri:Envelope> </esri:Map.Extent> <!--Layer List--> <esri:OpenStreetMapLayer ID="OSMLayer" Style="Mapnik" />
Is there any what that the OpenStreetMap Basemap can be used when the spatial reference is not WGS1984??
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.