<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OSM Example not Working in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/osm-example-not-working/m-p/1240163#M11531</link>
    <description>&lt;P&gt;Problem solved -&amp;gt; Proxy not working&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 15:09:55 GMT</pubDate>
    <dc:creator>FlorianKowalsky</dc:creator>
    <dc:date>2022-12-12T15:09:55Z</dc:date>
    <item>
      <title>OSM Example not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/osm-example-not-working/m-p/1240074#M11530</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm trying to run the OpenStreetmap example: &lt;A href="https://developers.arcgis.com/net/wpf/sample-code/openstreetmap-layer/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/wpf/sample-code/openstreetmap-layer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But there is no Map visible&lt;/P&gt;&lt;P&gt;Xaml:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;Grid&amp;gt;
        &amp;lt;Grid&amp;gt;
            &amp;lt;esri:MapView x:Name="MyMapView" /&amp;gt;
        &amp;lt;/Grid&amp;gt;
    &amp;lt;/Grid&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code Behind:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
            Initialize();
        }

        private async void Initialize()
        {     
            // Create the OpenStreetMap basemap.
            Basemap osmBasemap = new Basemap(BasemapStyle.OSMStandard);            

            // Create the map with the OpenStreetMap basemap.
            Map osmMap = new Map(osmBasemap);

            // Show the map in the view.
            MyMapView.Map = osmMap;
        }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where's the problem?&lt;/P&gt;&lt;P&gt;Using SDK 100.15&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 10:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/osm-example-not-working/m-p/1240074#M11530</guid>
      <dc:creator>FlorianKowalsky</dc:creator>
      <dc:date>2022-12-12T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: OSM Example not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/osm-example-not-working/m-p/1240163#M11531</link>
      <description>&lt;P&gt;Problem solved -&amp;gt; Proxy not working&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 15:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/osm-example-not-working/m-p/1240163#M11531</guid>
      <dc:creator>FlorianKowalsky</dc:creator>
      <dc:date>2022-12-12T15:09:55Z</dc:date>
    </item>
  </channel>
</rss>

