Hi, I have some questions regarding to adding a wms layer from geoserver to a silverlight based map.
First problem is, I cannot delete the esri basemap(ArcGISTiledMapServiceLayer, please see below). If I do that , my wms layer also disappears. You can see my XAML page below;
Have you tried to bring your WMS into ArcMap as the first layer, then add the esri layer second? This may give you some idea of what is going on about map extent/projections, etc.
Have you tried to bring your WMS into ArcMap as the first layer, then add the esri layer second? This may give you some idea of what is going on about map extent/projections, etc.
Yes, in fact my config file is in this config already, i have tried both configs.
I have solved the problem using a clientaccesspolicy.xml in geoserver jetty installation. I did not think of this may be the problem since I could see the layer when using it with a basemap...