Gregg R

Results 55 comments of Gregg R

Okay, I think I understand what's going on now in your pull request, but correct me if I"m wrong: 1. `layer.setVisibleLaysers([1,2,3])` is called 2. layer control is overriding the default...

Instead, I think the layer control needs to maintain its own `visibleLayer` array and not modify the original one. We can't change the api even if its written in a...

Yep, need more discussion on this. Take this example: ![image](https://cloud.githubusercontent.com/assets/5471079/24162414/6f7caccc-0e35-11e7-8b89-55fd0ef6c949.png) First there are two types of layers in a Dynamic layer. Lets call them - Child layers - Fire Stations...

Love the new folder icons! Will this change the way the default visibility is set up @tmcgee? Meaning if I set "Louisville Public Safety" Group to be off by default,...

Perfect. That was my only concern :+1: Edit: what if I set "Public Safety" off by default, and then check the box for public safety to visible? Does that set...

That makes sense. I think the new behavior will implement some changes that layer publishers will need to address but I do believe it is for the better and will...

Just looked into it a bit more, it seems to ONLY happen on that map service, at least with my testing. I can't reproduce it with my group layers/sub layers....

This is caused by the imageParameters. When imageParameters are passed to a dynamic layer they are not used when creating a layer control for the layer and sublayers.

A quick fix though for my situation is to set: ``` javascript layerControlLayerInfos: { expanded: true, sublayers: false } ``` This hides all the other layers but shows the legends...