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
Hi Team,
I would like to ask for kml and kmz support for Kendo UI Maps.
Thank you!
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.
If pan initiated from shape, shapeClick is triggered. click - is not.shapeClick should not be triggered, too.
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.
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.