<?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: OpenStreetMap as Basemap in WPF with ArcGis in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479027#M5894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I can ask a silly question: If you're going to do the work to upgrade from 10.2.x to 100.x, why go with the older 100.3 and not the recent 100.7 ? While it might have more features than you need, it also has &lt;SPAN style="text-decoration: underline;"&gt;a lot&lt;/SPAN&gt; of bug fixes and performance improvements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Feb 2020 04:52:57 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2020-02-02T04:52:57Z</dc:date>
    <item>
      <title>OpenStreetMap as Basemap in WPF with ArcGis</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479024#M5891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use OpenStreetMap as Basemap in my desktop program, but after New Year this map is only shown as a gray screen (no errors or exceptions reported). I'm using Visual Studio 2019 and ArcGIS 10.2.7 running on Win10 (1909)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My WPF code:&lt;BR /&gt;&amp;lt;esri: Map x: Name = "Map"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;esri: OpenStreetMapLayer ID = "TopoMap" /&amp;gt; &lt;STRONG&gt;&amp;lt;- Now just shows a gray screen (OK in 2019)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;esri: ArcGISTiledMapServiceLayer ID = "SatMap" ServiceUri =&amp;nbsp; &amp;nbsp; &amp;nbsp; "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" /&amp;gt; &lt;STRONG&gt;&amp;lt;- Still works&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/esri: Map&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 08:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479024#M5891</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2020-01-15T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenStreetMap as Basemap in WPF with ArcGis</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479025#M5892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I look at the requests using fiddler, it appears there's a server issue, as I'm getting "429 Too Many Requests". Are you seeing this too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/478478_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;This doesn't happen with the supported 100.x versions though, despite using the same URL. The difference appears to be that 10.2.x doesn't send a user-agent string, and OSM appears to be blocking this. I can't really see any workaround to this in 10.2.x, except building your own&amp;nbsp;TiledLayer subclass, and overriding&amp;nbsp;GetTileDataAsync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend looking into upgrading to 100.x, as the 10.x versions are no longer supported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 19:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479025#M5892</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-01-15T19:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: OpenStreetMap as Basemap in WPF with ArcGis</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479026#M5893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff; font-size: 14px;"&gt;Thanks for your reply - upgrading to Version 100.3 solved my problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 10:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479026#M5893</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2020-01-23T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: OpenStreetMap as Basemap in WPF with ArcGis</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479027#M5894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I can ask a silly question: If you're going to do the work to upgrade from 10.2.x to 100.x, why go with the older 100.3 and not the recent 100.7 ? While it might have more features than you need, it also has &lt;SPAN style="text-decoration: underline;"&gt;a lot&lt;/SPAN&gt; of bug fixes and performance improvements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2020 04:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479027#M5894</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-02-02T04:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: OpenStreetMap as Basemap in WPF with ArcGis</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479028#M5895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ment: U&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;pgrading to Version 100.7 solved my problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 10:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/openstreetmap-as-basemap-in-wpf-with-arcgis/m-p/479028#M5895</guid>
      <dc:creator>OleJuul</dc:creator>
      <dc:date>2020-02-03T10:17:14Z</dc:date>
    </item>
  </channel>
</rss>

