Select to view content in your preferred language

image service not displaying

2098
2
07-01-2011 11:48 AM
DanielSchatt
Regular Contributor
hi all, I just created my first image service.  The source is an SDE raster layer and I'm just trying to add it to my web application as an ArcGISImageServiceLayer.  The image service shows up in Server Manager just fine and it shows up on my legend list in my application. But when I click its check box, it doesn't display. Here's my image service declaration: 

<esri:ArcGISImageServiceLayer ID="Gloucester LIDAR data" Url="http://139.70.26.131:8008/ArcGIS/rest/services/Gloucester_LIDAR/ImageServer" Visible="False" />

So what am I missing here? Thanks!

Dan
0 Kudos
2 Replies
IgressT
Emerging Contributor
hi all, I just created my first image service.  The source is an SDE raster layer and I'm just trying to add it to my web application as an ArcGISImageServiceLayer.  The image service shows up in Server Manager just fine and it shows up on my legend list in my application. But when I click its check box, it doesn't display. Here's my image service declaration: 

<esri:ArcGISImageServiceLayer ID="Gloucester LIDAR data" Url="http://139.70.26.131:8008/ArcGIS/rest/services/Gloucester_LIDAR/ImageServer" Visible="False" />

So what am I missing here? Thanks!

Dan


Not sure but try Visible="True"
0 Kudos
DanielSchatt
Regular Contributor
Thanks, but no luck.  I think that's just the initial visibility...
0 Kudos