|
POST
|
Simply add the "MaintainExtentBehavor" to the map control. This is easiest done in Blend. Find the behavior in the assets tab, and drag it onto the map.
... View more
04-05-2010
11:29 AM
|
0
|
0
|
521
|
|
POST
|
Are your buildings points? MarkerSymbols can only be used with point layers. If your layer is polygons, use a fill symbol instead.
... View more
04-05-2010
11:28 AM
|
0
|
0
|
816
|
|
POST
|
First off here's how to add the effect to the entire layer: <esri:GraphicsLayer > <esri:GraphicsLayer.Effect> <DropShadowEffect BlurRadius="10" Color="Black" Direction="-45" Opacity="0.5" ShadowDepth="10" /> </esri:GraphicsLayer.Effect> </esri:GraphicsLayer> To achieve it on hover, you have to create a custom symbol template, and use the hover visual state storyboard to turn the effect on and off on the element. I suggest you watch our session from devsummit where custom templates and visual states is covered: http://gisupdates.esri.com/video/devsummit2010/DEV80.wmv
... View more
04-05-2010
11:24 AM
|
0
|
0
|
1858
|
|
POST
|
The simplest solution is by far using the built-in editing service in ArcGIS Server v10. The text in your symbol is simply just an attribute you bind into the symbol template. The Feature Service also allows you to define the symbology at the server and push it to the client. I don't see why a feature layer can't be used for "annotations". Just create a new layer, call it annotations, and it's suddenly an annotation feature layer. Or create 3 if you need both point, polyline and polygon. The blogpost doesn't cover SDE storage. The point of the post was to show how to get geometry to the server side. What you want to do with it from there is all up to you. If the blogpost had to cover all the possible storage scenarios, it wouldn't have been a blogpost but a whole book 🙂
... View more
04-05-2010
11:19 AM
|
0
|
0
|
555
|
|
POST
|
The geometry classes have DataContracts defined on them so you can simply use the DataContractJsonSerializer
... View more
04-05-2010
11:13 AM
|
0
|
0
|
744
|
|
POST
|
It's the other way around: Dynamic services are the ones you can run the Identify and QueryTasks against. See: http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#QueryWithoutMap http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#SpatialQuery http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify FeatureLayer does not have anything like this. The only thing you get by using FL is direct mouse interaction and having access to all the features in memory on the client. This also means they have to be rendered at the client, and you are in charge of specifying symbology. ArcGIS 10.x will support exposing a subset of the MXD symbology, and FeatureLayer will automatically use that if you don't override the default symbology.
... View more
04-02-2010
12:20 PM
|
0
|
0
|
498
|
|
POST
|
cgage: Yes it will. However you can use Silverlight 4 with the 1.x builds that were built on SL3.
... View more
03-23-2010
06:43 AM
|
0
|
0
|
1369
|
|
POST
|
WP7 does not support Silverlight assemblies. They have to be specifically compiled for WP7. I'm actually surprised you got as far as you did 🙂 System.Windows.Browser is not even part of WP7. If you are going to the developer summit, look me up and we can talk more on WP7 options, but we don't have anything specifical to announce yet.
... View more
03-17-2010
11:53 PM
|
0
|
0
|
510
|
|
POST
|
Our goal is to release final based on SL4 and VS2010. Whether the next beta will be based on SL4 is up to when Microsoft releases SL4.
... View more
03-13-2010
09:31 AM
|
0
|
0
|
1369
|
|
POST
|
The next beta will not be dependent on the Silverlight Toolkit assemblies.
... View more
03-11-2010
04:54 PM
|
0
|
0
|
1369
|
|
POST
|
ArcGIS REST 10 already supports Table-only data. Example: http://servicesbeta.esri.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/1/query?text=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&objectIds=&where=AGREE_WITH_INCIDENT+%3D+%271%27&time=&returnIdsOnly=false&returnGeometry=true&outSR=&outFields=*&f=html The same goes for MapIt. QueryTask does not require the geometry to be specified. See: http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#QueryWithoutMap
... View more
03-05-2010
08:00 AM
|
0
|
0
|
447
|
|
POST
|
Thank you for reporting this. We'll make sure this gets fixed.
... View more
02-09-2010
08:28 AM
|
0
|
0
|
433
|
|
POST
|
Yes, but the templates will be overridden, and the default references in VS and Blend will point to the last installed API (to select v1.1 assemblies you have to explicitly browse to them and select them when adding a reference).
... View more
02-09-2010
08:27 AM
|
0
|
0
|
839
|
|
POST
|
Could you be more specific. Ie. What is the problem? What errors do you see? What's not installing? etc... For what it's worth most of the dev team runs Win7, so this is probably the most internally tested OS 🙂
... View more
12-17-2009
07:46 AM
|
0
|
0
|
427
|
|
POST
|
We have a bunch of small to-the-point tutorials/workthroughs in the works. Keep an eye on our blog...
... View more
12-11-2009
03:10 PM
|
0
|
0
|
479
|
| 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
|