Unplanned
Last Updated: 14 Sep 2018 13:59 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: Map
Type: Bug Report
1

			
Unplanned
Last Updated: 04 May 2018 13:49 by ADMIN
Unplanned
Last Updated: 14 Jan 2021 13:58 by ADMIN
When NavigationVisibility is set to Collapsed, a circle is left in our latest themes.
Unplanned
Last Updated: 19 Jun 2017 11:20 by ADMIN
MiniMapWidth and MiniMapHeight have default values 250 and 200. If you use different values, for example 250 and 250, panning the RadMap can result in jumping the minimap - unexpected zoom in/out. This is easier to observe with MiniMap, outside RadMap. 

Playing with Width / Height of the MiniMap might workaround the issue.
Completed
Last Updated: 13 Sep 2017 12:56 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 0
Category: Map
Type: Bug Report
1
Map with VisualizationLayer (VL) bound to collection of objects.

VL uses an ItemTemplate consisting of MapEllipseView object whose Location Width and Height properties are bound to ViewModel's properties.

On a button click, the ItemsSource of the VL is refreshed. However, the ellipses do not appear until a zoom action is performed.
Completed
Last Updated: 17 Feb 2022 10:19 by ADMIN
Release R1 2022 SP1
When RadMap is in DataTemplate / ControlTemplate of other control and its ZoomLevel (or the new Zoom) property is bound to ViewModel's property, the binding is broken by internal setting of the ZoomLevel/Zoom property and the expected ViewModel property is not set successfully.
Unplanned
Last Updated: 27 Dec 2016 12:20 by ADMIN
Width / Height of the MapEllipseView are bound to doubles from ViewModel.

Runtime change to 0 does not hide / remove the Ellipse from the Map.

This is a bug in the MapShapeBindableWrapper's Geometry update code. 

The workaround is to use the Visibility of the MapEllipseView in order to hide it.

Other workaround could be using FrameworkElements (Ellipse, Polyline, Rectangle) instead of BindableWrappers (MapEllipseView, MapPolylinerView, MapRectangleView).
Completed
Last Updated: 10 Mar 2023 05:38 by ADMIN
Release R1 2023 SP1
Adding big-sized FrameworkElements in VisualizationLayer and then zooming in might result in disappearing of the element although it should cover the whole or large part of the viewport.
Completed
Last Updated: 23 May 2022 05:14 by ADMIN
Release LIB 2022.2.523 (23 May 2022)
In some scenarios with fractional zoom, SetView method zooms higher than expected and the requested rect area is not entirely visible in the viewport.
Completed
Last Updated: 08 Mar 2023 08:16 by ADMIN
Release R1 2023 SP1

Good Afternoon,

we use the RadMap's SelectionRectangleChanged event to allow the user to (de)select map elements with the box. In the event handler we use the layer's GetItemsInRectangle function to see what is within the selected area but this is where we encounter a problem with LineData objects. Dragging a selection rectangle that does not touch an edge but is close enough to it (likely within the bounding box of the LineData) it incorrectly recognizes the line as within the rectangle. See the attached screenshot for an example of a selection rectangle that should contain no elements within but actually reports the long line to its right as an element it contains. This can also be reproduced with the attached project:

  • Ctrl + Mouse Left to drag a selection rectangle
  • Mouse Left to pan, mouse wheel zo zoom. Shift + Mouse Left for zoom rectangle
  1. Draw a selection rectangle on the very left or right outside the elements: Debug Output reports "Selected Edges: 0"
  2. Draw a selection rectangle close to an edge but not touching it: Debug Output reports "Selected Edges: 1"
  3. Draw selection rectangle that contains (parts of) an edge: Debug Output reports "Selected Edges: 1"

Regards
Dominik Schacht

 

Unplanned
Last Updated: 27 Dec 2016 13:02 by ADMIN
Concurreny issue - exception in PathGeometryData.GetScreeenGeometry() when the geometry is updated runtime.

Custom MapGeometryView which updates its GeometryData runtime. This leads to cocncurrency issue in VisualizationLayer and its shape processcing code. This leads to Exception in GetScreenGemetry() method of PathGeometryData.
Unplanned
Last Updated: 17 Jan 2017 16:10 by ADMIN
An OutOfMemmoryException is thrown under the following conditions:
1. The map displays its data using the VisualizationLayer populated with MapShapeData object.
2. The zoom level is changed to Neighborhood using the Zoom button from the map's navigation.
3. The zoom button is hovered

Note: The MapShapeData should be visible when the zoom is applied

The exception is not reproducible if the project's Platform is set to x64.

Since Q1 2016, the BitMapCaching of RadMap is turned off by default and the issue is not reproducible unless you turn the caching on.

Possible Workarounds:

 - the exception is not reproducible if the project's Platform is set to x64

-  double check that UseBitMapCahe property of the Visualizationlayer is set to False. When False, the issue is not reproducible.
Declined
Last Updated: 20 Oct 2023 14:01 by ADMIN

When the VisualizationLayer is populated with FrameworkElement objects (often through the ItemTemplate) and the MapLayer.Location value of a FrameworkElement is updated at runtime, the element itself is not moved to the new location. This happens only if the FrameworkElement is outside of the viewport during the location change action.

To work this around, on location change, remove the data element from the ItemsSource and add it again.

Completed
Last Updated: 20 Mar 2015 14:52 by ADMIN
Map with ItemsSource bound to collection is hosted in RadPane . By closing the pane or by using LoadLayout() of RadPane - NulReferenceException is thrown.

Available in LIB version: 2015.1.1603
Unplanned
Last Updated: 27 Dec 2016 13:16 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 0
Category: Map
Type: Bug Report
1
In the KML file , Locations are separated witch commas instead of whitespaces , for example:

34.84161774,32.11002378,0,34.8416625,32.10999705,0

The RadMap produces "Input string is in icorrect format" exception. However, other tools read the kml file successfully.
Completed
Last Updated: 25 Feb 2014 06:36 by Alex
When the PathData contains Arc segment which looks as vertical half-circle then it is not displayed in VisualizationLayer.

Completed
Last Updated: 29 Jan 2014 14:47 by ADMIN
Declined
Last Updated: 04 Feb 2016 13:58 by ADMIN
BirdsEye view doesn't work after trying to look at an area which does not contain birds eye imagery data

Steps for reproducing:
1. Zoom into area with no birds eye view imagery data. Enable Birds eye view. Verify that no tiles are loaded.
2. Change back to Road view, navigate to an area where you know there is bird's eye view imagery.
3. Zoom into the area. Enable Bird's Eye view a second time: The tiles are not loaded.

Reason for declination: 
The feedback item is declined due to duplication with the one below:
http://feedback.telerik.com/Project/143/Feedback/Details/113358-map-fix-a-problem-when-birdseye-view-doesnt-work-after-trying-to-look-at-an-are
Please follow it instead. 
Completed
Last Updated: 17 Jun 2022 13:58 by ADMIN
Release R2 2022 SP1
The exception occurs in the SetLogicalWidth method of the MapShapeData class. 
Completed
Last Updated: 04 Mar 2022 15:26 by ADMIN
Release LIB 2022.1.307 (7 Mar 2022)
Created by: Dominik
Comments: 1
Category: Map
Type: Bug Report
0

Hello,

after setting the `ZoomStep` in our project to something smaller than 1 (a feature we are very pleased to receive in the latest update) we encountered a problem when zooming in and out of our map view. I have attached screenshots and an example project to reproduce the issue. It occurs wether the renderer is set to SoftwareOnly or default.

Steps to reproduce:

  1. Start the example project (MapZoomInitial.png)
  2. Scroll the mouse wheel one click in to zoom in one step
  3. Scroll the mouse wheel one click out to zoom out again
  4. Artifacts appear (MapViewAfterZoomInAndOut.png)