POST
|
When I point the ArcGIS Online Map Viewer at a MapService on our internal network, I get the following message: Layer 'MyService - MyLayer' seems to be on an internal network and is not accessible to ArcGIS.com. Thus, editing will be disabled on this layer. Is there a technical reason why editing is disabled? Is there any way to enable editing of internal layers?
... View more
06-03-2011
05:04 AM
|
0
|
15
|
6338
|
POST
|
You only need to send the appropriate request to the Export Map operation. Specify "format=png" and the HTTP response is your image file.
... View more
04-29-2011
03:53 AM
|
0
|
0
|
0
|
POST
|
In general, the ArcGIS Server REST implementation is a great RESTful API. There are, however, some things that could be improved. I would like to use this thread to identify ways that the REST API could be made more RESTful . Below are two items to start the discussion. * Make use of HTTP status codes. Example: http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Hydrography/Watershed173811/FeatureServer/1/0 When a resource is requested that does not exist, an HTTP response is sent with the status "200 OK." The body of the response contains more information which is great but users of the API should be able to tell a "Resource Not Found" situation by simply looking at the HTTP status code. Status codes as a whole should be reviewed and made to align more with other REST service implementations. Correct me if I'm wrong but the GeoServices specification does not stipulate what status codes to use. This would be a welcome addition to the specification as well as the GIS Server implementation. * Make use of HTTP message bodies for POST requests. Example: N/A POST requests should use HTTP message bodies to express resources instead of query strings. This isn't just an issue about being RESTful; when a POST request contains complicated geometries, the URI's become exceedingly long and can be rejected by web servers for that reason. HTTP message bodies would get around this issue. In addition to this, it is standard REST practice to use message bodies for POST and PUT requests. I understand that this would be a change to the GeoServices specification as well as the GIS Server implementation but it could be done in such a way that either form of request is supported (query strings vs. message bodies). Does anyone have anything else to add?
... View more
03-30-2011
04:16 AM
|
1
|
2
|
1487
|
POST
|
It looks like the old service is a dynamic service. There are no limits on zoom level for dynamic map services. The new service appears to be a tiled map service and on these there are limits based on the tiling scheme. That is my guess why you are being limited--not because of ArcGIS.com viewers.
... View more
03-16-2011
04:27 AM
|
0
|
0
|
23
|
POST
|
I might be wrong but my hunch is that only tiled map services can serve as Base Map Layers. Here is a helpful post that outlines some of the things that must be true in order to enable Mobile Data Access on a service: http://forums.esri.com/thread.asp?c=206&f=2274&t=262697&mc=10#807956
... View more
03-15-2011
01:34 PM
|
0
|
0
|
15
|
POST
|
Any services that you want to access in the Mobile Project Center must have Mobile Data Access enabled in the service capabilities. Is this the case?
... View more
03-15-2011
12:46 PM
|
0
|
0
|
15
|
POST
|
Have a look at the API reference for Geometry Service: http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/project.html Are you calling the service correctly? Are you getting an error message? What do you mean by "it's not doing the projection for some reason?"
... View more
03-08-2011
02:44 AM
|
0
|
0
|
3
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|