Hello kaMappers!<br><br>Yesterday I finished implementing some
modifications of kaLegend.js that allow layers to be grouped in a
hierarchy and presented in expandable/collapsible menus.&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><br><div id="mb_0">saying that &quot;streets&quot; is a child of transportation, which is a child of Infrastructure.&nbsp; <br><br>I am not sure if the name &quot;parents&quot; and the syntax I chose for the metadata makes much sense, so I would like to hear from y&#39;all to determine what would be the best way to represent a layer&#39;s position in the hierarchy with a metadata tag.&nbsp; Does anyone have any suggestions?
<br><br>If this enhancement to the kaLegend is useful to many more people I&#39;d like to make sure it is polished up and can be committed to the ka-map distribution.<br><br>Thanks for your input.<br><br>Sam<br>
</div>