Select to view content in your preferred language

Identify Task no longer works on a previously functional map

692
2
Jump to solution
11-15-2012 05:55 AM
BrettGreenfield__DNR_
Occasional Contributor II
A couple of months ago my organization launched a map I put together, which can be found here: http://gisapps.dnr.state.md.us/Aquaculture/index.html

The map worked fine at the time of launch, and I didn't think anything more of it until the other day when I went to check it out again, and Firebug immediately started kicking up errors (see attachment).  The map still appears to be entirely functional with one exception: users are supposed to be able to click a feature and get an info window to popup - this no longer works.  Instead, Firebug kicks out more of the same errors.

I tried commenting out the part of the code that has the identify task and I'm still getting those errors when the map loads.  I also tried commenting other functionality one at a time and the errors persist.  I'm really not a programmer, so these errors are gibberish to me.  Would anybody be able to take a look at the code and help me establish where the problem is?
0 Kudos
1 Solution

Accepted Solutions
ShreyasVakil
Occasional Contributor II
I check the application and found that the identify fails because the MapService on which you do identity does not exist or somebody has removed or stopped the service.

See the following screenshot of the MapService on which you do identify:

[ATTACH=CONFIG]19341[/ATTACH][ATTACH=CONFIG]19342[/ATTACH]

If this application was working before, then I am sure by making the map service available the applicaiton should work fine.

This particular map service does not exist or is inaccessible:

http://mdewin25.mde.state.md.us/ArcGIS/rest/services/Shellfish_Closure_Areas/MapServer/


-Shreyas

View solution in original post

0 Kudos
2 Replies
ShreyasVakil
Occasional Contributor II
I check the application and found that the identify fails because the MapService on which you do identity does not exist or somebody has removed or stopped the service.

See the following screenshot of the MapService on which you do identify:

[ATTACH=CONFIG]19341[/ATTACH][ATTACH=CONFIG]19342[/ATTACH]

If this application was working before, then I am sure by making the map service available the applicaiton should work fine.

This particular map service does not exist or is inaccessible:

http://mdewin25.mde.state.md.us/ArcGIS/rest/services/Shellfish_Closure_Areas/MapServer/


-Shreyas
0 Kudos
BrettGreenfield__DNR_
Occasional Contributor II
Thank you so much!  Such a simple problem but I was having a real hard time pinpointing the source.  Thank you again.
0 Kudos