Geo-Map disabling auto-cluster

Description

Is there a way to disable the group clusters that are created when zooming out on the map? I would like to have the map stay spread out then group areas together.

I looked in the map.jsp:

<!-- Template to build the popup for each group cluster -->
  <div id="multi-popup" class="node-marker-multiple" style="display:none">
    <h4># of nodes: {NUMBER_NODES} ({NUMBER_UNACKED} Unacknowledged Alarms)</h4>
    <p>
      <a href="<%= baseHref %>topology?provider=Enhanced+Linkd&focus-vertices={NODE_IDS}" target="_blank">View in Topology Map</a>
    </p>
    <p>
      {TABLE_CONTENT}
    </p>
  </div>

Thinking that this would disable the cluster groups.

 

I would like another opinion on how this is posible.

Environment

Ubuntu, 8GB ram,

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Details

Assignee

Reporter

Components

Affects versions

Priority

PagerDuty

Created March 1, 2019 at 3:59 PM
Updated September 21, 2021 at 9:27 PM