Select to view content in your preferred language

Needing help querying Map Service for PoPUP

4596
10
09-01-2014 09:09 PM
CharlesGant
Occasional Contributor

I have the following service loaded into my map:

http://gis.fema.gov/REST/services/FEMA/LSR/MapServer

I would like to be able to sample the graphics from this service in a popup as if it is loaded into an AGOL Webmap.  Unless I'm confused, the above link is to a Map Service and not Feature Layer.  However, when I inspect the layers, they area labeled as Feature Layers.  I read somewhere that you cannot query a Map Service for features.  So I'm confused.  Can I query this layer to be able to display ALL attributes in a popup?  If so, how?

Thanks in advance

0 Kudos
10 Replies
KenBuja
MVP Esteemed Contributor

I missed another argument you needed. You have "dojo/request/xhr","dojo/fx","dojo/_base/array","dijit/TooltipDialog" in the require, but xhr, array, TooltipDialog in the function. You're missing the fx argument.

0 Kudos