|
POST
|
When I execute centerAndZoom method or other method that change zoom level from high level like 19 to low level like 2, application hangs taking a lot of memory (up to 1,5 Gb). You can test it with this simple jsfiddle... https://jsfiddle.net/dgarcrom/1dbvjqyx/ This not happend with IE, it's happend with Chrome 46.0.2490.71. Any ideas?? Thank you.
... View more
10-19-2015
11:41 AM
|
0
|
35
|
15956
|
|
POST
|
Hi Brandon, This is the same question... Disable KML option support by Default on Map Service ...but... there is no answer... Regards Dani
... View more
03-11-2015
02:11 AM
|
0
|
0
|
547
|
|
POST
|
Hi Matt, That is not posible. ArcGIS Server use the user account defined in the installation progress (tipically arcgis account) to access data resources. Regards Daniel
... View more
03-11-2015
02:03 AM
|
0
|
0
|
801
|
|
POST
|
I am planning to install webadaptor component into our corporative weblogic cluster. I'm worried about webadaptor configuration process because it´s take webadaptor ip and machine name automatically and i don´t know it will happend into aplication server cluster. Did it will take the right ip and machine name? or it will take this parameters from the cluster node whitch process the config request. Has somebody experience about this? Is there any documentation about this? Thank's in advance Daniel
... View more
03-11-2015
01:36 AM
|
0
|
0
|
2855
|
|
POST
|
Thanks to all. We stop all server machine participan in ArcGIS Server site and finaly we could delete locks files. Now everething is right. Bye Daniel
... View more
03-11-2015
12:26 AM
|
0
|
0
|
2383
|
|
POST
|
Hello, When a try to delete or modify properties or start it, my map service tell me... "Service 'xxx'.'MapServer' in folder 'xxx' is currently being configured by another administrative operation" I have fount a lock file in arcgisserver\config-store\locks with the name of this map service, but its imposible to delete it. has somebody found somethig similar?? Thank you.
... View more
02-19-2015
07:39 AM
|
0
|
6
|
7088
|
|
POST
|
I agree with these post, but I think that Nikolas give us the best option. Actually I use the "createService" rest service method on the root or desire ArcGIS Server folder. Like this... http://servername:6080/arcgis/admin/services/foldername/createService I use the attach json code to publish a tbx file. This tbx has a lot of tools that reference to many others python scripts. All of this are located into a registered folder to ensure that ArcGIS Server has permissions. This process give me the best way to publish tbx. Regards Dani
... View more
09-02-2014
03:37 AM
|
1
|
0
|
1921
|
|
POST
|
I attach you py file and the result shapefile. These work for me in ArcGIS 10.2.2.3552 version and Python 2.7.
... View more
09-01-2014
02:36 AM
|
0
|
1
|
2715
|
|
POST
|
Hi Alastair, This code works fine for me. Please, use it and tell us what you get.
import arcpy
import numpy
outFC = "E:/temp/testShape.shp"
array = numpy.array([(1, 'testText1', (471316.3835861763, 5000448.782036674)),
(2, 'testText2', (470402.49348005146, 5000049.216449278))],
numpy.dtype([('idfield',numpy.int32),('textField','<U10'),('XY', '<f8', 2)]))
arcpy.da.NumPyArrayToFeatureClass(array, outFC, ['XY'])
Regards Dani
... View more
08-29-2014
05:10 AM
|
0
|
5
|
2715
|
|
POST
|
Thank you Mele, I think that should be exist a ArcGIS Server o desktop property file to specify default options when user publish new maps. don´t you think? Regards, Dani
... View more
08-28-2014
04:55 AM
|
0
|
0
|
3243
|
|
POST
|
Anybody answered your question? I'm also interested. I need to specify some others default options during publish map operation. Thanks, Dani
... View more
08-27-2014
02:08 AM
|
0
|
2
|
3243
|
|
POST
|
Thank you Jon, It looks like some temporal error. The day after I post this message, I could download the file completely. Regards.
... View more
06-09-2014
02:56 AM
|
0
|
0
|
763
|
|
POST
|
Hello, If you try to download this js file http://js.arcgis.com/3.9/js/esri/nls/jsapi.js, you can see that it is incomplete. So js samples don´t work in chrome browser. This only happends in 3.9 version. 3.8 works OK. Regards Daniel García
... View more
06-02-2014
10:51 PM
|
0
|
2
|
1863
|
|
POST
|
Hello, Do you know, why intersect method of geometry service, do not return any results, when input geometries and intersect geometry are polylines? API Reference said: "The intersect operation is performed on a geometry service resource. This operation constructs the set-theoretic intersection between an array of geometries and another geometry" So I think that intersect polylines with other polylines must return intersection points, Don´t you think?? Is this a bug? or is this a product limit? Thanks Daniel
... View more
10-15-2012
08:43 AM
|
0
|
1
|
1886
|
|
POST
|
Thank you very much Ravi... I'll install immediately this sp. Dani 😉
... View more
05-10-2012
11:05 PM
|
0
|
0
|
813
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-05-2019 08:21 AM | |
| 1 | 10-21-2015 06:00 AM | |
| 1 | 12-02-2015 01:04 AM | |
| 3 | 10-27-2015 02:06 AM | |
| 1 | 10-26-2015 10:57 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|