Problem with local BaseMap

2034
1
Jump to solution
04-23-2012 06:57 AM
by Anonymous User
Not applicable
Original User: rogeryc

Hi,
i'm using an ArcGISTiledMapServiceLayer as BaseMap layer. When the map is loaded, that BaseMap is "blank", i only can see the operational layers. When i choose the same BaseMap from the BaseMap gallery it's shown correctly.

map.xml:

<esri:ArcGISTiledMapServiceLayer ID="1bc78bf37120490a98de65a87189d46f" Url="http://srzarc01/ArcGIS/rest/services/My_BaseMap/MapServer" MinimumResolution="0">
    <esriExtensibility: Document.IsBaseMap>true</esriExtensibility: Document.IsBaseMap>
    <esriMapping:LayerExtensions.LayerName>BaseMap</esriMapping:LayerExtensions.LayerName>
    <esriMapping:LayerExtensions.LayerInfos />
    <esriExtensibility:LayerProperties.IsPopupEnabled>true</esriExtensibility:LayerProperties.IsPopupEnabled>
    <esriExtensibility:LayerProperties.IsVisibleInMapContents>true</esriExtensibility:LayerProperties.IsVisibleInMapContents>
  </esri:ArcGISTiledMapServiceLayer>

Any suggestions?

Thanks,
Roger.
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable
Original User: rogeryc

It was a spatial reference problem. It was solved changing to the correct spatial reference WKID.

Roger.

View solution in original post

0 Kudos
1 Reply
by Anonymous User
Not applicable
Original User: rogeryc

It was a spatial reference problem. It was solved changing to the correct spatial reference WKID.

Roger.
0 Kudos