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

Need projections better suited for world mapsm

1 Answer 68 Views
Map
This is a migrated thread and some comments may be shown as answers.
VikramAdith
Top achievements
Rank 1
VikramAdith asked on 19 Apr 2011, 07:43 AM
Hi, we are developing a dashboard showing a map of the world, and the available Mercator projections do not look appropriate. I guess the BNG projection cannot be used for a world map either.

Is there any way to use a different projection system such as Robinson to get a better looking world map? A projection class for Robinson (or any other suitable projection), or even instructions to help us code such a class would be helpful.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 21 Apr 2011, 08:27 AM
Hello VikramAdith,

Currently the map control allows to display shape files for the following projections:
- The Mercator projection EPSG:4326 (default) that refers to WGS84 as (latitude, longitude) pair coordinates in degrees
- The OSGB-1936 projection which is also known as EPSG:27700
- The EPSG:900913 projection which is also known as EPSG:3857 and Pseudo-Mercator projection that refers to WGS84 as (latitude, longitude) pair coordinates in meters

But note that the OSGB-1936 and EPSG:900913 can be used with empty provider only.
http://www.telerik.com/help/silverlight/eadmap-features-empty-provider.html

The real imagery services (Bing Maps and Open Street Maps) which are supported by map control provide tile images for Mercator projection only.
The map control allows you to use your own custom projections. You should implement the ISpatialReference interface for creating it. But if you would like to use real world map (not from shape file or from kml), then you must have a map imagery service which is able to return tiles according to this projection. Also it will require creating the custom map provider which will use tiles from this imagery service for showing a map.

Best wishes,
Andrey Murzov
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
Tags
Map
Asked by
VikramAdith
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or