Completed
Last Updated: 06 Dec 2023 09:11 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

The markerClick event of the Map component returns undefined for the e.marker instance.

Regression introduced with 2023.2.606

Reproduction of the problem

  1. Open the following Dojo example - https://dojo.telerik.com/@Zornitsa/oqEFeJuh
  2. Click on the marker of the Map
  3. Open the DevTools (F12) console of the browser

Current behavior

The marker instance is undefined.

Expected/desired behavior

The marker instance should not be undefined.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Completed
Last Updated: 29 Nov 2023 15:27 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

Using the imagerySet method doesn't change the Map layer.

Regression introduced with R1 2023

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/uqadUmOM/6

Current behavior

The imagery set isn't changed to aerialWithLabels

Expected/desired behavior

The imagery set should be changed to aerialWithLabels

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Unplanned
Last Updated: 09 Nov 2023 16:28 by ADMIN
Created by: Pierpaolo
Comments: 0
Category: Map
Type: Feature Request
1

It is common knowledge that an equal area projection, like mollweide, is better suited to represent choropleths thatn the more common mercator projection, due to the incremental distortions that this projection has the further from the equator the map goes.

For this reason, I'm asking your great team to implement a mean to use a geoJSON file with this projection in the Kendo UI map component, to have maps that better represent the reality.

Unplanned
Last Updated: 19 Oct 2022 14:48 by Marcello
Created by: Marcello
Comments: 0
Category: Map
Type: Feature Request
3

Hi Team,

I would like to ask for kml and kmz support for Kendo UI Maps.  

Thank you!

Unplanned
Last Updated: 15 Apr 2022 13:38 by ADMIN
Created by: archimede
Comments: 3
Category: Map
Type: Feature Request
0

When users pan or zoom on map and the new tiles are not already downloaded (not already present in the layer) a momentary whitespace is displayed.
This behavior doesn't change if the tiles are saved in the browser cache.


A similar behavior  present in the lower map of this page https://openlayers.org/en/latest/examples/preload.html
Is it possible to add the preload as in the upper map?
It would be enough to preload and add the tiles closest to those displayed by the user. Two more rows/columns of tiles above, below, left and right.

Unplanned
Last Updated: 22 Sep 2021 11:09 by ADMIN
Created by: Vanja
Comments: 1
Category: Map
Type: Bug Report
0

I noticed that we are getting duplicate shapeCreated events in our map widget. We are considering adding additional components based on shape centered coordinates, and having duplicate events has stopped that approach.

How to reproduce: use the official KendoUI example straight from the docs:

https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/map/events/shapecreated

open in Dojo and run, you will see 2 console logs for the same (and only) shape.

Bug seems to be present in all Kendo versions.

Completed
Last Updated: 27 May 2021 17:30 by ADMIN
Created by: Brian
Comments: 1
Category: Map
Type: Feature Request
2

Hello,

I'd like to request a replacement for Kendo UI Map's Bing maps integration.  At this point, Bing maps is set to be deprecated.  This will be replaced with Azure maps.  

With a Jan 31 end date of Bing, I'm assuming Kendo Maps with Bing won't work after that.  Will Kendo have an option in place soon or do we need to look at other options? 

Obviously we need time to develop, test and deliver a workable solution to our clients by then.

Thank you

Unplanned
Last Updated: 28 May 2020 13:47 by ADMIN
I'd like to trigger various events on a map dependent on whether I right, middle, or left mouse click on a shape. Thanks in advance.
Completed
Last Updated: 12 Feb 2020 11:57 by ADMIN
Created by: icebits
Comments: 2
Category: Map
Type: Feature Request
3
I like to show labels on top of marker location. From maker location draw a line to a rectangle showing some text inside just like labels in pie chart. Thanks.
Unplanned
Last Updated: 06 Feb 2020 08:45 by ADMIN
Created by: Hongmei
Comments: 1
Category: Map
Type: Bug Report
1

If pan initiated from shape, shapeClick is triggered. click - is not.shapeClick should not be triggered, too.

https://dojo.telerik.com/OlomeNoS/2

Unplanned
Last Updated: 20 Jan 2020 12:20 by ADMIN
Created by: Derek
Comments: 9
Category: Map
Type: Feature Request
64
Add marker clustering support to the Kendo UI DataViz Map control.
If you are viewing a map with many markers nearby, they should group together so that the map is more pleasing to the eye.

This functionality already exists in the Telerik Silverlight Map control and it would be great to see similar functionality here.

Here's an example of what I want: http://demos.telerik.com/silverlight/#Map/Cluster
Unplanned
Last Updated: 12 Nov 2019 11:42 by ADMIN
Created by: Lee
Comments: 1
Category: Map
Type: Feature Request
5
My map takes a few seconds to load the background and all of the data points. I would like to hide it until everything is complete. Is there an event I can use similar to the grid's dataBound event so that I can add a class called "show" to the container as soon as everything is ready? 
Declined
Last Updated: 09 Aug 2019 11:33 by ADMIN
Created by: Chris
Comments: 3
Category: Map
Type: Bug Report
1

When a user clicks on the map outside of a shape (i.e. in an ocean) and drags to pan around the map, the click event does not get fired fired after panEnd.  

When a user clicks on a shape (i.e. a Montana) and then drags to pan around the map, the shapeClick event fires after panEnd.

This issue is reproducible on the events demo page: https://demos.telerik.com/kendo-ui/map/events

 

The events reported when clicking and dragging on a shape, (bottom being first event):

Shape click :: Montana
Pan ended at :: 50.401515,-62.841797
Pan to :: 50.401515,-62.841797
Pan to :: 50.401515,-62.666016
Pan to :: 50.625073,-62.666016
Pan to :: 50.736455,-62.666016

Shape mouseEnter :: Montana

Declined
Last Updated: 19 Jun 2019 05:34 by ADMIN
Created by: Manak
Comments: 1
Category: Map
Type: Feature Request
0
When we will able to use Google Map Api like Bing?