|
POST
|
Thanks Kevin. If you need any information from me to test the first issue, let me know. When is 10 SP2 slated for release?
... View more
02-02-2011
03:07 PM
|
0
|
0
|
714
|
|
POST
|
We have an MXD published as an AGS 10 SP1 map service with several multi-layered maplex symbols in it. The symbols render fine in Silverlight and even in KML when published as an MSD. But symbols which have a white backlayer are missing the white layer when rendering via (MXD) KmlServer. If we change the color to slightly off-white, no problem. We also checked and made sure there weren't any masks defined in the symbols. The offwhite workaround is fine for us, just thought it should get reported. On a side note, why can't we get KML balloon popups with the MSD-published services? Thanks!
... View more
02-02-2011
09:53 AM
|
0
|
3
|
1016
|
|
POST
|
Instead of EF you could use Linq2SQL, which is more flexible. Here is a post at StackOverflow on how to use (hack) L2S for SQL Spatial data: http://stackoverflow.com/questions/1314523/spatial-data-types-support-in-linq2sql-or-ef4/1797509#1797509 And here's a more helpful walkthrough: http://blogs.u2u.be/diederik/post/2010/01/03/The-Missing-Linq-to-SQL-Spatial.aspx
... View more
01-31-2011
05:13 AM
|
0
|
0
|
1332
|
|
POST
|
Hello experts. We're trying to import XML into SDE using the template posted here. This template was created for 9.3 and we're using 10 SP1 (on Amazon AWS). Two of the template feeds fail when trying to run the "asc2sde.exe" command, which fails to initialize properly. The third one fails when trying to run the "shpinfo -f" command, which isn't a recognized command on 64-bit version of SDE. Anyone know how this sample could be modified to work on 10, or perhaps suggest another way to do this?
... View more
01-24-2011
04:01 PM
|
0
|
0
|
880
|
|
POST
|
I would recommend re-downloading the sample without any changes made and running it to make sure you have all the correct libraries installed on your computer. Then make changes one at a time to see how they impact the compiler. It's a good way to lean how references and namespaces work in Silverlight / .NET.
... View more
01-17-2011
07:56 PM
|
0
|
0
|
594
|
|
POST
|
You have a spelling error in your heading tag: xmlns:sys="crl-namespace:System;assembly=mscorlib" should be: xmlns:sys="clr-namespace:System;assembly=mscorlib"
... View more
01-17-2011
07:51 PM
|
0
|
0
|
1756
|
|
POST
|
You need to add a reference to mscorlib in your Silverlight project.
... View more
01-17-2011
11:11 AM
|
0
|
0
|
1756
|
|
POST
|
Oh, I see. You should change: <Application.Resources> <sys:String x:Key="BingKeyString">abc123</sys:String> </Application.Resources> to <UserControl.Resources> <sys:String x:Key="BingKeyString">abc123</sys:String> </UserControl.Resources>
... View more
01-17-2011
09:58 AM
|
0
|
0
|
1756
|
|
POST
|
My bad. Sorry. In the heading tag for App.xaml, change xmlns:clr="clr-namespace:System;assembly=mscorlib"> to xmlns:sys="clr-namespace:System;assembly=mscorlib">
... View more
01-17-2011
09:14 AM
|
0
|
0
|
1756
|
|
POST
|
If your services are on a different server than your Silverlight XAP, do you have a crossdomain.xml file at your server's root directory? E.g.: http://services.arcgisonline.com/crossdomain.xml
... View more
01-17-2011
07:22 AM
|
0
|
0
|
1001
|
|
POST
|
The string from your server is all you need. Also, the replacement you tried is invalid (you need to assign the value of BingKeyString wherever it is defined, probably in App.xaml: <Application ... xmlns:clr="clr-namespace:System;assembly=mscorlib">
<Application.Resources>
<sys:String x:Key="BingKeyString">abc...123</sys:String>
</Application.Resources>
... View more
01-14-2011
03:42 AM
|
0
|
0
|
1756
|
|
POST
|
var wbmp = new System.Windows.Media.Imaging.WriteableBitmap(Map, null);
... View more
01-13-2011
11:32 AM
|
0
|
0
|
592
|
|
POST
|
Ignore my last post. You're seeing the default template, which means Silverlight can't locate your datatemplate. The only way my code would work is if you're creating the maptip within the usercontrol codebehind. Anywhere else and you will need to add the datatemplate XAML to the application resources, either in App.xaml or one of the merged dictionaries.
... View more
01-13-2011
11:02 AM
|
0
|
0
|
1547
|
|
POST
|
For square use Rectangle instead of Ellipse. For diamond use [HTML] <Rectangle RenderTransformOrigin=".5,.5"> <Rectangle.RenderTransform> <RotateTransform Angle="45" /> </Rectangle.RenderTransform> </Rectangle> [/HTML] The complexity isn't just ESRI's fault. Blame Microsoft too. 🙂
... View more
01-13-2011
08:39 AM
|
0
|
0
|
1442
|
|
POST
|
So apparently the attribute "grid_code" in your service is of type ObservableCollection. Try replacing the textbox in the maptip with a DataGrid and bind the ItemsSource to [grid_code].
... View more
01-13-2011
08:28 AM
|
0
|
0
|
1547
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2015 10:23 AM | |
| 2 | 09-25-2015 10:36 AM | |
| 1 | 06-29-2015 08:24 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|