Unplanned
Last Updated: 26 Feb 2024 11:33 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Map (beta)
Type: Feature Request
1

Hi,

It will be very useful if a Bing layer is provided to the Map component similar to the Kendo UI for the jQuery map widget:

https://demos.telerik.com/kendo-ui/map/bing

 

Unplanned
Last Updated: 22 Dec 2023 07:55 by Le-Or
Created by: Le-Or
Comments: 0
Category: Map (beta)
Type: Feature Request
1

Hi,

It will be a good addition to the component if templates for the markers are introduced. This template will allow developers to easily modify the shape color, and add additional content to the markers.

An example that might be helpful to other developers until such template is introduced:

https://stackblitz.com/edit/angular-n8usmd-fdw9qf?file=src%2Fapp%2Fapp.component.ts

Unplanned
Last Updated: 17 Jul 2023 11:05 by Michael
Created by: Michael
Comments: 0
Category: Map (beta)
Type: Feature Request
2

When loading a certain amount of shapes (in my case ~230) the zoom feature starts lagging.

Reducing the shapes number seems to drastically improve the performance and zoom is smoother. The Map component should support such number of shapes and allow zooming wihotu interruptions. 

Unplanned
Last Updated: 15 Mar 2023 12:03 by Vitaly
Created by: Vitaly
Comments: 0
Category: Map (beta)
Type: Feature Request
1

Allow rotating the pins, based on a filed value in the markers objects:

 public  markers = [
        { latlng: [30.2675, -97.7409], name: 'Zevo Toys', rotateAngle: 90},
        { latlng: [30.2707, -97.7490], name: 'Foo Bars',  rotateAngle: 20 },
    ];

Unplanned
Last Updated: 27 Jan 2023 13:23 by Alex
Created by: Alex
Comments: 0
Category: Map (beta)
Type: Feature Request
2

Add an option to provide different colors for the Map markers: