Is there an easy way, or any way, to eliminate the word "OK" from the center of the object when using the "Sizable Icon on Status Related Background" object on maps?


Article Comments

Hi,
you can edit/create a duplicate of the Map Object in question as outlined in this article. Then please change the lines

                <br>
		<#objectproperty name="Name" id="<@objectid>">
		<br><#objectstatus name="lastvalue" id="<@objectid>">
		<br>&nbsp;
		<br><#objectstatus name="message" show="textraw" id="<@objectid>">

to

                <br>
		<#objectproperty name="Name" id="<@objectid>">
		<br><#objectstatus name="lastvalue" id="<@objectid>">

and keep the rest of the object untouched. This will remove the OK from the Map object.
Best regards


Nov, 2014 - Permalink