Tagged Questions
3
votes
1answer
991 views
Web mapping within ASP MVC 3 framework
Just curious if anyone has used the ASP MVC 3 framework for creating web mapping applications. I have one coming up and am planning on using the ArcGIS javascript API. Would be interested in hearing ...
3
votes
2answers
433 views
How to apply a new renderer in ArcGIS?
I try to create a new renderer for a geo feature layer in ArcGIS 10. (My project is an asp.net based webservice)
There is one solution I got from a tutorial that works, but only for a ISimpleRenderer
...
3
votes
2answers
387 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 ...
6
votes
1answer
338 views
How to select all parcels of a street? [ArcGIS Server]
I have an Arcgis Server Map Service with a Street layer and a Parcel layer, I need to get the info of each parcel of a street that is selected by the user, does anyone knows how to do that? I'm a ...