layer = new esri.layers.ArcGISDynamicMapServiceLayer(mapServiceInfo.URL); dojo.connect(layer, 'onError', layer_onError); .... function layer_onError(error) { if (error) alert("Problem loading Layer\n" + "code = " + error.code + "\n" + error); }
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.