Map examples

Cluster map

A cluster map should be used to display many assets. It reloads the assets on events and only the assets in the current view. If to many assets are in the current view, they are clustered and only the paging request is fired. A cluster map needs a center option to be set. If none is set, it defaults to Düsseldorf.

Additional the cluster map has a status information at the top which shows the current status.

Hello World from:
{{ context.name }}
{{ config | json }}  

Cluster map with root node selection

You can select a different root node. If the root-node is a positioned device itself, the clustered map only renders this and realtime can be enabled. You can try this by clicking on a device and select follow.

Hello World from:
{{ context.name }}
RootNode:
{{ rootNode | json }}  


Config:
{{ followConfig | json }}