| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | 9 hours ago | |
| stats | profile views | 2 |
|
1d |
answered | Geoprocessing tool not executing when Map's SpatalReference is Web Mercartor |
|
2d |
comment |
Geoprocessing tool not executing when Map's SpatalReference is Web Mercartor I noticed that gp.execute() method is throwing the following error when I execute the GP tool in web Mercarter. TypeError: Cannot read property 'xmin' of undefined |
|
May 17 |
comment |
Geoprocessing tool not executing when Map's SpatalReference is Web Mercartor Hi Devadatta, Thanks for the fast response. MY GP Service returns one polygon. As I said, if I use this same request from REST end point, it works. If REST end point request is web mercarter, I can see the coordinates of the polygon in meters. If the REST endpoint request is NAD27, the result polygon's coordinates are in degrees. So there is no issue with the GP service itslef. I tested on IE and chrome. I doubt this is a browser issue. |
|
May 17 |
asked | Geoprocessing tool not executing when Map's SpatalReference is Web Mercartor |
|
May 10 |
awarded | Commentator |
|
May 10 |
comment |
Adding imagery or world topo map from arcgisonline to map Thanks Devadatta, I just figured that out. I created a test mxd in Web Mercatert and published it. This layer was correctly showing up over the ArcGIS Online layer. So I will have to create my map service in Web Mercarter. |
|
May 9 |
comment |
Adding imagery or world topo map from arcgisonline to map After doing some research it seems that the spatial reference of first added layer will be the spatial reference of them map. But I wish to have the spatial reference of my map service (4267) as the spatial reference of the map. Because I have some tools that add polygon graphics to map. Currently the polygons are created from featureclasses that are used in the map service and they correctly align with the layer. |
|
May 9 |
comment |
Adding imagery or world topo map from arcgisonline to map The coordinate system of my map service is 4267 and that of TileMapService that I am trying to add is 102100 (3857). How do I reproject the TileMapService? The constructor does not have SpatialReference. |
|
May 8 |
asked | Adding imagery or world topo map from arcgisonline to map |
|
Mar 16 |
comment |
ArcGIS Server Setting proxy.ashx for javascript api - Error 403 I get javascript error esri.config.defaults.io.corsEnabledServers is null. Then I tried esri.config.defaults.io.corsEnabledServers = ['vdev03:6080/'];and esri.config.defaults.io.corsEnabledServers = ['vdev03']; Did not work. |
|
Mar 16 |
comment |
ArcGIS Server Setting proxy.ashx for javascript api - Error 403 I had already tested with both MatchAll and MustMatch as true. It did not help me. |
|
Mar 15 |
comment |
ArcGIS Server Setting proxy.ashx for javascript api - Error 403 Thank for the response. Yes I did create the application in IIS Manager as described in ESRI site. I tried by have in the files in IIS rootfolder and also in another folder created as application. None of these seems to work. What is CORS? How do I use in Javascript API page? Let me do some research? Any ESRI document on this? Is there anything to do with proxy and Geoprocessing Service call? |
|
Mar 15 |
comment |
ArcGIS Server Setting proxy.ashx for javascript api - Error 403 Thanks for responding. I do have the full path. I tried with and without /execute at the end. /exiecute is added by the GP service exceute method. <serverUrl url="vdev03:6080/arcgis/rest/services/MapLegalDescriptionFunction/…; matchAll="false"></serverUrl></serverUrl> </serverUrls> |
|
Mar 15 |
asked | ArcGIS Server Setting proxy.ashx for javascript api - Error 403 |
|
Feb 14 |
comment |
How to setup proxy and use “POST” method when executing Geoprocessing Service in ArcGIS Server Javascript API Thanks you Devdatta, I will review the URL that you listed. |
|
Feb 13 |
awarded | Editor |
|
Feb 13 |
revised |
How to setup proxy and use “POST” method when executing Geoprocessing Service in ArcGIS Server Javascript API added 60 characters in body |
|
Feb 13 |
asked | How to setup proxy and use “POST” method when executing Geoprocessing Service in ArcGIS Server Javascript API |
|
Feb 6 |
comment |
ESRI Javascript APT FeatureSet input to custom Geoproecessing tool Thanks Devdatta, I see that for my requirements it is better to use the Featureset. Basically I would like to do something similar to the following example from ESRI. The Javascript part I understand. I am looking for some help with defining input and output parameters in custom GP tool similar to the example below. Also how the parameters are UnPacked and Packed in the custom tool. I am writing the tool in .NET. resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/… |
|
Feb 6 |
awarded | Student |