POST
|
Hi, I wanted to know when the Heatmap and Cluster layers will be supported (ported?) into the Runtime .net SDK and if it is anytime soon. Also if this is something that will take time, what are the best alternatives with the current supported capabilities. Thanks, Itamar
... View more
02-10-2015
04:17 AM
|
0
|
17
|
11697
|
POST
|
Hi, We are also interesting in such a feature\solution. Is there a way to achieve that? Thanks, Itamar
... View more
02-17-2013
05:19 AM
|
0
|
0
|
533
|
POST
|
Mike hi, Thanks for the reply, 1) I am in talks with my local Esri support for basic license key issues 2) When i am in a deployment it does not work and on my development machine (where the end runtime is installed it is working) 3) I am using TPK layer and graphics layers. I assume this is related to the key issues. Thanks, Itamar
... View more
10-16-2012
06:12 AM
|
0
|
0
|
646
|
POST
|
Hi, It looks like the AcceleratedDisplayLayers\ UseAcceleratedDisplay is only available in the Standard license and not working in the basic license. Is this true or due to a bug? Thanks, Itamar
... View more
10-09-2012
01:55 PM
|
0
|
6
|
3403
|
POST
|
Hey Miri, Yes i am working in a disconnected environment. Thanks, Itamar
... View more
09-03-2012
11:39 PM
|
0
|
0
|
486
|
POST
|
Hi, I wanted to know if the GeometryService can be used in the basic or just in the standard license level. Thanks, Itamar
... View more
09-03-2012
06:09 AM
|
0
|
2
|
981
|
POST
|
I have no control on whether there is a ScrollViewer in the visual tree or not because i provide a UserControl that wraps the MapControl and developers from other modules can add the control. Sometimes they place it in a wizard like window that includes a scrollviewer and sometimes there is no scrollviewer. I currently check in the loaded event of my wrapper if i have an ancestor of type ScrollViewer in the visual tree and only then i implemented the custom panning. Other Wpf map controls have no issues in panning while inside scrollviewer (I suspect it is related to mouse capture issues)
... View more
05-23-2012
05:19 AM
|
0
|
0
|
966
|
POST
|
Jennifer hi, Thanks for the link. I've implemented the panning and I am able to perform panning, however the behavior is not as smooth as in the regular pan operation (performed by the Esri map control) and it is a little bit erratic. Is there a recommended implementation for pan? Thanks, Itamar
... View more
05-22-2012
06:12 AM
|
0
|
0
|
966
|
POST
|
Hi, When i place the map control inside a ScrollViewer the pan is not working (i still receive MouseMove and the zoom by mouse wheel still working as well as the esri:Navigation, esri:OverviewMap etc..) You can recreate this issue with the following code: <Window x:Class="TestMapScrollViewerIssue.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:esri="http://schemas.esri.com/arcgis/client/2009"
Title="MainWindow" Height="350" Width="525">
<Grid>
<ScrollViewer VerticalScrollBarVisibility="Auto"
Height="400"
Grid.Row="1"
Background="White">
<!-- Map Control-->
<esri:Map x:Name="_mapControl"
UseAcceleratedDisplay="False">
<!-- * Tiled Basemap Layer(s) * -->
<!-- ArcGIS Online Tiled Basemap Layer -->
<esri:ArcGISTiledMapServiceLayer ID="arcGISTiledMapServiceLayer"
Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" />
</esri:Map>
</ScrollViewer>
</Grid>
</Window> Please let me know if i am doing something wrong. Thanks, Itamar
... View more
05-15-2012
04:30 AM
|
0
|
7
|
3409
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|