|
POST
|
Trevor, Can you check if the ArcGISWebServices user account (or whichever webservices account name that was specified durign the postinstall) is part of the agsadmin group? If not try adding this user to agsadmin and retry login using the domain account? Ravi Ravi, I'm having the same problem using ArcGIS Server 10 on XP SP3. My domain windows login is part of agsadmin but this doesn't allow me to log into the Admin page. Using a local/ArcGISWebServices doesn't work either, and this user is part of agsadmin. No error message is shown in either case. Thanks for any advice, Steve
... View more
09-02-2010
05:45 PM
|
0
|
0
|
1297
|
|
POST
|
Is it possible to implement point clustering in the JavaScript API? If so can you please point me to a sample or the API reference? Thanks, Steve
... View more
08-29-2010
07:32 PM
|
0
|
4
|
3393
|
|
POST
|
I'd like to add a "waiting" animation to my JS map, as in the sample at http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/map_showloading.html In this sample, "the map's onLoad, onZoomStart, and onPanStart events cause the loading icon to appear. The layers' onUpdate events cause the icon to go away." This requires listening for the onUpdate event on every layer that you add to the map, and anticipating every event which could cause the map to redraw (pan/zoom, previous/next extent, time slider change, etc). Is there a way to listen at the map level, rather than the layer level? ie, is there an event fired when the map has finished doing everything? What is the last event fired by the map when it redraws for whatever reason? Thanks, Steve
... View more
08-29-2010
04:09 PM
|
0
|
5
|
1364
|
|
POST
|
Hi Keith, Fair enough - I am definitely getting good at skimming the samples to work out the relevant bits..... Cheers, Steve
... View more
08-29-2010
03:05 PM
|
0
|
0
|
439
|
|
POST
|
This is some general feedback for the authors of the JavaScript API Samples pages. There is often poor consistency between the samples, making it unnecessarily harder to copy/paste samples together as you're learning. For example, the Feature Layer (On Demand Mode) sample uses: var mapLayers = []; //array of layers in client map The Time Slider With Dynamic Data sample uses: var layers = []; This means you can't simply copy/paste code between samples, but have to debug it laboriously. This is a simple example, but it's repeated throughout the samples. By contrast, the SilverLight samples are more consistent, meaning it's easy to copy/paste an item like the Overview map, to add to your growing sample application.
... View more
08-25-2010
07:55 PM
|
0
|
2
|
1198
|
|
POST
|
Why would you need to set the MinimumScale? To rephrase the question, I don't want the features to draw when I zoom out beyond the Min Scale. At the moment they draw at all scales, and even with clustering this isn't ideal. I'd like them to switch off when I zoom out beyond 1:250k (or whatever is set in ArcGIS Server). What's the best way to achieve this? You can do a call to DownloadStringAsync from WebClient, with Uri = layer's url appended with "?f=json". In the DownloadStringCompleted eventhandler, you can parse the result to get MinimumScale property. Can you point me to some sample code for this? Thanks again for your help, Steve
... View more
08-16-2010
03:52 PM
|
0
|
0
|
759
|
|
POST
|
Is it possible to pass arguments to the map in the URL, using the Silverlight API? eg, pass the map extent, layer visibility, tool open state, etc as URL parameters. Thanks, Steve
... View more
08-16-2010
04:02 AM
|
0
|
3
|
773
|
|
POST
|
All of the samples at http://help.arcgis.com/en/webapi/silverlight/samples/start.htm use static controls. Eg, the TOC or overview map just sit there. In the site at http://gis.cityofboston.gov/solarboston/ they have some nice animated controls, which the user can reposition as necessary. How do you achieve this? I'm using Visual Studio 2010 with Silverlight 4. I have the Expression Blend 4 SDK but not Expression Blend 4. Thanks, Steve
... View more
08-15-2010
07:49 PM
|
0
|
3
|
839
|
|
POST
|
You can try http://google-maps-utility-library-v3.googlecode.com/svn/trunk/arcgislink/docs/examples.html Awesome, thanks so much for the link.
... View more
08-15-2010
03:39 PM
|
0
|
0
|
1037
|
|
POST
|
Hi Jennifer, Next question, which I should have asked earlier - how do I set the MINSCALE manually? You mentioned layerinfo, but I can only see visibility, ID, name and sublayerids on this class. Using this simple example, how would I specify the min and max scale range? <esri:FeatureLayer ID="MyFeatureLayer" Url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0" /> (Or is that what you mean about it being an internal property - it's not possible to set a minscale at all?) Thanks, Steve
... View more
08-12-2010
04:25 PM
|
0
|
0
|
759
|
|
POST
|
Thanks Jennifer. If there isn't one already, can you please open an enhancement request for this functionality? It would seem to be a logical extension of the new ability to use ArcMap symbology in ArcGIS Server. Steve
... View more
08-12-2010
04:12 PM
|
0
|
0
|
759
|
|
POST
|
Slightly unrelated question.... In the ESRI blog post there is some C# code: private void layer_InitializationFailed(object sender, EventArgs e) { Layer layer = sender as Layer; MessageBox.Show(string.Format("Layer '{0}' is currently unavailable. Error: {1}", layer.ID, layer.InitializationFailure.Message)); } What's the VB.Net equivalent? I've tried the code below but this doesn't show an error message when I deliberately use a layer which doesn't exist: Private Sub layer_InitializationFailed(ByVal sender As Object, ByVal e As EventArgs) Dim layer As Layer sender = layer MessageBox.Show(layer.ID, layer.InitializationFailure.Message, MessageBoxButton.OK) End Sub Thanks, Steve
... View more
08-12-2010
04:09 PM
|
0
|
0
|
1146
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-17-2014 08:45 PM | |
| 1 | 03-15-2011 04:23 PM | |
| 1 | 10-18-2019 12:50 AM | |
| 3 | 01-22-2019 02:33 PM | |
| 1 | 09-26-2011 10:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
10-20-2022
12:19 AM
|