How to change Custom MIP plugin (like the SensorMonitor sample) Item icon size according to need

Owing to the Milestone restriction on customizing the Native Milestone camera icon, I have introduced a custom MIP plugin called “Proxy Camera” to update the plugin icon based on the event received on the smart map.

Now there are further limitation like,

  • We cannot dynamically swap or override a native Milestone Camera icon with a custom .ico/.png image file directly on the Smart Map.
  • It is architecturally impossible to natively force custom ItemNode icon to render on top of a native Milestone Camera icon if they are placed at the exact same coordinates.

In order to display some portion of the ItemNode icon, I want to maintain the ItemNode icon larger than the native Milestone Camera icon on smart map.

Is it possible to adjust the size of the ItemNode icon?

Unfortunately it is not possible to make custom sized icons. The icon has to be delivered in specific sizes and the Smart Map will pick the one in the required size in order to ensure all icons are approximately same size.