|
POST
|
OK gotcha'. So using a WCF service is not a solution? Basically you wouldn't even have to worry about serialization at all (not to mention its a more efficient serialization used on the hood). See http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/03/11/Sending-geometry-between-Silverlight-and-the-server-using-WCF.aspx Currently we don't have any FeatureSet serializers in the Silverlight API (not even internally - that's only a deserializer).
... View more
06-29-2010
09:44 AM
|
0
|
0
|
1330
|
|
POST
|
I'm guessing you are referring to the proxy sample available in the documentation. This proxy is just a sample. You can modify the proxy all you want to for instance just deal with a hardcoded user and domain, and skip reading the xml configuration file.
... View more
06-28-2010
04:53 PM
|
0
|
0
|
599
|
|
POST
|
You could use a proxy on the querytask/featurelayer and check the userid there. Basically before parsing the query on to the server, the proxy will modify the url to append the Where clause.
... View more
06-28-2010
04:51 PM
|
0
|
0
|
762
|
|
POST
|
You can place a video on top of the map, however silverlight does not do 3D
... View more
06-28-2010
04:49 PM
|
0
|
0
|
485
|
|
POST
|
It's on our roadmap, but will not happen until after v2.0
... View more
06-28-2010
04:47 PM
|
0
|
0
|
2064
|
|
POST
|
Could you share some insight into why you need this?
... View more
06-28-2010
04:46 PM
|
0
|
0
|
1330
|
|
POST
|
Do you have a simple sample that reproduces this behavior?
... View more
06-28-2010
04:44 PM
|
0
|
0
|
1569
|
|
POST
|
Could you share a little more information about what's not working? What errors are you getting or what behavior do you see? What does you app look like (map, layers etc)? Could you share a simple app that reproduces the problem? The line of xaml you show above is the exact same as in the SDK and that works fine for me.
... View more
06-28-2010
04:42 PM
|
0
|
0
|
494
|
|
POST
|
Create multiple FeatureLayers, and set a where clause on each of them. ie <esri:FeatureLayer Where="GroupID=1" /> <esri:FeatureLayer Where="GroupID=2" /> You can then simply toggle these layers.
... View more
06-24-2010
01:51 PM
|
0
|
0
|
428
|
|
POST
|
Duplicate post: http://forums.arcgis.com/threads/6925-Convert-ESRI-True-Type-font-to-XAML
... View more
06-24-2010
08:42 AM
|
0
|
0
|
469
|
|
POST
|
Go into Expression Blend. Add the character with the font you want to a textblock. Right-click the textblock and select "Path -> Convert to Path" It is also possible to embed entire fonts into Silverlight, although that might bloat your filesize quite a lot.
... View more
06-24-2010
08:35 AM
|
0
|
0
|
401
|
|
POST
|
Since you don't want the map to actually zoom to full extent, you should modify the template and remove this button. Then replace it with a different button, that when clicked you do a zoom to your custom extent (you could for instance use the ZoomToAction on that button)
... View more
06-23-2010
02:31 PM
|
0
|
0
|
727
|
|
POST
|
Thanks for the very nice repro. The issue is that you never set a renderer on your FeatureLayer. Since you are hitting a 9.3.1 server, symbology is not automatically returned to the client (with v10.x not setting the renderer will default to the service's symbology). In LayerViewModel.vb add: _selectionLayer.Renderer = New SimpleRenderer() With {.Symbol = New SimpleMarkerSymbol()} So bottom line is that as far as I can tell, everything is working as expected, but since there's no symbol to render your layer with, you won't see anything.
... View more
06-23-2010
10:07 AM
|
0
|
0
|
1459
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|