<esri:FeatureLayer outFields="*" url="http://gis.sicsconsultants.ws/ArcGIS/rest/services/Hospital_Master/MapServer/0"> <esri:infoWindowRenderer> <fx:Component> <mx:VBox label="{data.Name}" height="300" horizontalScrollPolicy="off" verticalScrollPolicy="on" > <fx:Script> <![CDATA[ import flash.net.navigateToURL; ]]> </fx:Script> <mx:Grid width="100%"> <mx:GridRow> <mx:GridItem><s:Label text="OBJECTID"/> </mx:GridItem> <mx:GridItem><s:Label text="{data.OBJECTID}"/></mx:GridItem> </mx:GridRow> <mx:GridRow> <mx:GridItem><s:Label text="ID"/> </mx:GridItem> <mx:GridItem><s:Label text="{data.id}"/></mx:GridItem> </mx:GridRow> <mx:GridRow> <mx:GridItem><s:Label text="Provider"/> </mx:GridItem> <mx:GridItem><s:Label text="{data.provider}"/></mx:GridItem> </mx:GridRow> </mx:Grid> </mx:VBox> </fx:Component> </esri:infoWindowRenderer> </esri:FeatureLayer>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.