<?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 overlay a WMS layer on top of Bingmap Tilelayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745527#M19056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm using ArcGIS api for silverlight ver 2.1 and i have an application in which i have kept bingmap as base layer. I need to show WMS layer on top of that. if i use wms layer, it will not show up. Please advise me what might be the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 07:18:21 GMT</pubDate>
    <dc:creator>SolidSmoke</dc:creator>
    <dc:date>2011-01-10T07:18:21Z</dc:date>
    <item>
      <title>overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745527#M19056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm using ArcGIS api for silverlight ver 2.1 and i have an application in which i have kept bingmap as base layer. I need to show WMS layer on top of that. if i use wms layer, it will not show up. Please advise me what might be the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 07:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745527#M19056</guid>
      <dc:creator>SolidSmoke</dc:creator>
      <dc:date>2011-01-10T07:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745528#M19057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Most likely the WMS does not support Bing's spatial reference (WKID 102100). If you have Fiddler or Firebug, watch the HTTP requests and see what the WMS's response to the GetCapabilities query says. It will return an XML document that contains listings of layers, supported spatial references, etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: &lt;/SPAN&gt;&lt;A href="http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?%20&amp;amp;service=WMS&amp;amp;request=GetCapabilities&amp;amp;version=1.3.0"&gt;http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?%20&amp;amp;service=WMS&amp;amp;request=GetCapabilities&amp;amp;version=1.3.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the response, inside &amp;lt;Service&amp;gt;&amp;lt;Capability&amp;gt;&amp;lt;Layer&amp;gt;, you will see the following supported spatial references:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CRS&amp;gt;EPSG:4326&amp;lt;/CRS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CRS&amp;gt;EPSG:900913&amp;lt;/CRS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CRS&amp;gt;EPSG:102100&amp;lt;/CRS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;CRS&amp;gt;EPSG:3857&amp;lt;/CRS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another gotcha is that you often need to supply a proxy to the WMS class, since Silverlight cannot download from servers without a clientaccesspolicy.xml or crossdomain.xml file at the server's root.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 13:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745528#M19057</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-01-10T13:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745529#M19058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your WMS service must support EPSG:3857 for this to work with any WebMercator projection. This is a fairly recent addition to the EPSG list, so older WMS servers might not support it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 22:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745529#M19058</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-10T22:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745530#M19059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if wms service does not support EPSG:3857, do we have any method to convert that like 4326 to 3857 in the runtime and show it on top of the bing map tile layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 04:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745530#M19059</guid>
      <dc:creator>SolidSmoke</dc:creator>
      <dc:date>2011-01-15T04:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745531#M19060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. The client api cannot reproject rasters on the fly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:21:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745531#M19060</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-20T19:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745532#M19061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might not need to reproject.&amp;nbsp; I too am using the Bing Maps as a base layer.&amp;nbsp; The key was the skipgetcapabilities="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:WmsLayer ID="Nexrad"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi" rel="nofollow" target="_blank"&gt;http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi&lt;/A&gt;&lt;SPAN&gt;?" Version="1.1.1" Layers="nexrad_base_reflect" SkipGetCapabilities="True" Initialized="WmsLayer_Initialized" Visible="False"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 23:56:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745532#M19061</guid>
      <dc:creator>karenvolarich</dc:creator>
      <dc:date>2011-01-21T23:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745533#M19062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I seem to be having a similar problem. I have a bing maps base map. On top of that i would like to display a wms layer from a meteorological data provider. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it seems that this wms layer does not support EPSG:3857. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From testing in the FLEX viewer it appears that EPSG:4283 specified for the same WMS layer will give good enough results. Not exact match but good enough. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to force a CRS attribute for the WMS layer to be used in the Silverlight application instead of it inheriting the SpatialReference value from the base map of EPSG:3857. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 11:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745533#M19062</guid>
      <dc:creator>DarkoRadiceski</dc:creator>
      <dc:date>2011-05-03T11:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745534#M19063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It won't be pretty, but it can be done. You'll have to download the source code for the ESRI Silverlight toolkit and modify the WmsLayer.GetUrl() method. The default logic is to replace Google and Bing projection WKIDs with the official EPSG 3857 in the SRS query string parameter. You'll probably want to comment out that logic if your weather service is 102113 (like NWS).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 12:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745534#M19063</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-05-03T12:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745535#M19064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you kindly for that. I did try that and now i can overwrite the CRS attribute to the value of interest. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However now there seems to be an issue with the BBOX parameter. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It gets writtens as: bbox=11309038.8451793,-3623643.66581829,18891592.0510688,-742273.447580295&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BBOX=-56.7621825020225,72.0160274699255,5.26827435076945,242.929733053682&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The change in the source code not to set 3857 is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do i need to do some re projection of the parameters too?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 13:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745535#M19064</guid>
      <dc:creator>DarkoRadiceski</dc:creator>
      <dc:date>2011-05-03T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: overlay a WMS layer on top of Bingmap Tilelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745536#M19065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure, try converting to decimal degrees and switching Easting/Northings. WMS is messy IMO.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 14:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overlay-a-wms-layer-on-top-of-bingmap-tilelayer/m-p/745536#M19065</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-05-03T14:30:35Z</dc:date>
    </item>
  </channel>
</rss>

