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

Sales Dashboard Country Map

7 Answers 167 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kai
Top achievements
Rank 2
Kai asked on 04 Nov 2010, 04:43 PM
Hi all,
which control do you use for the Country Map on http://demos.telerik.com/aspnet-ajax/salesdashboard/default.aspx ?
Thanks!

7 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 04 Nov 2010, 04:58 PM
Hello Kai,

We use our home-grown version of image map for the purpose of this demo - it is not a separate control from our ASP.NET AJAX bundle.

Greetings,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kai
Top achievements
Rank 2
answered on 28 Dec 2010, 01:30 PM
Sorry for late reply: Is it possible to get that image map?
0
Vasil
Telerik team
answered on 29 Dec 2010, 01:23 PM
Hello Kai,

It is System.Web.UI.WebControls.ImageMap control.
If you want the exact declaration of the ImageMap used in the Sales Dashboard. Then you can download the source code of the demo and see it. The ImageMap is used in Countries.ascx file in the demo.

You can see how to use RadToolTip with ImageMap in this online demo.

Regards,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Kai
Top achievements
Rank 2
answered on 29 Dec 2010, 02:58 PM
Hi Vasil,
thanks for pointing me to the right direction. Sometimes it's easier than expected :-) Just one question, even though it's out of scope: Do you know where to get the coordinates from? I've searched around but did not find a place where a map and its coordinates are published....
Thanks a lot for your support!!
0
Vasil
Telerik team
answered on 30 Dec 2010, 09:28 AM
Hi Kai,

The coordinates are not published standalone. What you can do is to use SVG file that contains map. There are a lot of free maps in SVG files that you can find online. You can write a small script that converts the polygons from a SVG file to a usable polygons in ImageMaps.
You will find all needed information (and some tools) in this blog post and its comments.

All the best,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Mangesh
Top achievements
Rank 1
answered on 13 Oct 2011, 02:08 AM
Hi,

can you please provide all countries Coordinates for this map sample. Or any working demo for all countries map? Also I want an click event for each region of map. So that once that specific region gets selected or clicked, some action has to do regarding that click.

Thanks,
Mangesh
0
Vasil
Telerik team
answered on 13 Oct 2011, 08:26 AM
Hello Mangesh,

As discussed earlier in this thread, providing maps is out of our scope. The map itself is not part of any control, it is user data.
About clicking over the System.Web.UI.WebControls.ImageMap control, you should check the MSDN documentation since it is not part of our suite. I hope the resources below to be helpful.
ImageMap.Click Event
ImageMap.OnClick Method

Kind regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
Kai
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Kai
Top achievements
Rank 2
Vasil
Telerik team
Mangesh
Top achievements
Rank 1
Share this question
or