Hi all.<br><br>I am working on implementing some modifications of kaLegend.js that allow layers to be grouped in a hierarchy.&nbsp; I am aware that a few others have requested this functionality, so I&#39;d like to be sure that my implementation can be useful to all.
<br><br>In order to implement this functionality I had to invent a new metadata tag for the layer.&nbsp; Currently I use the tag &quot;parents&quot; and then list the parents of a sub-layer.&nbsp; For example, for layer &quot;streets&quot; the metadata could look like...
<br>&quot;parents&quot;&nbsp;&nbsp;&nbsp; &quot;Infrastructure::Transportation&quot;<br>saying that &quot;streets&quot; is a child of transportation, which is a child of Infrastructure.&nbsp; <br><br>I am open to changing this notation to whatever we agree is the most intuitive / simple way to specify the sub-layer&#39;s placement in the hierarchy.
<br><br>Thanks.<br><br>Sam<br>