I want to create my own custom map objects, and while the existing documentation and built-in samples are helpful, they are far from complete. For example, when looking at a graph object, there is code that looks like this:
<div class="sensorgraphs">
<#selectionlist
id="<@objectid>"
content="sensorgraphs"
width="336"
height="100"
graphid="1"
filter_tags="<@tagfilterstring>"
styling='refreshable=false'
>
</div>
What is filter_tags? What is styling? What is a selectionlist? I would love to see more thorough documentation about all these options for all different map object types, so we can built fully customizable objects and know how to control them. The list of articles in the KB (https://kb.paessler.com/en/topic/61263-where-can-i-find-custom-map-objects-and-other-map-customizations) only showcases a few options with little to no discussion of what they mean.
Thanks!
Add comment