Unplanned
Last Updated: 15 Feb 2017 07:57 by ADMIN
The UriImageProvider will support loading the geotiff image header to find the location boundaries. When the geotiff image contains this information then the GeoBounds of the UriImageProvider will be specified automatically.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
It should be possible to specify zoom range where caption of the map shape will be visible.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
The map control does not support the border. It inherits the BorderBrush and BorderThickness properties from ItemsControl, but currently they can't be used for the design of the control.
Unplanned
Last Updated: 05 Jan 2017 07:59 by Doug
ADMIN
Created by: Andrey
Comments: 1
Category: Map
Type: Feature Request
3
The KmlReader should support <LabelStyle> KML tag.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
The RadMap.Providers property should support databinding to a collection of MapProviderBase in a ViewModel.
Declined
Last Updated: 01 Aug 2016 14:41 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
3
Currently context menu can't be used on the map shape objects directly. We should change implementation of the map shape objects to allow using of the RadContextMenu.

DECLINED: XAML team reviewed this request and decided not to address it in the future. The VisualizationLayer allows using context menu on the map shape visualization.
Unplanned
Last Updated: 27 Dec 2016 13:13 by ADMIN
MapPath shape doesn't support data binding on the level of the MapPathFigure and MapPathSegment in WPF.
This feature is implemented in the new visualization engine -Visualization layer and the bindable wrappers - PathView, PathVigureView, PathSegementView , etc.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Currently shape readers (KML, ESRI shape, SQL Geospatial) don't provide information about unsupported elements in sequence. They should either return list of the detected unsupported elements or throw €œUnsupported€ exception.
Unplanned
Last Updated: 27 Dec 2016 13:24 by ADMIN
Map: DataTemplate is not applied correctly. On second click /zoom in/zoom out the items appear.
The issue is not reproducible with Visualization Layer.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Extend KML BalloonStyle.Text to support feature entity references (e.g. $[name]) - see http://code.google.com/apis/kml/documentation/kmlreference.html#balloonstyle for more information.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Currently BalloonStyle.Text supports only <p>, <b> and <font> elements -- extend it to support table/tr/td elements as well.
Declined
Last Updated: 21 Nov 2016 09:07 by ADMIN
InformationLayer.GetBestView(...)) method produces incorrect results when working on MapPinPoint items that are part of the information layer.
Deleting this item because there is a copy of it here =>
https://feedback.telerik.com/Project/143/Feedback/Details/88878-map-informationlayer-getbestview-produces-incorrect-results-when-working-on

Also please have in mind tha this bug is not reproducible with VisualizationLayer.
Declined
Last Updated: 02 Aug 2016 12:22 by ADMIN
The map control will support the Universal Transverse Mercator (UTM) projections. The map control will have appropriate projection which can be used for empty provider. Also it will have the converter from UTM to Mercator projection (EPSG:4326).

DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/122715-map-visualizationlayer-should-support-custom-utm-map-projection
Unplanned
Last Updated: 05 Jan 2017 07:59 by Peter Hedley
ADMIN
Created by: Andrey
Comments: 1
Category: Map
Type: Feature Request
6
It should be possible to use scrollbars for the map panning. Customer should be able to turn on/off vertical and horizontal scrollbars arond the map's view port and use them to scroll the map.
Declined
Last Updated: 21 Jun 2017 12:04 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
7
Will you have the same "Automatic" functionality that www.bingmaps.com has.

Go here: http://www.bing.com/maps/#JnE9LmJvc3RvbiUyYm1hJTdlc3N0LjAlN2VwZy4xJmJiPTQyLjM3NzYxNDkxNDUyNDglN2UtNzEuMDI4MzM0ODI2NTQ3OSU3ZTQyLjM2MzQ0MjM1NjgzOTYlN2UtNzEuMDU4NzYxODA1NjEyOA==

Select "Road" then "Automatic."
Then zoom to Boston and watch the map change automatically to "Birds Eye."

This would be a great feature because the user doesn't need to think.

Feature is not present in the new BING Maps and in the BING REST services API and we are marking it as DECLINED.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
The MapShapeReader converts each dbf record to the ExtendedData value. By default it converts numeric types to integer or double .Net type etc.
If it can't convert a field, then the exception is thrown and it could be handled.
It will be more prefered to return it using the Error property of arguments in PreviewReadCompleted and ReadCompleted event.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
5
When using 'Kilometer' as the DistanceUnit, the Scale switches from kilometers to meters when zooming in. But when using 'Mile'  the Scale does not switches from miles to feet.
Unplanned
Last Updated: 04 Jan 2017 12:56 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
10
Add ability to change visibility of the information layer depending on the zoom range.
Unplanned
Last Updated: 27 Dec 2016 12:49 by ADMIN
When the custom map provider supports levels range other than 1 to 20 then it could affect to tiles downloading performance.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
7
Currently MapShapeReader can't be used to load KMZ files.