This is a migrated thread and some comments may be shown as answers.

Apply bubbles on each layers

1 Answer 52 Views
Map
This is a migrated thread and some comments may be shown as answers.
Akhila
Top achievements
Rank 1
Akhila asked on 29 Mar 2017, 11:52 AM

Hi Team,

I am implementing one application and in that i am using kendo map.

I have plotted bubbles on map. And i have added wraparound : true property.

My issue is when i am scrolling map to left or right side ,adjacent part of map is loading because i have used wraparound: true. But i can not see bubbles applied on same region. For example i have applied bubbles on few cities of US country. But when i am scrolling map to left or right side, new map get loaded, but i can not see any bubble on same cities of US.

How can i make visible those bubbles for everytime.

Thanks & Regards,

Amit

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 30 Mar 2017, 10:36 AM
Hello Akhila,

The described result is expected because the shape layers( bubbles) are not repeating when the wraparound option is set to true. Only the tiles layer will be repeated.

We found this to be inappropriate for shape layers as it would mean managing multiple copies of the same shapes.
Developers will have to be aware of this and to adjust their code to function properly.

My advice is to disable the wraparound mode if you have shape layers.

Regards,
Stefan
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
Map
Asked by
Akhila
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or