I have code that displays an ESRI tiles map service correct but when I try to display a dynamic map which is published locally it won't display. I've tested that the map does indeed display when I use a simple statement as follows. <esri:Map> <esri:ArcGISDynamicMapServiceLayer url="http://sarserver/MapSAR_Server/rest/services/ANF/MapServer"/> </esri:Map>However when I try the following I get a blank screen, might this be as I'm attempting to display multiple dynamic services?<esri:Map id="myMap" level="14" load="myMap_loadHandler(event)" width="100%" height="100%"> <esri:ArcGISDynamicMapServiceLayer url="http://sarserver/MapSAR_Server/rest/services/ANF/MapServer"/> <esri:ArcGISDynamicMapServiceLayer id="assignmentsLayer" visible="{toggleAssignments.selected}" alpha=".7" url="http://sarserver/MapSAR_Server/rest/services/MapSAR_Assignments_Server/MapServer" /></esri:Map>Thanks in advanceJon
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.