|
POST
|
The staging servers has been deprecated by Microsoft, including their token service. The good news is that it has gotten a lot simpler now. Instead, go to www.bingmapsportal.com sign up, log in and generate a token/app id. This token doesn't expire. Now all you need to do is set the token property on the layer: <bing:TileLayer Token="[your token goes here]" /> You do not need to do anything on the server to generate a token. Also note that staging server is not supported with these new tokens.
... View more
05-17-2010
11:16 AM
|
0
|
0
|
1033
|
|
POST
|
If you are using the FeatureLayer with the v2.0 assemblies, you will find this information on myLayer.LayerInfo.Fields
... View more
05-17-2010
11:14 AM
|
0
|
0
|
817
|
|
POST
|
While the units in webmercator are indeed units, you must remember that projections add huge distortions to them. In other words, around Equator the scale distortion is about 1 (meaning correct scale), but as you get closer to the poles, the distortion moves towards infinity!
... View more
05-17-2010
11:12 AM
|
0
|
0
|
448
|
|
POST
|
The print sample is basically doing this: http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16697
... View more
05-17-2010
11:11 AM
|
0
|
0
|
781
|
|
POST
|
Auto-updating of bindings to attributes will only work with the v2.0 build. v1.x does not support change detection to attributes.
... View more
05-17-2010
11:09 AM
|
0
|
0
|
1946
|
|
POST
|
You don't need to use the Editor. The nice thing is that is that if you edit a graphic's attribute, the changes is automatically detected and persisted to the server. So all you need to do is create a set of textboxes as you want them, and when you click OK, you set the attributes of the graphic to whatever the user entered, and they are immediately persisted back to the server (if you have AutoSave set to false you will have to manually submit all changes on the featurelayer).
... View more
05-14-2010
09:10 AM
|
0
|
0
|
846
|
|
POST
|
The extension method 'ESRI.ArcGIS.Client.Bing.Transform.GeographicToWebMercator(this ESRI.ArcGIS.Client.Geometry.MapPoint)' should be helpful. You probably don't want to calculate distance and area in WebMercator. The distortions are way too large to be of any use. Instead I suggest you look at some of the basic formulas for working with spheric coordinates. I usually use this resource for that: http://williams.best.vwh.net/avform.htm Just as a side note: Decimal degrees is a measure of angle. Square Kilometers is measure of area. Those are two very different things, and doesn't "convert". I'm guessing you mean you have a polygon described by points in decimal degrees, and you would like to know the area of the polygon, right?
... View more
05-14-2010
08:34 AM
|
0
|
0
|
2088
|
|
POST
|
This is all meant to work client side. There's nothing going on in ArcGIS Server to do this.
... View more
05-13-2010
01:34 PM
|
0
|
0
|
559
|
|
POST
|
As with the previous releases, we will release the source code of the toolkit on http://esrisilverlight.codeplex.com when v2.0 has RTM'ed. Having said that, all the editor widget really is, is a set of buttons that executes the commands exposed in ESRI.ArcGIS.Client.Editor. One of the sdk samples at http://esriurl.com/slsdk2 shows how to create your own editor widget using these commands.
... View more
05-13-2010
01:32 PM
|
0
|
0
|
846
|
|
POST
|
You can apply different symbology using for a different renderer for each user, ie UniqueValueRenderer, ClassBreaksRenderer or a custom class that implements IRenderer. Why use an SOE for printing? You could use the printing sample and return a PDF instead of an image: http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16697 That way you are guaranteed to get the symbology you used on the client.
... View more
05-12-2010
01:08 PM
|
0
|
0
|
559
|
|
POST
|
There are several options, depending on the use cases, so first let me ask: What are the average radius of the buffers you need to make? What accuracy do you need for these buffers? Will it only be buffers around points, or also polylines and polygons?
... View more
05-12-2010
08:09 AM
|
0
|
0
|
730
|
|
POST
|
This was a known issue in v1.1 but has since been resolved. Are you using v1.2 or v2.0beta ?
... View more
05-11-2010
08:07 AM
|
0
|
0
|
1003
|
|
POST
|
The sample is made for that specific area where the projection/spatial reference used works well. You should pick a spatial reference that works best for the area you are interested in. This is due to the large distortion that projections can cause when used far from the area where the distortions is at a minimum.
... View more
05-10-2010
05:24 PM
|
0
|
0
|
730
|
|
POST
|
Is there anyway to make it so that the map cannot be zoomed in past a certain extent? I know we can constrain the zoom out with a behavior, but what about zoom in? I've tried Map.MinimumResolution, but that gets reset when I dynamically add a tiled map layer. We are aware of the Min/Max resolutions getting reset after changing the tiled layers in the map, and will have a fix with the next release. Your best bet for now is to set the MinimumResolution property every time LayersInitialized fires.
... View more
05-10-2010
12:50 PM
|
0
|
0
|
456
|
|
POST
|
Are the layers BOTH in the map AND the overview map using services that are in WebMercator?
... View more
05-10-2010
12:48 PM
|
0
|
0
|
493
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Monday | |
| 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 |
Tuesday
|