Questions tagged [kendo-map]

Map component for Kendo UI

The Map widget displays geospatial information organized in layers. The following layer types are supported:

  • Tile layers
  • Shape (vector) layers
  • Marker layers

Support is provided for both desktop and mobile devices.

Useful links


Related tags

10 questions
9
votes
2 answers

Kendo UI: One data source, two widgets

UPDATE: Here is a link to reproduce the problem RELATED: This is another question of mine where similar problems are happening with Kendo UI Map, maybe it could help someone figure this one out! It has one failing and one working version. I use…
damd
  • 6,116
  • 7
  • 48
  • 77
2
votes
1 answer

Convert string of coordinates into an array for polygon coordinates using javascript

I have a string with a list of coordinates that I need to convert into an array. I tried to do let array = Array(coordinates) but itusing parsebut doesnt work. The string I am trying to convert looks like this: var…
anu
  • 21
  • 3
0
votes
1 answer

jQuery kendoUI: Map drawing rectangles not working

Kendo UI v2019.1.220 for jQuery trying to show a world map with rectangles with different opacity values to make a density distribution map. What I tried doing is this var data = { minLat: 0, minLong: -95.98861, stepX:…
0
votes
1 answer

kendo ui maps mvc is not showing bing maps tile

I have a Kendo UI Html helper for creating a Kendo Map. I am able to bind remote data and display the markers. However the map tiles do not show up on the page. I am not sure what to do. Here is my markup. The mvc site is created as a Widget to use…
Chiefster
  • 61
  • 1
  • 10
0
votes
0 answers

How to highlight Continents and Country in Kendo UI Map?

As per one of my requirement my client wants to highlight continent and country based on some condition ? I have searched but i am not able to find out on how to implement the same in Kendo Map ?
0
votes
1 answer

Kendo UI Map - How to add marker with javascript

I have a map that a user will utilize in order to mark their position. I use geolocation and Bing layer to give them a good start. I want them to click on the map, have it recenter to the point they click, remove the existing marker, then create a…
SteveInTN
  • 99
  • 15
0
votes
0 answers

Plotting a route using Kendo UI Map widget and OpenStreetMap

Is there any way to plot a route using Kendo UI Map widget and OpenStreetMap with a series of latitude-longitude pairs which represent points along the route? My understanding is that it is probably possible with Bing and Google Maps APIs…
Sudhir
  • 421
  • 4
  • 7
0
votes
0 answers

Kendo Map API add label to the path

I am using Kendo map API and I am able to draw path between two locations. I need a label on the path, I was able to bring the label kendo.drawing.Text and kendo.drawing.Group. But not able to position it correctly. Can anyone suggest how should I…
Bibin
  • 215
  • 2
  • 4
  • 10
0
votes
0 answers

Issues integrating Kendo into my application

I have having difficulties getting Kendo UI Map (JavaScript) to work in my application. I am seeing the containing div load (it has defined width and height). However I only see the map controls appear on in the div and I do not see the map display…
John Doe
  • 3,053
  • 17
  • 48
  • 75
0
votes
1 answer

Center Kendo Map between markers

Is there any way to center map at the center between markers? Making its center between markers, talking into account that markers is loaded from remote dataSource?
Ahmad Abu Saa
  • 718
  • 6
  • 12