Tagged Questions
1
vote
0answers
194 views
How to solve error 'coordinate exceeds the valid coordinate' in ArcGIS?
All of the layers in map document are in wgs84. I am getting an error message in the ArcGIS server log for one specific layer (see below). I ran the analyze tool from the Map Service Publishing option ...
0
votes
1answer
308 views
Checkboxes turn off layers within a mapservice, and I want them to make the layers visible?
This webmap project I keep working accesses mutilple layers within a couple different mapservices. I would like to learn how I can load the layers without them drawing. I've recently incorporated ...
3
votes
4answers
860 views
why is my findTask Not working correctly? can someone please look at my code and see if I have missed something?
My findTask is from the SAMPLE on ERSI's website
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_map_datagrid.html
I have incorporated into the project I am working on. I've ...
2
votes
1answer
577 views
How do I set options for individual layers within an ESRI Mapservice?
I've been working on an internet mapping site to include ESRI basemap layers, and in-house mapservices broken out by layer.. I have gotten that far..
I am also still fairly new to javascript..so, ...
3
votes
1answer
1k views
slow to draw mapservices after access featureLayers within an ESRI Mapservice using Javaascript API
I am working on creating an online map using ESRI mapservices as a basemap and existing mapservices on our arcserver.. The problem I am running into is that the mapservices we have here are really ...
2
votes
2answers
852 views
I would like to access specific layers in an ESRI Mapservice and toggle them on and off
I have access to number of ESRI Mapservices and would like to be able to access specific layers within the mapservices in my online map application I am working on creating with the ESRI Javascript ...