Hello,
I have several problems with icon displayed on the Map.
Sometime they are displayed sometime not.
If I use the Sensor.ico of the SensorMonitor sample it always works.
But I use mine, I have these problems.
So what are the recommendations of the .ico file to always be displayed ?
Cdt
The documentation on the icon is found at:
VideoOS.Platform.Admin.ItemNode Class Reference
--
virtual Dictionary<Guid, Icon> VideoOS.Platform.Admin.ItemNode.MapIconDictionary
-
A dictionary used when the map need to change icons dynamically.
This Dictionary is using a Guid as an identification, where the item’s Kind will by default use the MapIcon, and this table can be used for any additional Icons to be displayed.
When an Item needs to show another Icon, the MapIconKey on the Item is set to one of the Guid’s in this dictionary to show a specific Icon or the item’s Kind to get back to the default Icon.
The Icon must contain all 6 different sizes, from 8x8, 16x16, 24x24, 32x32, 48x48, and 64x64 in that order.
-
https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_admin_1_1_item_node.html&tree=tree_search.html?search=icon