|
POST
|
This is a known issue and is fixed in the upcoming beta2.
... View more
04-21-2010
08:20 AM
|
0
|
0
|
803
|
|
POST
|
The GridSplitter is built-in and comes out of the box with Silverlight. You don't need the toolkit for this. http://msdn.microsoft.com/en-us/library/system.windows.controls.gridsplitter(VS.95).aspx
... View more
04-21-2010
08:10 AM
|
0
|
0
|
690
|
|
POST
|
A viewport is always planar (unless your screen is actually shaped like a sphere :-). Why do you require the use of geographic? MapIt will automatically re-project on the fly for you to any spatial reference you desire.
... View more
04-21-2010
08:09 AM
|
0
|
0
|
1582
|
|
POST
|
MagnifyingGlass only works with one tiled layer service. The magnifier is not "really" a magnifier. It's just another map that pans and zooms based on its relative location to the parent map. Because of it's behavior that causes very frequent map rerendering, anything but tiled layers would not perform adequate. Also take a look at the Magnifier class. It uses a different approach that allows you to specify other (and multiple) layertypes.
... View more
04-21-2010
08:05 AM
|
0
|
0
|
598
|
|
POST
|
Go into blend, select the map control, right click it and select to edit a copy of it's template. Note that inside the template there's rectangle called "ZoomBox". You can change its appearance however you like.
... View more
04-19-2010
04:12 PM
|
0
|
0
|
526
|
|
POST
|
Silverlight runs on the client, and therefore you don't need the .NET Framework at all. All you require on the client is the Silverlight 4 runtime. However, if you generate an ASP.NET based website to host your silverlight application, the server will require whatever version that website is running on. Not that you don't need ASP.NET to host this website. All you need to be able to serve out is HTML, JavaScript and the .xap file.
... View more
04-19-2010
04:10 PM
|
0
|
0
|
1385
|
|
POST
|
Yes. You will need to publish your GDB/MXD to ArcGIS Server.
... View more
04-19-2010
08:04 AM
|
0
|
0
|
1599
|
|
POST
|
Hi I have tried using the MAPIT data service and plug onto a Feature Layer - with no success. I'm curious what problems you were having with this? It's a fairly simple install process to get your MapID SDS REST endpoint running, but there are a few gotchas. MapIt is ESRI's official supported way of serving up raw SQL Server Geometry/Geography to the client APIs (besides ArcGIS Server of course).
... View more
04-17-2010
11:07 AM
|
0
|
0
|
1582
|
|
POST
|
ArcGIS 10 Geometry service is your answer, unless you want to try and write your own union code 🙂 If you know the parcels doesn't overlap, you can simply just lump the rings collections together: foreach(PointCollection points in polygon2.Rings) polygon1.Rings.Add(points);
... View more
04-17-2010
11:00 AM
|
0
|
0
|
473
|
|
POST
|
One of the bugs I've seen in VS2010RC is that when you add a new project, its build action is sometimes not set. Go to "Build - Configuration Manager" and make sure there is a checkmark in the "build" column for your project in all the configurations.
... View more
04-14-2010
12:23 PM
|
0
|
0
|
1682
|
|
POST
|
v10 does not come with any assemblies for Silverlight/WPF, not to mention the SL/WPF assemblies for the prerelease hasn't been released yet. Did you mean to post this in the WebADF forum?
... View more
04-14-2010
09:21 AM
|
0
|
0
|
343
|
|
POST
|
My guess is the .xap file is not in the website folder that the object tag in the html test page is referring to, or the webserver is not returning the correct mime type for .xap files.
... View more
04-14-2010
09:18 AM
|
0
|
0
|
1682
|
|
POST
|
Did you set the LayerIds property on the identify parameters to match the visible layers of the map?
... View more
04-13-2010
09:29 AM
|
0
|
0
|
4970
|
|
POST
|
Correct. Use the point you get from the locator to do a spatial selection against the county layer.
... View more
04-12-2010
07:42 AM
|
0
|
0
|
377
|
|
POST
|
No. ArcGISDynamic and ArcGISTiled services, you cannot change labelling on the fly. Labelling support is on our roadmap for FeatureLayer the final release of v2.0. Until then, you could use a graphics layer with points that uses a text symbol which binds to an attribute. However if your data is not points, it's currently on you to find the label placement within the polygon or polyline.
... View more
04-12-2010
07:32 AM
|
0
|
0
|
604
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 12-19-2025 09:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-27-2026
10:15 AM
|