POST
|
Hello - I'm using the LocationDisplay feature to show the users current location on the map with the default symbology. I also have some graphics added to the graphic overlay of the map. Is there anyway to adjust the z-order of the LocationDisplay so that its content appears under my graphics? I would like my graphics to appear on top of the users location. Thanks, Mark
... View more
02-07-2019
02:09 PM
|
0
|
0
|
59
|
POST
|
Hello, I have a WPF application (runtime 100.3) which has a base map and one feature layer. When I attempt to edit the vertices of the geometry (polygons) on my feature layer with the sketcheditor I am getting the following error: Value does not fall within the expected range. at Esri.ArcGISRuntime.Geometry.Part.AddPoint(MapPoint point) at Esri.ArcGISRuntime.UI.SketchEditor.AddVertexToPartCollection(MapPoint mapPoint, VertexPosition vertexPosition) at Esri.ArcGISRuntime.UI.SketchEditor.AddPoint(MapPoint mapPoint) at Esri.ArcGISRuntime.UI.SketchEditor.<MapView_GeoViewTapped>d__25.MoveNext() Any suggestions on how to solve this would be appreciated. Thanks, Mark
... View more
09-06-2018
03:12 PM
|
0
|
0
|
430
|
POST
|
Looks like this method provides the same capability: MapView.ScreenToLocation Method
... View more
05-31-2018
11:09 AM
|
0
|
0
|
22
|
POST
|
Thanks for trying the sample and verifying this is fixed in the up coming version.
... View more
05-31-2018
10:51 AM
|
0
|
0
|
55
|
POST
|
I've found an existing post here (https://community.esri.com/thread/209959-how-to-use-sketcheditor-in-a-combined-rectangle-and-point-sketchcreationmode ) which contains a solution that works great for my needs.
... View more
05-15-2018
10:04 AM
|
0
|
0
|
35
|
POST
|
Rich, This was exactly what I was looking for and it works great. Thanks for the help! -Mark
... View more
05-04-2018
10:51 AM
|
0
|
0
|
7
|
POST
|
Mark, The MapView has some methods on it that you could use; try looking into MapView.SetViewpointCenterAsync , or MapView.SetViewpointScaleAsync. Doc on these methods can be found at: https://developers.arcgis.com/net/latest/wpf/api-reference/html/Methods_T_Esri_ArcGISRuntime_UI_Controls_MapView.htm A sample code can be found at: https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_UI_Controls_MapView_SetViewpointScaleAsync.htm Hope this helps. Tony
... View more
04-10-2018
11:59 PM
|
0
|
0
|
102
|
POST
|
This seems to do exactly what I was looking for.Thanks!
... View more
11-02-2017
11:05 AM
|
0
|
0
|
79
|
POST
|
Hi Mark, I believe the delay in showing the map tip is 500 milliseconds, an effort to ensure the mouse is genuinely hovering over an item and the user is intentionally trying to show a map tip. Any less and you risk firing map tips are the user simply pans across the map. Cheers Mike
... View more
02-16-2017
05:36 PM
|
1
|
0
|
4
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|