How can I increase map widget device limit to more than 100

The devices shown on the map are limited to 100 and are displayed with a popup. How do I set this limit to more than 100 ?

map100

map100PopUp

Hi @brkngcn,

please consider upgrading to the latest Cockpit version, as this added clustering to the map widget which allows to display all devices on the map.

If you want to stick with your current version, there is an mapWidgetPageSize ApplicationOption. This allows you to increase the number of devices to up to 2000. You could set this option either via a custom build of your application or via branding.

Regards,
Tristan

Hi@Tristan_Bastian,
I had to set the mapWidgetHideMaxDeviceOnMapHint value to true, this way I could reach the solution. thanks

"mapWidgetPageSize": 2000,
"mapWidgetHideMaxDeviceOnMapHint": true,
1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.