|
POST
|
The 'Layers' property is of type string[]. You can set it in XAML though a comma separated layer list: <esri:WmsLayer Layers="layer1,layer2" ..... or in C# by code like: wmsLayer.Layers = new[] { "layer1", "layer2"}; If you need to know dynamically the list of layers supported by the service you can use the LayerList property
... View more
03-18-2015
08:09 AM
|
0
|
5
|
1368
|
|
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
|
764
|
|
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
|
606
|
|
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
|
679
|
|
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
|
489
|
|
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
|
1602
|
|
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
|
845
|
|
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
|
1842
|
|
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
|
1760
|
|
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
|
1760
|
|
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
|
768
|
|
POST
|
You can do it by retemplating the timeslider control provided in the toolkit. As starting point you can use the time slider default style provided in githhub and then you'll have to modify the size of the previous and next buttons.
... View more
03-11-2015
08:14 AM
|
0
|
0
|
1760
|
|
POST
|
plus one more step. I add the x:name I am curious: x:name of what?
... View more
03-05-2015
07:41 AM
|
0
|
1
|
636
|
|
POST
|
I would recommend you to use fiddler to look at requests sent to the servers. For OpenStreetMapLayer, the servers are depending on the style. For Mapnik style, the servers are http://<domain>.tile.openstreetmap.org with domain equals a, b or c. You can get the current IP addresses of these servers but I would not rely on them for configuring your firewall since nothing prevent these IP from being changed.
... View more
03-04-2015
02:37 AM
|
2
|
1
|
657
|
|
POST
|
Do you mean that you have many ArcGISDynamicMapServiceLayers and that you want to apply the FindTask to the layer selected from a combobox? In this case, I would do it by code (at least in a first time) because you have to set the FindTask Url, the LayerIds and the searchfields which are all depending on the layer. So likely easier to do it on the combobox 'SelectionChanged' event.
... View more
03-04-2015
02:27 AM
|
1
|
0
|
403
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-14-2025 09:24 AM | |
| 1 | 06-13-2013 09:22 AM | |
| 1 | 04-29-2022 02:21 AM | |
| 1 | 04-29-2022 02:28 AM | |
| 1 | 09-07-2021 03:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-30-2025
08:06 AM
|