Select to view content in your preferred language

link from .Net to map

843
1
03-01-2013 11:55 AM
HarryBoswell
Deactivated User
I hope I'm asking this correctly - I'm new to Flex, and fairly new to ArcGIS in general.  I've developed a map and published it as a service.  It maps all complaints we've received, and identifies the status and some other information.  I can link from the complaint on the map back to the .Net web application.  But I would like to be able to link from the .Net application to the map and display that specific complaint and location.  I've tried using a URL like

"opc-dev1/CTS_map/?scale=18056&ll=033.262800,-090.590006&complaint_id=32961"

but that just brings up the full map with all the complaints displayed.  Is what I'm trying to do possible?

Thanks,
Harry
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Harry,

   What you are wanting to do is definitely possible but not without you writing code in your add to Query the Map service and display the result as a graphic or a FeatureLayer that is using selection mode. There are samples to get you going in the APIs samples section like this one:

http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq0000003q000000.htm
0 Kudos