Completed
Last Updated: 09 Mar 2020 14:30 by ADMIN
Release R2 2020 (LIB 2020.1.316)
Roman Kurdadze
Created on: 16 Feb 2020 08:42
Category: UI for WinForms
Type: Bug Report
1
RadMap: MapVisualElementFactory.CreateCluster() is not used for the ElementClusterStrategy

 public RadForm1() 
        {
            RadMapElement.VisualElementFactory = new MyMapVisualElementFactory();
            InitializeComponent();
        } 

 

public class MyMapVisualElementFactory : MapVisualElementFactory
    {
        public override MapCluster CreateCluster()
        {
            System.Diagnostics.Debug.WriteLine("FIRE!");
            return new MapCluster();
        }
    }
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 19 Feb 2020 11:39
Hello, Roman,

Indeed, the MapVisualElementFactory.CreateCluster method is not used when you use an ElementClusterStrategy

I am approving this bug report. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to use a DistanceClusterStrategy if it is possible.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Attached Files: