|
POST
|
You can display a layer without a spatial reference by itself. However, if you want to overlay it on another map, it must have a valid spatial reference associated with it, so the map knows how to reproject the data to match the basemap.
... View more
06-23-2010
09:57 AM
|
0
|
0
|
1622
|
|
POST
|
The toolkit is included in the v2.0 RC. If you install it, you will get the extra DLL. As you yourself mention, we will release the sourcecode when v2.0 goes final. As usual this will be available on http://esrisilverlight.codeplex.com Since this is v2.0, it is not part of v1.2
... View more
06-23-2010
09:12 AM
|
0
|
0
|
973
|
|
POST
|
> What is unit the x and y need to be for a correct map visualization? That depends on which layers are in your map. The first layer with a spatial reference != null will be the one defining the units. > Is there any way of changing the unit the map uses in the Extent property? Yes. You can explicitly set the spatial reference as part of setting the startup extent. See this sample: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DefineMapProjection Note however that this doesn't just change the unit used for the extent property. It ALSO changes the spatial reference of the map layers.
... View more
06-23-2010
09:09 AM
|
0
|
0
|
465
|
|
POST
|
Haha Dan. Unfortunately I"m not working on what you think I'm working on. Craig: You can use the GPX layer posted here: http://esrislcontrib.codeplex.com/
... View more
06-23-2010
09:06 AM
|
0
|
0
|
1878
|
|
POST
|
There were some chances made to accomodate something like this issue. Could you try with the v2.0RC release and see if that is still an issue?
... View more
06-22-2010
04:59 PM
|
0
|
0
|
628
|
|
POST
|
Thanks. A sample to repro this would be nice. Btw. note that 2.0RC was released today, so make sure it's still an issue with that release.
... View more
06-22-2010
04:58 PM
|
0
|
0
|
1457
|
|
POST
|
Note that EditCompleted might fire a little more often than you think it will (like when the do a selection). Are you sure you always want to clear selection no matter what e.Action is?
... View more
06-22-2010
12:30 PM
|
0
|
0
|
1457
|
|
POST
|
Create a ComboBox and populate it with an entry for each featurelayer. On the SelectionChanged event, set the TemplatePicker.LayersIDs property to the ID of the selected featurelayer. That way you get a simple way of first selecting what layer you want to edit against, and secondly pick the template for that layer.
... View more
06-21-2010
08:00 AM
|
0
|
0
|
645
|
|
POST
|
For raster layers you don't add a sublayer. Instead you add the entire mapservice to an ArcGISDynamicMapServiceLayer and set the VisibleLayers property to the ID of that sublayer (this actually goes for featurelayers as well if you want them rendered on the server).
... View more
06-21-2010
07:56 AM
|
0
|
0
|
1596
|
|
POST
|
We are not aware of any issues using v1.2 with Silverlight 4.
... View more
06-21-2010
07:53 AM
|
0
|
0
|
563
|
|
POST
|
This is a completely unsupported workaround, and might VERY well break in the future, but if you go into the \Design\ folder below the assemblies, there is a .dll called ESRI.ArcGIS.Client.Design.Editors.dll. This actually contains a service browser control for WPF (this is the one Blend and VS2010 is using when you browse for services in the URL property editor). However, given its nature and unsupportedness, don't expect any help on getting this to work 🙂
... View more
06-18-2010
05:51 PM
|
0
|
0
|
1596
|
|
POST
|
Your solution is to run your WCF website in a separate app-pool from ArcGIS Server. Only this apppool should run on .NET 4. Leave the app-pool that ArcGIS Server runs in at .NET 3.5
... View more
06-18-2010
05:48 PM
|
0
|
0
|
415
|
|
POST
|
This should work. What does your template look like?
... View more
06-18-2010
05:46 PM
|
0
|
0
|
410
|
|
POST
|
You would have to do a QueryTask yourself to do that. You can just request the object ids, then iterate the graphics in the featurelayer and flip the Selected property to true if the objectid match.
... View more
06-18-2010
05:46 PM
|
0
|
0
|
397
|
| 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
|