POST
|
FeatureLayer doesn't support 'Identify'. As the features are loaded at client side, you don't need to request the server to get info about the features. You can use a MapTip instead. This will work locally.
... View more
03-18-2015
04:17 AM
|
1
|
1
|
26
|
POST
|
Could you share a screenshot showing the issue? This might help to figure out the issue.
... View more
03-18-2015
04:14 AM
|
0
|
0
|
18
|
POST
|
No, you can't mix 2 versions of a Library in one application. Why not just migrate to 3.2 SL API?
... View more
03-18-2015
03:04 AM
|
0
|
3
|
10
|
POST
|
please explain how to 'create an envelope around the point' Something like: var env = new Envelope (point.X - size/2, point.Y - size/2, point.X + size/2, point.Y + size/2); env.SpatialReference = point.SpatialReference;
... View more
03-18-2015
03:01 AM
|
0
|
0
|
13
|
POST
|
Some symbols (such as TextSymbol) are not supported by the print service. What is the type of your feature layer symbol?
... View more
03-18-2015
02:53 AM
|
0
|
1
|
24
|
POST
|
By adding the ArcGIS toolkit via Nuget you also automatically add the runtime from Nuget (the toolkit depends on this package). So you end up with 2 versions of the ArcGIS runtime one from the SDK, one from Nuget. It's not possible to mix SDK and Nuget. To clean up your project I suggest you remove all ArcGIS Runtime references from your project and then add the 2 ArcGIS Runtime Nuget packages.
... View more
03-18-2015
02:50 AM
|
2
|
1
|
48
|
POST
|
Difficult to answer to this question without knowing how is defined your 'Colors' property which is binded to the ItemsSource. Very likely it's just a string collection so 'SelectedItem' is a string and you eventually have to convert a string to a Brush. It's likely what you are already doing in your 'StringToBrushConverter' so the same kind of code should work.
... View more
03-18-2015
02:39 AM
|
2
|
1
|
78
|
POST
|
Sorry, I mixed up Silverlight and WPF. But anyway if you reference the ArcGIS Toolkit for WPF you should have a " ESRI.ArcGIS.Client.Toolkit.Primitives" namespace. Do you at least see the " ESRI.ArcGIS.Client.Toolkit" namespace?
... View more
03-12-2015
10:11 AM
|
0
|
0
|
104
|
POST
|
You need to add a reference to the ArcGIS Silverlight Toolkit but I guess you already have it. Tickbar is under the namespace ESRI.ArcGIS.Client.Toolkit.Primitives. So in XAML you have to define the primitives namespace with something like: xmlns: localPrimitives ="clr-namespace:ESRI.ArcGIS.Client.Toolkit.Primitives"
... View more
03-12-2015
09:17 AM
|
0
|
2
|
104
|
POST
|
I added a branch with a fix for the dynamiclayerinfos issue. Concerning the pircturemarkersymbols, I would need a repro case. Thanks
... View more
03-12-2015
05:50 AM
|
0
|
0
|
12
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|