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
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.
Hi Team,
I would like to ask for kml and kmz support for Kendo UI Maps.
Thank you!
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
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 mouseEnter :: Montana
If pan initiated from shape, shapeClick is triggered. click - is not.shapeClick should not be triggered, too.
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.
The markerClick event of the Map component returns undefined for the e.marker instance.
Regression introduced with 2023.2.606
The marker instance is undefined.
The marker instance should not be undefined.
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.
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.
Using the imagerySet method doesn't change the Map layer.
Regression introduced with R1 2023
The imagery set isn't changed to aerialWithLabels
The imagery set should be changed to aerialWithLabels