Jacob Wodzyński
Jacob Wodzyński
That's right, `featureProps[key] = value;` sets the value to `undefined` which is an Object, and upon writing as a String the default `toString()` method is invoked which leads to `"[Object...
Proof of concept exists in separate branch as of commit 4283042a0edaa7998dbd591db8a2313ebf298f40. There are however underlying structural problems in current LayerSwitcher that strech all the way into AppModel and Backend that...
Just a quick update on the progress. This has been kind of stale for some time but I've updated my merging the latest `develop`. Here's the proof-of-concept: https://user-images.githubusercontent.com/110222/165908080-4afa7434-a6b4-4c0b-a15d-01136e67ad7d.mov @WCarlsson @eri-blan...
First incarnation ready. I have some more ideas, such as toggling the visibility of active layers and controlling the opacity directly from the draw order view. Also, the zIndex value...
Further improvements: 
Ah, even better: let's make use of the recently added possibility to set custom icons for each layer! 
Don't forget to a) tag this issue (#1150) with the closed keyword in your commit message and b) set the milestone to 3.11 (or whatever the current will be when...
I agree, that's definitely something that will come in handy!
When I read this, it reminded me of #1090 which was if not the same issue then at least similar. Are you sure that you are using a new build?...
Can this and #1099 be related?