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]
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]
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.

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

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