Gregg R

Results 55 comments of Gregg R

Here's the bare miniumum example for creating a wms layer in cmv: http://jsbin.com/qitogumaxu/1/edit?js,output Source: https://developers.arcgis.com/javascript/3/jsapi/wmslayer-amd.html

This issue is is open as an enhancement request for adding sublayer controls to wms layers.

Have you messed with `destroyRecursive` or `destroy` at all? Should one of those perhaps be implemented?

In theory, if I use `dijit/registry` and do something like: ```javascript registry.toArray().forEach(function(item){ item.destroyRecursive(); }); ``` It should resolve the issues. But as you might expect each widget may utilize this...

> The original panes are preserved in this.defaultPanes so they can be restored before initPanes method is called a second time Why would `initPanes` be called a second time unless...

Oh, I misunderstood. So basically what I'm suggesting is this. We have a single page application where cmv is initialized based on the current state of the page. But CMV...

Is https://github.com/cmv/cmv-app/issues/567 related?

My initial thought is that its not so much a cmv thing but a arcgis js api identity manager thing. afaik, cmv doesn't do the authenticating, that's baked into the...

@carrbrpoa You could listen for the esri identity manager `credential-create` and `dialog-cancel` events to determine which layers are loaded. That could potentially solve both this and https://github.com/cmv/cmv-app/issues/567 https://developers.arcgis.com/javascript/3/jsapi/identitymanager-amd.html#event-credential-create credential-create {...