Select to view content in your preferred language

Displaying a WMS layer within a Bing map VETiledLayer

1135
2
Jump to solution
02-15-2013 05:11 AM
JasonCantrell
Deactivated User
I'm currently displaying a Bing map using VETiledLayer.  I would like to overlay weather data from this site onto the Bing map.  The weather data is available through WMS on that site.  Is it possible to display that WMS layer within my VETiledLayer?

I've tried just displaying the VETiledLayer and a seperate WMSLayer with the weather data at the same time, but that just results in only the weather data being displayed (with white space where the map should be).
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AnthonyGiles
Honored Contributor
Jason,

Are you requesting the wms in a format that can display with a transparent background, such as png.

If not try using rest services:

http://140.241.251.197/ArcGIS/rest/services/WeatherNOAANowCoastStatePlane/MapServer

There are also plenty of weather links on this thread:

http://forums.arcgis.com/threads/38563-Noaa-NowCoast-WMS-layers

Regards

Anthony

View solution in original post

0 Kudos
2 Replies
AnthonyGiles
Honored Contributor
Jason,

Are you requesting the wms in a format that can display with a transparent background, such as png.

If not try using rest services:

http://140.241.251.197/ArcGIS/rest/services/WeatherNOAANowCoastStatePlane/MapServer

There are also plenty of weather links on this thread:

http://forums.arcgis.com/threads/38563-Noaa-NowCoast-WMS-layers

Regards

Anthony
0 Kudos
JasonCantrell
Deactivated User
Thanks, Anthony!  My problem was that I was using jpg as my imageFormat for the WMSLayer.
0 Kudos