Tagged Questions
1
vote
1answer
122 views
What is a good learning source for programmer who wants to understand the infrastrucre of map based web map?
I want to to write a simple web app with a map (tile cache because of hi res raster) that once a user click the map he can do some queries on it (as in search in polygon , radius , nearest ) on the ...
1
vote
1answer
189 views
IMapServerObjects.get_Map says object is null reference.
So I am trying to access a map layer, which I can connect to.
try
{
agsconn.Connect();
Log.Write("Connected.", "myclass");
...
3
votes
2answers
383 views
Custom Query Task
I'm building a web application in ArcGIS Server for .net and I want to create query task for each layer so that each query depends on the previous result query task, how can I do that... please help ...
5
votes
2answers
303 views
Show loading icon with custom tool
I have a custom tool in vb.net for a web application, i'm using Asp.net, the class is in vb.net and the gis service is in Arcgis Server 9.3 sp1, the tool makes a selection of layers and takes a lot of ...
