wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

Folders show up as layers in layer browser #34

Closed wmbeers closed 4 years ago

wmbeers commented 4 years ago

Dynamic map services that have layers organized into folders should either present only the actual feature layers within the service (excluding the folders), or branch out to show layers within a folder.

Currently the highest-level folders show up as layers, and the layers within those folders and subfolders do not show up at all.

If you select a folder from the center column and attempt to load it as a layer, the button turns into a wait spinner, but nothing ever loads.

wmbeers commented 4 years ago

This was fixed with a tweak to the LayerLoaderConfigurator application.