<esri:Map x:Name="MyMap"> <esri:ArcGISTiledMapServiceLayer ID="TopoLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> <esri:KmlLayer ID="layer" Url="http://wms.met.no/googleearth/symbols.kml" /> </esri:Map>
The question is, of course, why are they not displayed at the right location? Both layers have the same spatial reference. I'm using version 2.2 of the API.
Excellent. When you're right, you're right. Used the reprojector sample from the blog. Works just fine now. It would be an good addition to the toolkit, with the ability to override a method so on might be able to do client side reprojection for other spatial references.