I need to create an icon similar to this one but that works when i put the ID of a library:
<!--Status Icons: Name and Status (Transparent Centered) XL--> <div class="map_object map_icon_large mapicon_status_transparent" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <div class="label" style="width:100%;text-align:center;"><#objectproperty name="Name" id="<@objectid>"></div> <div class="center"> <#objectstatus name="downsens" id="<@objectid>"> <#objectstatus name="partialdownsens" id="<@objectid>"> <#objectstatus name="downacksens" id="<@objectid>"> <#objectstatus name="warnsens" id="<@objectid>"> <#objectstatus name="upsens" id="<@objectid>"> <#objectstatus name="pausedsens" id="<@objectid>"> <#objectstatus name="unusualsens" id="<@objectid>"> <#objectstatus name="undefinedsens" id="<@objectid>"> <#mapobject type="htmlafter" subid="<@subid>"> </div> </div>
I tried to do this with guiding myself with the example of the sunburst but wasn't able to make it work.
Add comment