Select to view content in your preferred language

Rendering a custom map service.

749
1
12-10-2012 11:12 PM
PrasannaRaghavendar
Occasional Contributor
Hi,

I need to display a mapservice other than that of arcGis. I know this will render my browser with an ArcGis map.
map = new esri.Map("map");
var tiledMapServiceLayer = new esri.layers.ArcGISTiledMapServiceLayer("http://wiwauk4ovlgsw03.itservices.sbc.com/arcgis/rest/services/IGLOO_Maps/IGLOO_SupportMap/MapServer");
map.addLayer(tiledMapServiceLayer);


I want to replace the URL(bold) with some other URL which is not offered by ArcGis. How should i do that?

Thanks
Prasanna
0 Kudos
1 Reply
SunilPalkar
Deactivated User
Please give the more detail regarding url..

Does your  maps is in Geo-server/map-server or Open layers ??
0 Kudos